summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* don't forget the NULLGerald Carter2003-02-271-3/+3
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
* additional fix for CR 601Gerald Carter2003-02-271-1/+16
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-271-2/+1
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-273-10/+82
* Progress on CR 601Gerald Carter2003-02-251-3/+3
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-13/+39
* More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-222-5/+5
* Added comments to make it clearer when we're assigning a pointer that itJeremy Allison2003-02-211-0/+12
* Fixed compiler warning.Tim Potter2003-02-211-1/+0
* Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett2003-02-201-18/+14
* Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison2003-02-191-19/+27
* Fix logfile formatting, we were missing a "\n"Andrew Bartlett2003-02-191-2/+2
* Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison2003-02-191-3/+3
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-174-21/+21
* Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison2003-02-121-1/+205
* Correctly return access denied on share mode deny when we can't open theJeremy Allison2003-02-121-3/+19
* add a note about relative opens with blank paths - its a re-open!Andrew Tridgell2003-02-121-0/+10
* Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2003-02-112-45/+46
* Some cleanups:Andrew Bartlett2003-02-104-29/+45
* check pointer before dereferencing itGerald Carter2003-02-071-1/+1
* make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell2003-02-071-7/+15
* Check for too many processes *before* the fork.Jeremy Allison2003-02-051-2/+36
* Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:Andrew Bartlett2003-02-041-2/+2
* Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-041-7/+0
* Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
* untest fix for wide links parameter bug.Simo Sorce2003-02-021-2/+65
* Non-error connection numbers are always positiveAndrew Bartlett2003-02-011-2/+2
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-302-2/+2
* Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-302-16/+19
* As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett2003-01-281-1/+1
* The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett2003-01-281-28/+35
* Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-281-120/+58
* performance patch from HP-UX folks (cant remember who)Gerald Carter2003-01-281-3/+14
* 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
* Fix reference count bug where smbd's would not terminate with noJeremy Allison2003-01-171-1/+12
* Remove unused variable in reply_spnego_ntlmssp_okTim Potter2003-01-171-1/+0
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-5/+4
* Removed level 0 DEBUG leftover from testing.Tim Potter2003-01-151-3/+0
* small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-1/+1
* Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-151-14/+26
* [merge] removing unused variable and unused fileGerald Carter2003-01-141-237/+0
* make -i flag work lik eit did in 2.2Gerald Carter2003-01-141-2/+5
* query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell2003-01-141-1/+1
* Updates to our NTLMSSP code:Andrew Bartlett2003-01-131-194/+88
* Ensure we do not pass uninitialised data to the kernel. (Picked up byAndrew Bartlett2003-01-132-0/+4
* Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett2003-01-121-3/+3
* Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett2003-01-121-1/+1