summaryrefslogtreecommitdiffstats
path: root/source3/smbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke2010-03-011-2/+0
* s3: Use talloc_tos() in yield_connection()Volker Lendecke2010-02-281-1/+2
* s3: Remove unused count_all_current_connections()Volker Lendecke2010-02-281-9/+0
* Remove smb_np_structVolker Lendecke2008-10-131-106/+0
* Make use of talloc_tos()Volker Lendecke2008-10-111-2/+2
* Fix some nonempty blank linesVolker Lendecke2008-10-111-17/+17
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-2/+2
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-2/+2
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-0/+9
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-1/+1
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-29/+3
* r24268: Fix two crashes for spoolssVolker Lendecke2007-10-101-3/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23221: Fix a bad merge, avoid a memory leak and tdb lock problemVolker Lendecke2007-10-101-0/+1
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-88/+75
* r23168: Move the lp_max_connections() into service.c.Volker Lendecke2007-10-101-18/+2
* r23167: Remove an unused parameterVolker Lendecke2007-10-101-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-21/+8
* r22418: Support running under launchd. We abstract the method of obtainingJames Peach2007-10-101-7/+35
* r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-10-101-4/+4
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* r22008: use string_term_tdb_data()Stefan Metzmacher2007-10-101-4/+3
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-26/+143
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+4
* r4019: better error logging in register_message_flags() from RobGerald Carter2007-10-101-2/+3
* r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter2007-10-101-1/+0
* r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter2007-10-101-4/+4
* merge from old APP_HEADGerald Carter2004-02-121-4/+4
* Got us happy running under valgrind again :-).Jeremy Allison2003-05-311-0/+1
* Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2003-05-311-0/+7
* Whitespace syncup.Tim Potter2003-04-141-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-221-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-21/+63
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-2/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-1/+1
* Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h...Jeremy Allison2001-10-161-2/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison2001-09-191-9/+9
* removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell2001-09-191-21/+1
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* Tidied up calling yield_connection on connection allocation fail.Jeremy Allison2001-07-171-1/+2
* Connection record not existing is not a debug level 0.Jeremy Allison2001-07-171-1/+1