summaryrefslogtreecommitdiffstats
path: root/source/smbd/conn.c
Commit message (Expand)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-2/+0
* Move over to RELEASE branch.Jeremy Allison2002-02-011-4/+2
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+30
* include/dlinklist.h: Allow link to end of list.Jeremy Allison2001-03-191-1/+1
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-11/+3
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-1/+4
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-0/+3
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* fixed a vfs crash bugAndrew Tridgell2000-05-061-6/+4
* Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2000-04-281-0/+15
* use string_set() instead of string_init()Andrew Tridgell2000-01-161-4/+4
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-2/+2
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-171-17/+10
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-0/+196