summaryrefslogtreecommitdiffstats
path: root/source/smbd/conn.c
Commit message (Expand)AuthorAgeFilesLines
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-311-2/+2
* Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett2003-03-311-9/+12
* Non-error connection numbers are always positiveAndrew Bartlett2003-02-011-2/+2
* Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-1/+12
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-2/+22
* Fixed compiler warning.Tim Potter2002-08-011-1/+1
* OK!Simo Sorce2002-07-301-4/+19
* Get the sco boxes compiling again - use the sys_ intefaces for all the dl*Andrew Bartlett2002-05-171-1/+1
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-2/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+2
* 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