summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-11Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison1-1/+2
2003-03-10Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett1-4/+2
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2-4/+4
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-06more off-by-one safe_strcpy()Andrew Bartlett1-3/+3
2003-03-03Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett1-2/+2
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-01i forgot to commit the privilege db init callAndrew Tridgell1-0/+4
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2
2003-02-27additional fix for CR 601Gerald Carter1-1/+16
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-2/+1
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison3-10/+82
2003-02-25Progress on CR 601Gerald Carter1-3/+3
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett1-13/+39
2003-02-22More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2-5/+5
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-21Fixed compiler warning.Tim Potter1-1/+0
2003-02-20Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett1-18/+14
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19Fix logfile formatting, we were missing a "\n"Andrew Bartlett1-2/+2
2003-02-19Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison1-3/+3
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett4-21/+21
2003-02-12Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison1-1/+205
2003-02-12Correctly return access denied on share mode deny when we can't open theJeremy Allison1-3/+19
2003-02-12add a note about relative opens with blank paths - its a re-open!Andrew Tridgell1-0/+10
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2-45/+46
2003-02-10Some cleanups:Andrew Bartlett4-29/+45
2003-02-07check pointer before dereferencing itGerald Carter1-1/+1
2003-02-07make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell1-7/+15
2003-02-05Check for too many processes *before* the fork.Jeremy Allison1-2/+36
2003-02-04Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:Andrew Bartlett1-2/+2
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-7/+0
2003-02-04Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison1-9/+12
2003-02-02untest fix for wide links parameter bug.Simo Sorce1-2/+65
2003-02-01Non-error connection numbers are always positiveAndrew Bartlett1-2/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison2-2/+2
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison2-16/+19
2003-01-28As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett1-1/+1
2003-01-28The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett1-28/+35
2003-01-28Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett1-120/+58
2003-01-28performance patch from HP-UX folks (cant remember who)Gerald Carter1-3/+14
2003-01-24Merge of increment_smbd_process_count() fix from appliance.Tim Potter1-1/+1