1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/lib
Andrew Tridgell 739d0b1ddc got rid of the Files[] array completely (previously I'd just made it
private to files.c)

It now is a doubly linked list with a bitmap for allocated file
numbers. Similarly for the fd_ptr code. I also changed the default
maximum number of open files to 4096. The static cost is 1 bit per
file.

It all seems to work, and it passes the "does Sue scream" test, but if
you see weird behaviour then please investigate. With the volume of
new code that has gone in there are bound to be one or two bugs
lurking.

note that you must do a "make clean" before building this as many data
structures have changed in size.
(This used to be commit 79755ce970)
1998-08-16 04:08:47 +00:00
..
.cvsignore added ignore rules for the dummy files 1998-08-09 11:25:49 +00:00
access.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
bitmap.c got rid of the Files[] array completely (previously I'd just made it 1998-08-16 04:08:47 +00:00
charcnv.c reply.c: Fix bugs where debug statements were accessing the fd_ptr struct 1998-04-16 19:23:10 +00:00
charset.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
debug.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
fault.c make sure that a fault cannot occur twice. The new Debug1() code is 1998-08-11 13:55:16 +00:00
genrand.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
getsmbpass.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
interface.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
kanji.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
md4.c This is *not* a big change (although it looks like one). 1998-01-22 13:27:43 +00:00
membuffer.c includes.h: Moved HPUX undefine of SEMMSL to where it actually does something. 1998-04-10 18:21:16 +00:00
netatalk.c Uh... I'm checking stuff in. Jeremy will by *so* pleased :) 1998-08-13 18:46:35 +00:00
netmask.c this gets smbd compiling and linking correctly with the new layout. 1998-08-09 13:25:34 +00:00
pidfile.c Fix for pidfile startup message. 1998-07-02 23:57:56 +00:00
replace.c fixed a bug in the replacement inet_ntoa 1998-07-29 07:07:08 +00:00
signal.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
slprintf.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
smbrun.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
system.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
time.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
ufc.c merge from the autoconf2 branch to the main branch 1998-07-29 03:08:05 +00:00
username.c added test for getpwanam(). 1998-07-31 03:33:25 +00:00
util_hnd.c chgpasswd.c: Added comments to #ifdefs 1998-05-14 01:30:40 +00:00
util.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00