1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/printing
Jeremy Allison 1855627413 More abstraction of file system data types, to move to a 64
bit file interface for the NT SMB's.

Created a new define, SMB_STRUCT_STAT that currently is
defined to be struct stat - this wil change to a user
defined type containing 64 bit info when the correct
wrappers are written for 64 bit stat(), fstat() and lstat()
calls.

Also changed all sys_xxxx() calls that were previously just
wrappers to the same call prefixed by a dos_to_unix() call
into dos_xxxx() calls. This makes it explicit when a pathname
translation is being done, and when it is not.

Now, all sys_xxx() calls are meant to be wrappers to mask
OS differences, and not silently converting filenames on
the fly.

Jeremy.
(This used to be commit 28aa182dbf)
1998-09-01 20:11:54 +00:00
..
.cvsignore some more dummy files to ignore 1998-08-15 03:28:30 +00:00
dummy.in moved the printing related files to a separate printing/ directory. 1998-08-15 03:26:52 +00:00
pcap.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
print_svid.c Changes to allow Samba to be compiled with -Wstrict-prototypes 1998-04-13 19:24:06 +00:00
printing.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00