summaryrefslogtreecommitdiffstats
path: root/source/smbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of (apparently working :-) new printing notify code.Jeremy Allison2002-09-041-15/+56
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-6/+7
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-021-0/+5
* 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
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-22/+6
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-23/+4
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-155/+70
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-7/+7
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-1/+5
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-9/+9
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-11/+13
* This is a security audit change of the main source.Jeremy Allison1998-05-121-6/+6
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-1/+2
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-151-0/+221