summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-141/+147
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-14/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-35/+30
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
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-9/+9
2001-08-22force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis1-2/+3
2001-08-09Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison1-1/+4
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-1/+1
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-06-22Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison1-1/+1
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-0/+9
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-2/+3
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison1-6/+6
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-3/+3
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-13this patch does a number of things:Andrew Tridgell1-4/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-1/+1
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-2/+27
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-0/+2
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison1-195/+330
2001-01-23include/vfs.h:Jeremy Allison1-3/+3
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-4/+9
2000-10-12use macros for incrementing profile countersHerb Lewis1-3/+1
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-6/+0