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 7bb86c1b13 Ok - this is the 64 bit widening check in. It changes the configure
to check for stat64 and friends, and then changes much of Samba
to use the data type SMB_OFF_T for file size information.

stat/fstat/lstat/lseek/ftruncate have now become sys_stat etc. to hide
the 64 bit calls if needed.

Note that this still does not expose 64 bit functionality to the
client, as the changes to the reply_xxx smb's are not yet done.

This code change should make these changes possible.

Still to do before full 64 bit-ness to the client:

fcntl lock code.
statfs code
widening of dev_t and ino_t (now possible due to SMB_DEV_T and SMB_OFF_T
types being in place).

Let me know if wierd things happen after this check-in and I'll
fix them :-).

Jeremy.
(This used to be commit 14500936c3)
1998-09-03 18:40:31 +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 Fix for PR#9497 - not waiting for child. 1998-09-02 17:23:41 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
dfree.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
dir.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
filename.c fixed a bug in the name mangling code. It implicitly assumed that 1998-09-03 03:14:31 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
ipc.c changed the SMBtrans reply code to align at the same alignment as 1998-09-03 05:37:15 +00:00
mangle.c fixed a bug in the name mangling code. It implicitly assumed that 1998-09-03 03:14:31 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
open.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
reply.c Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
server.c we are never interested in SIGPIPE so just ignore (block) it 1998-09-02 05:00:47 +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 Ok - this is the 64 bit widening check in. It changes the configure 1998-09-03 18:40:31 +00:00
uid.c moved connection_struct handling code into smbd/conn.c and changed it 1998-08-17 06:13:32 +00:00