summaryrefslogtreecommitdiffstats
path: root/source/smbd/conn.c
Commit message (Expand)AuthorAgeFilesLines
* r21871: Move deadtime processing into an idle event. While there, simplifyVolker Lendecke2007-10-101-11/+16
* r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2007-10-101-1/+5
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-1/+0
* r21064: The core of this patch isVolker Lendecke2007-10-101-1/+2
* r20178: Ensure we allocate the intermediate trans structsJeremy Allison2007-10-101-0/+8
* r20098: Properly fix issues with create_token_from_username()Jeremy Allison2007-10-101-9/+0
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-1/+1
* r19709: Fix bug #4224 - deadtime timeout was brokenJeremy Allison2007-10-101-0/+1
* r19386: Limit the size of the connection bitmap to <64K entries.James Peach2007-10-101-1/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-3/+5
* r16317: Klocwork #300. Check for error return on malloc.Jeremy Allison2007-10-101-0/+4
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2007-10-101-4/+12
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r8963: Clean up the horrid "fake conn struct" part of MSDFS.Jeremy Allison2007-10-101-7/+15
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-0/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+1
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison2007-10-101-0/+1
* Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-131-3/+7
* Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison2003-12-111-9/+32
* Fix VFS layer:Alexander Bokovoy2003-05-111-21/+18
* More merges from HEAD:Jelmer Vernooij2003-04-161-9/+12
* Merge of signed/unsigned fixes from HEAD.Andrew Bartlett2003-02-011-2/+2
* Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-1/+12
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+22
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-4/+19
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-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