summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-1/+1
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-0/+9