summaryrefslogtreecommitdiffstats
path: root/source3/smbd/conn.c
Commit message (Expand)AuthorAgeFilesLines
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-0/+30
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-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