summaryrefslogtreecommitdiff
path: root/source3/smbd/conn.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-13Fixup the 'multiple-vuids' bugs.Jeremy Allison1-3/+7
2003-12-11Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison1-9/+32
2003-05-11Fix VFS layer:Alexander Bokovoy1-21/+18
2003-04-16More merges from HEAD:Jelmer Vernooij1-9/+12
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett1-2/+2
2003-01-17Fix reference count bug where smbd's would not terminate with noJeremy Allison1-1/+12
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+22
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-4/+19
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+2
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-0/+30
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-11/+3
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-1/+4
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-0/+3
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-06fixed a vfs crash bugAndrew Tridgell1-6/+4
2000-04-28Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison1-0/+15
2000-01-16use string_set() instead of string_init()Andrew Tridgell1-4/+4
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-2/+2
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-17/+10
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-0/+196