search for: valid_chars

Displaying 3 results from an estimated 3 matches for "valid_chars".

Did you mean: valid_char
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
--- python/Makefile.am | 5 ++++ src/appliance-kcmdline.c | 21 ++----------- src/drives.c | 65 +++++++---------------------------------- src/guestfs-internal-frontend.h | 3 ++ src/unit-tests.c | 40 +++++++++++++++++++++++++ src/utils.c | 50 +++++++++++++++++++++++++++++-- 6 files changed, 110 insertions(+), 74
2016 Dec 24
2
[PATCH] lib: Use a common function to validate strings.
As discussed in the thread on validating $TERM, it would be good to have a common function to do this. This is such a function. The main advantage is it includes unit tests which the previous functions did not. Rich.
2003 Jul 04
1
filenames with ":"
...ng SAMBA to connect to the windows machine. Gallery generates filenames with a : in the name Example : 1023493:239434.0. When you try to create a file with a : you get the following error: $ touch 1:2 touch: 1:2: No such file or directory I am currently running Samba 2.2.8. I have tried both valid_chars and client_code_page in smb.conf and still no luck.