summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-24 23:41:03 +0000
committerJeremy Allison <jra@samba.org>1998-11-24 23:41:03 +0000
commit362ba67d9f909e05bfa18798e4583bfeb55839b2 (patch)
treeee5929b2defbd931a5381529b3929b9166472ead /packaging
parent1c9b51fc536a33869da751253ec353e85a33b255 (diff)
downloadsamba-362ba67d9f909e05bfa18798e4583bfeb55839b2.tar.gz
samba-362ba67d9f909e05bfa18798e4583bfeb55839b2.tar.xz
samba-362ba67d9f909e05bfa18798e4583bfeb55839b2.zip
Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()
to map filenames before accessing the UNIX filesystem. The other changes are to make the code that previously allways called the ambiguous functions (such as file_size(), that internally called dos_to_unix()) to be unambiguous. For example: file_size() becomes "dos_file_size()", that calls dos_to_unix(), and file_size(), that does not. It is now very explicit when we are calling a dos mapping call and when we are not. Also added string_to_sid unsigned fix by adding the strtoul from libg++ code into lib/replace.c and testing for strtoul in configure.in. Jeremy.
Diffstat (limited to 'packaging')
0 files changed, 0 insertions, 0 deletions