1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/smbd
Andrew Tridgell 72ed7049d8 added some optimisation for the case where the number of open files is
very large. files.c now promotes a files_struct to the top of the list
if it is used when it is more than 10 elements from the top.

also moved common linked list code for the 5 sets of linked lists that
I've created over the past few days into dlinklist.h (I've explained
to Chris why I didn't use the ubiqx code)
(This used to be commit 1eb9ae2996)
1998-08-17 06:47:53 +00:00
..
.cvsignore added ignore rules for the dummy files 1998-08-09 11:25:49 +00:00
chgpasswd.c configure: Changes for extra headers. 1998-08-15 01:19:26 +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 this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
files.c added some optimisation for the case where the number of open files is 1998-08-17 06:47:53 +00:00
groupname.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
ipc.c some cleanups from the conversion of Pipes[] to a linked list. I also 1998-08-17 03:06:20 +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
nttrans.c much cleaner chain pointer handling for both files and pipes. 1998-08-17 03:52:05 +00:00
password.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
pipes.c much cleaner chain pointer handling for both files and pipes. 1998-08-17 03:52:05 +00:00
predict.c Changes to allow Samba to be compiled with -Wstrict-prototypes 1998-04-13 19:24:06 +00:00
quotas.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
reply.c much cleaner chain pointer handling for both files and pipes. 1998-08-17 03:52:05 +00:00
server.c moved connection_struct handling code into smbd/conn.c and changed it 1998-08-17 06:13:32 +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 much cleaner chain pointer handling for both files and pipes. 1998-08-17 03:52:05 +00:00
uid.c moved connection_struct handling code into smbd/conn.c and changed it 1998-08-17 06:13:32 +00:00