summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-19/+20
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+2
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-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-03Const warning fixes.Jeremy Allison1-2/+2
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-0/+15
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-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2-5/+5
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett5-68/+79
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison1-3/+3
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-12Ensure we are not forgetting our janitorial duties...Jeremy Allison1-0/+10
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2-45/+46
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett2-3/+3
2003-02-07check pointer before dereferencing itGerald Carter1-1/+1
2003-02-07merge from headAndrew Tridgell1-7/+15
2003-02-05Check for too many processes *before* the fork.Jeremy Allison1-2/+36
2003-02-04Merge from HEAD: avoid braindead #define on Tru64.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 from HEAD/2.2 for wide links parameter bug.Simo Sorce1-2/+65
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett1-2/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison2-2/+2
2003-01-30Merge of controversial 'max log size' fix.Tim Potter1-0/+12
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison2-16/+19
2003-01-28Merge from HEAD:Andrew Bartlett1-262/+109
2003-01-28performance patch from HP-UX folks (cant remember who)Gerald Carter1-3/+14
2003-01-24Fixed typo found by tpot.Jeremy Allison1-1/+1
2003-01-17Fix reference count bug where smbd's would not terminate with noJeremy Allison1-1/+12
2003-01-15Remove debugging stmt.Tim Potter1-3/+0
2003-01-15*lots of small merges form HEADGerald Carter2-6/+10
2003-01-14removing unused variable and unused fileGerald Carter2-238/+0
2003-01-14make -i flag work lik eit did in 2.2Gerald Carter1-2/+5
2003-01-14Merge from HEAD:Andrew Bartlett2-2/+2
2003-01-14Merge from HEAD - eliminated unused arguments.Andrew Bartlett2-3/+2
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2-0/+4