summaryrefslogtreecommitdiff
path: root/source3/smbd/connection.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-05-12This is a security audit change of the main source.Jeremy Allison1-6/+6
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-1/+2
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-0/+221