summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-1/+10
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-2/+7
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-241-0/+3
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-0/+7
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+4
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-221-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 controversial 'max log size' fix.Tim Potter2003-01-301-0/+12
* Fixed typo found by tpot.Jeremy Allison2003-01-241-1/+1
* [merge] make sure to update 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.cHerb Lewis2003-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
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-1/+0
* merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter2002-12-041-3/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-141/+147
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-14/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-35/+30
* 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
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-191-4/+4
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-6/+6
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-19/+18
* Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-051-1/+7
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-9/+9
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3