summaryrefslogtreecommitdiffstats
path: root/source3/smbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
* 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