summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison1-0/+1
2003-05-31Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison1-0/+7
2003-04-14Whitespace syncup.Tim Potter1-1/+1
2003-03-22(merge from HEAD)Andrew Bartlett1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-21/+63
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-2/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-1/+1
2001-10-16Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h...Jeremy Allison1-2/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-19Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison1-9/+9
2001-09-19removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell1-21/+1
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-17Tidied up calling yield_connection on connection allocation fail.Jeremy Allison1-1/+2
2001-07-17Connection record not existing is not a debug level 0.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-06-08Log tdb failures.Jeremy Allison1-2/+6
2001-05-30use the new tdb_open_log() fn on connections databaseAndrew Tridgell1-1/+1
2001-05-23Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison1-3/+10
2001-05-17groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison1-20/+28
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-0/+3
2001-05-15make the max_connections code less horrendously inefficientAndrew Tridgell1-23/+9
2001-05-14tdb_traverse returns number of records, not zero, on success.Jeremy Allison1-2/+14
2001-05-14Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison1-5/+83
2001-04-18merge from 2.2Andrew Tridgell1-773/+0
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-08Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison1-1/+1
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-0/+9
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell1-3/+0
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison1-84/+594
2000-05-10patch from Dominik Kubla <dominik.kubla@uni-mainz.de>Andrew Tridgell1-3/+3
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-4/+2
2000-04-10utmp compile fix from peter@cadcamlab.orgAndrew Tridgell1-2/+2
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison1-32/+84
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-0/+2
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison1-0/+212
2000-01-03don't close the database after each claim_connection()Andrew Tridgell1-2/+0
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-22/+6
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-23/+4
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-155/+70
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-7/+7
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+3
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-1/+5
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-9/+9
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-4/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-11/+13