make sam_account_ok static.
[ira/wip.git] / source3 / smbd / connection.c
2001-10-16 Jeremy AllisonFix for connectinos.tdb error message from "Richard...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-19 Jeremy AllisonRemoved unneeded variable, added comment on deadlock...
2001-09-19 Andrew Tridgellremoved anti-race code that could cause a classic ABBA...
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-17 Jeremy AllisonTidied up calling yield_connection on connection alloca...
2001-07-17 Jeremy AllisonConnection record not existing is not a debug level 0.
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-08 Jeremy AllisonLog tdb failures.
2001-05-30 Andrew Tridgelluse the new tdb_open_log() fn on connections database
2001-05-23 Jeremy AllisonAdded tdb_errstr() messages so we can see if these...
2001-05-17 Jeremy Allisongroupdb/mapping.c: Fix gcc compiler warning.
2001-05-15 Jeremy AllisonCheck sizes of data entries in connections.tdb before...
2001-05-15 Andrew Tridgellmake the max_connections code less horrendously inefficient
2001-05-14 Jeremy Allisontdb_traverse returns number of records, not zero, on...
2001-05-14 Jeremy AllisonImplemented max connections in a similar way to 2.0...
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-01-11 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-08 Jeremy AllisonPatch from Richard Bollinger for dead entries being...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-11-17 Andrew Tridgellfixed the problem with messages not getting through
2000-10-28 Jeremy AllisonDavid Lee's utmp patch (finally). Thanks David !
2000-05-10 Andrew Tridgellpatch from Dominik Kubla <dominik.kubla@uni-mainz.de>
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-10 Andrew Tridgellutmp compile fix from peter@cadcamlab.org
2000-03-25 Jeremy Allisonrpc_parse/parse_spoolss.c: Added checks on mallocs...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-01-12 Jeremy AllisonAdded utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
2000-01-03 Andrew Tridgelldon't close the database after each claim_connection()
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-21 Andrew Tridgellfirst cut at using the tdb code for the connections...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-09-04 Jeremy AllisonMore 64 bit stuff - now the fcntl locks are 64 bit...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-15 Andrew Tridgell- added the ability to kill off individual connections...