1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/smbd
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
blocking.c Fixes for the problem in blocking locks with file_fsp returning the 1998-08-21 01:30:29 +00:00
chgpasswd.c bounds check next_token() to prevent possible buffer overflows 1998-08-31 03:11:42 +00:00
close.c configure.in, configure: include/config.h.in: Added stropts and poll. 1998-08-31 20:20:54 +00:00
conn.c added some optimisation for the case where the number of open files is 1998-08-17 06:47:53 +00:00
connection.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
dfree.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
dir.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
dosmode.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
error.c move soem variables from server.c that don't belong there. 1998-08-17 13:44:05 +00:00
fileio.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
filename.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
files.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
groupname.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
ipc.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
mangle.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
message.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
negprot.c now that we have no global arrays we can start to split up the monster 1998-08-17 07:15:54 +00:00
nttrans.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
open.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
oplock.c configure.in, configure: include/config.h.in: Added stropts and poll. 1998-08-31 20:20:54 +00:00
password.c bounds check next_token() to prevent possible buffer overflows 1998-08-31 03:11:42 +00:00
pipes.c check that a valid pipe is passed before doing a pipe close. 1998-09-01 01:10:01 +00:00
predict.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
process.c This is the stat cache code - seems to work fine (needs heavy 1998-08-27 20:38:53 +00:00
quotas.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
reply.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
server.c This checking fixes the statcache bug that stopped NetBench from running 1998-08-28 21:46:29 +00:00
service.c this completes the splitup of server.c. 1998-08-17 13:11:34 +00:00
ssl.c As per a Andrew's message, I went through and removed the timestring() 1998-07-31 22:39:15 +00:00
trans2.c More abstraction of file system data types, to move to a 64 1998-09-01 20:11:54 +00:00
uid.c moved connection_struct handling code into smbd/conn.c and changed it 1998-08-17 06:13:32 +00:00