summaryrefslogtreecommitdiff
path: root/source/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* Add metze's exit and idle event patchJelmer Vernooij2003-05-061-0/+7
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-2/+4
* - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-1/+1
* Small clenaup patches:Andrew Bartlett2003-03-221-4/+4
* Clobber our SMB buffers between packets. I hope this will help find bugsAndrew Bartlett2003-03-211-2/+10
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-271-0/+7
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-1/+1
* Merge of increment_smbd_process_count() fix from appliance.Tim Potter2003-01-241-1/+1
* Merge of max log file fixes from appliance:Tim Potter2003-01-231-0/+12
* [merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter2003-01-111-0/+4
* Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter2003-01-091-0/+26
* Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2003-01-081-5/+1
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-1/+0
* change_trust_account_password() must always use the PDC for rpcGerald Carter2002-12-041-3/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* We had a race condition when changing a machine acount password as weJeremy Allison2002-09-181-0/+9
* Merge of (apparently working :-) new printing notify code.Jeremy Allison2002-09-041-1/+9
* Move -4 to correct side of comparison.Jeremy Allison2002-08-281-2/+2
* Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison2002-08-271-1/+1
* Correct fix for nc problem.Jeremy Allison2002-08-261-1/+2
* Reformatting only before real change.Jeremy Allison2002-08-261-131/+124
* move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-221-2/+2
* reload_after_sighup and got_sig_term are defined in server.cHerb Lewis2002-08-221-2/+2
* added exact timing semantics on blocking locksAndrew Tridgell2002-08-181-7/+2
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-1/+1
* Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett2002-07-201-11/+4
* Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2002-07-191-2/+2
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+2
* Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-061-0/+21
* Merge of bugfixes from 2.2.Jeremy Allison2002-05-221-1/+3
* Merge of receive_local_message fix from 2.2.5.Jeremy Allison2002-05-221-17/+5
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-16/+0
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-141-3/+9
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough2002-01-231-1/+2
* Report write fail in smb_dump.Jeremy Allison2002-01-191-1/+3
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-7/+7
* Fixed up atomic update code.Jeremy Allison2002-01-091-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-6/+6
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* cleanup a little namespace pollutionAndrew Tridgell2001-12-101-1/+1
* don't try to auto-change the trust password unless we are in domainAndrew Tridgell2001-11-271-1/+4
* challange -> challengeTim Potter2001-11-261-4/+4
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-13/+17
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-2/+2