summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-0/+4
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter1-0/+26
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison1-5/+1
2003-01-02BIG patch...Andrew Bartlett1-2/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-1/+0
2002-12-04change_trust_account_password() must always use the PDC for rpcGerald Carter1-3/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-09-18We had a race condition when changing a machine acount password as weJeremy Allison1-0/+9
2002-09-04Merge of (apparently working :-) new printing notify code.Jeremy Allison1-1/+9
2002-08-28Move -4 to correct side of comparison.Jeremy Allison1-2/+2
2002-08-27Ensure we have at least smb_size bytes before processing a packet.Jeremy Allison1-1/+1
2002-08-26Correct fix for nc problem.Jeremy Allison1-1/+2
2002-08-26Reformatting only before real change.Jeremy Allison1-131/+124
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis1-2/+2
2002-08-22reload_after_sighup and got_sig_term are defined in server.cHerb Lewis1-2/+2
2002-08-18added exact timing semantics on blocking locksAndrew Tridgell1-7/+2
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-1/+1
2002-07-20Move some startup time initialisation to server.c, so it is all in one place.Andrew Bartlett1-11/+4
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison1-2/+2
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-2/+2
2002-06-06Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison1-0/+21
2002-05-22Merge of bugfixes from 2.2.Jeremy Allison1-1/+3
2002-05-22Merge of receive_local_message fix from 2.2.5.Jeremy Allison1-17/+5
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett1-16/+0
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-3/+9
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough1-1/+2
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-7/+7
2002-01-09Fixed up atomic update code.Jeremy Allison1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-6/+6
2002-01-03Fix talloc msg registrationMartin Pool1-1/+1
2002-01-03smbd children should also register for POOL_USAGEMartin Pool1-0/+1
2001-12-10cleanup a little namespace pollutionAndrew Tridgell1-1/+1
2001-11-27don't try to auto-change the trust password unless we are in domainAndrew Tridgell1-1/+4
2001-11-26challange -> challengeTim Potter1-4/+4
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-13/+17
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-1/+1
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-2/+2
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison1-4/+4
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-6/+6
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-19/+18
2001-10-17Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison1-3/+0
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison1-0/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
2001-09-10Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison1-1/+11
2001-09-05Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison1-1/+7