moved connection_struct handling code into smbd/conn.c and changed it
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 06:13:32 +0000 (06:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 06:13:32 +0000 (06:13 +0000)
commitb7aaab1b6b2d2f72b2bb7c11f5c7bf081a6093d9
treedfce95029fac84ce23c04419bc5a5204bf9cb7b5
parent27da84b90df1f32e0d07acad04c72065b2005470
moved connection_struct handling code into smbd/conn.c and changed it
to a linked list with bitmap format.
source/Makefile.in
source/include/local.h
source/include/proto.h
source/include/smb.h
source/passdb/smbpass.c
source/script/mkproto.awk
source/smbd/conn.c [new file with mode: 0644]
source/smbd/files.c
source/smbd/server.c
source/smbd/uid.c