search for: short_case_preserv

Displaying 2 results from an estimated 2 matches for "short_case_preserv".

Did you mean: short_case_preserve
1998 Sep 18
4
Letter case not preserved
All files transferred to my Samba server end up with lower case on the Unix box. Case is not preserved from NT to Unix. For example, if I copy C:\Temp\MyFile to a directory on the Samba server, it ends up there as myfile. What am I missing? I browsed the FAQ's in the web pages, without success... Marc Provencher Foxboro Calgary, Systems Integration and IT (403) 777-4275
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
...ing znewname; @@ -3710,10 +3734,16 @@ pstrcpy(newname, tmpstr); } - DEBUG(3,("rename_internals: case_sensitive = %d, case_preserve = %d, short case preserve = %d, \ -directory = %s, newname = %s, newname_last_component = %s, is_8_3 = %d\n", - case_sensitive, case_preserve, short_case_preserve, directory, - newname, newname_last_component, is_short_name)); + DEBUG(3, + ("rename_internals:" + " no wildcards, case_sensitive %d," + " case_preserve %d, short case preserve %d, is_8_3...