summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-23Merge of max log file fixes from appliance:Tim Potter1-0/+12
2003-01-17Fix reference count bug where smbd's would not terminate with noJeremy Allison1-1/+12
2003-01-17Remove unused variable in reply_spnego_ntlmssp_okTim Potter1-1/+0
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-5/+4
2003-01-15Removed level 0 DEBUG leftover from testing.Tim Potter1-3/+0
2003-01-15small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter1-1/+1
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-14/+26
2003-01-14[merge] removing unused variable and unused fileGerald Carter1-237/+0
2003-01-14make -i flag work lik eit did in 2.2Gerald Carter1-2/+5
2003-01-14query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell1-1/+1
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-194/+88
2003-01-13Ensure we do not pass uninitialised data to the kernel. (Picked up byAndrew Bartlett2-0/+4
2003-01-12Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett1-3/+3
2003-01-12Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett1-1/+1
2003-01-11Remove an unused paramter for our old LM-only password change code, and fix aAndrew Bartlett2-4/+3
2003-01-11No point having this for both parts of the 'if' statement.Andrew Bartlett1-4/+2
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-0/+4
2003-01-09Remove read_with_timeout() and replaced its only caller (the passwd chatTim Potter1-3/+7
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter2-30/+26
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2-6/+18
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison1-7/+45
2003-01-07Remove unused variable.Tim Potter2-2/+0
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-06Fix a segfault when we don't correctly load a VFS module (don't keep it inAndrew Bartlett2-3/+9
2003-01-05Even when I can't manage to do QA, at least the build farm will catch some ofAndrew Bartlett1-1/+1
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison3-584/+542
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-2/+16
2003-01-02pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison1-5/+5