summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* Log tdb failures.Jeremy Allison2001-06-081-2/+6
* use the new tdb_open_log() fn on connections databaseAndrew Tridgell2001-05-301-1/+1
* Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison2001-05-231-3/+10
* groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-171-20/+28
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-0/+3
* make the max_connections code less horrendously inefficientAndrew Tridgell2001-05-151-23/+9
* tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-141-5/+83
* merge from 2.2Andrew Tridgell2001-04-181-773/+0
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-0/+2
* Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2001-01-081-1/+1
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-0/+9
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-171-3/+0
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-281-84/+594
* patch from Dominik Kubla <dominik.kubla@uni-mainz.de>Andrew Tridgell2000-05-101-3/+3
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+2
* utmp compile fix from peter@cadcamlab.orgAndrew Tridgell2000-04-101-2/+2
* rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2000-03-251-32/+84
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-0/+2
* Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2000-01-121-0/+212
* don't close the database after each claim_connection()Andrew Tridgell2000-01-031-2/+0