Merge of 64-bit printf warning fixes.
[samba.git] / source3 / smbd / process.c
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-10-21 Jeremy AllisonFix signing miss-sequence noticed by Stefan Metzmacher...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-05-06 Jelmer VernooijAdd metze's exit and idle event patch
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-03-25 Jelmer Vernooij- Support building all auth modules as .so's
2003-03-22 Andrew BartlettSmall clenaup patches:
2003-03-21 Andrew BartlettClobber our SMB buffers between packets. I hope this...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-24 Tim PotterMerge of increment_smbd_process_count() fix from appliance.
2003-01-23 Tim PotterMerge of max log file fixes from appliance:
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-09 Tim PotterMoved smbd process counting functions from smbd/server...
2003-01-08 Jeremy AllisonEnsure we don't get an invalid number for total smbd...
2003-01-02 Andrew BartlettBIG patch...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-04 Gerald Carterchange_trust_account_password() must always use the...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-18 Jeremy AllisonWe had a race condition when changing a machine acount...
2002-09-04 Jeremy AllisonMerge ... (apparently working :-) new printing notify...
2002-08-28 Jeremy AllisonMove -4 to correct side of comparison.
2002-08-27 Jeremy AllisonEnsure we have at least smb_size bytes before processin...
2002-08-26 Jeremy AllisonCorrect fix for nc problem.
2002-08-26 Jeremy AllisonReformatting only before real change.
2002-08-22 Herb Lewismove where got_sig_term and reload_after_sighup are...
2002-08-22 Herb Lewisreload_after_sighup and got_sig_term are defined in...
2002-08-18 Andrew Tridgelladded exact timing semantics on blocking locks
2002-07-26 Andrew BartlettMimir has been busy with patches again, and sent in...
2002-07-20 Andrew BartlettMove some startup time initialisation to server.c,...
2002-07-19 Jeremy AllisonAllow trans2 and nttrans messages to be processed in...
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-06 Jeremy AllisonOverly complex but neccessary fix for kernel oplock...
2002-05-22 Jeremy AllisonMerge of bugfixes from 2.2.
2002-05-22 Jeremy AllisonMerge of receive_local_message fix from 2.2.5.
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-03-14 Jeremy AllisonNow we have reliable signals take SIGTERM inband.
2002-03-01 Andrew BartlettVarious comment fixes from Rafal Szczesniak <mimir...
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-23 Jim McDonoughCheck request flag for unicode capability and respond...
2002-01-19 Jeremy AllisonReport write fail in smb_dump.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-09 Jeremy AllisonFixed up atomic update code.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-03 Martin PoolFix talloc msg registration
2002-01-03 Martin Poolsmbd children should also register for POOL_USAGE
2001-12-10 Andrew Tridgellcleanup a little namespace pollution
2001-11-27 Andrew Tridgelldon't try to auto-change the trust password unless...
2001-11-26 Tim Potterchallange -> challenge
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-20 Tim PotterConverted a bunch of 0x85 constants to SMBkeepalive.
2001-10-19 Jeremy AllisonRestored old Bmpx code - actually used by OS/2.
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-17 Jeremy AllisonFixed inconsistent definitions of InBuf/OutBuf/last_char.
2001-10-11 Jeremy AllisonFixed bug when status=no and max smbd processes > 0.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Jeremy AllisonFix for second logic bug when handing oplock breaks...
2001-09-05 Jeremy AllisonFix I think for the fcntl spinning problem. Re-prioriti...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-22 Herb Lewisforce checking of log size after 200 smbd in a row...
2001-08-09 Jeremy AllisonFix inspired by Don @ HP. Close down password server...
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-22 Jeremy AllisonFixed logic bug in timeout processing spotted by Ying...
2001-06-20 Andrew Tridgelladded a close-share smbcontrol message that forcibly...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-05-25 Jeremy AllisonAdded tdb_change_int_atomic() to allow atomic updates...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-24 Jeremy Allisonsmbd/lanman.c: Fix for calling qsort with 0 number.
2001-01-23 Jeremy Allisoninclude/vfs.h:
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-10-12 Herb Lewisuse macros for incrementing profile counters
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-06-14 Andrew Tridgellallow the notify implementation to choose the select...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-03 Andrew Tridgellmoved secrets fns into secrets.c
2000-05-28 Luke Leightondebug output to /tmp.
2000-05-27 Luke Leightonprs_give_memory in wrong place, also poss. was losing...
2000-05-15 Jeremy Allisonpassdb/secrets.c: Fix typo in comment.
2000-05-10 Andrew Tridgellcheck for sighup on each packet - otherwise it can...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
next