CVS update: samba/source/printing

jra at samba.anu.edu.au jra at samba.anu.edu.au
Wed Nov 25 10:41:03 EST 1998


Date:	Wednesday November 25, 1998 @ 10:41
Author:	jra

Update of /data/cvs/samba/source/printing
In directory samba:/tmp/cvs-serv22533/printing

Modified Files:
      Tag: SAMBA_2_0
	printing.c 
Log Message:
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.
 



More information about the samba-cvs mailing list