1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/client
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 added ignore rules for the dummy files 1998-08-09 11:25:49 +00:00
client.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
clientutil.c allow smbclient to connect to IPC$ as an IPC service 1998-08-30 04:37:07 +00:00
clitar.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
ntclient.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
smbmnt.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
smbmount.c bounds check next_token() to prevent possible buffer overflows 1998-08-31 03:11:42 +00:00
smbumount.c Makefile: 1998-06-15 18:19:54 +00:00