Age | Commit message (Expand) | Author | Files | Lines |
2003-02-12 | Correctly return access denied on share mode deny when we can't open the | Jeremy Allison | 1 | -3/+19 |
2003-02-12 | add a note about relative opens with blank paths - its a re-open! | Andrew Tridgell | 1 | -0/+10 |
2003-02-11 | Fix delete on close semantics to match W2K. I (think:-) I understand it now :-). | Jeremy Allison | 2 | -45/+46 |
2003-02-10 | Some cleanups: | Andrew Bartlett | 4 | -29/+45 |
2003-02-07 | check pointer before dereferencing it | Gerald Carter | 1 | -1/+1 |
2003-02-07 | make sure we don't run over the end of 'name' in unix_convert() | Andrew Tridgell | 1 | -7/+15 |
2003-02-05 | Check for too many processes *before* the fork. | Jeremy Allison | 1 | -2/+36 |
2003-02-04 | Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour: | Andrew Bartlett | 1 | -2/+2 |
2003-02-04 | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 1 | -7/+0 |
2003-02-04 | Ensure Samba passes the open attribute truncate tests in smbtorture. | Jeremy Allison | 1 | -9/+12 |
2003-02-02 | untest fix for wide links parameter bug. | Simo Sorce | 1 | -2/+65 |
2003-02-01 | Non-error connection numbers are always positive | Andrew Bartlett | 1 | -2/+2 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 2 | -2/+2 |
2003-01-30 | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2 | -16/+19 |
2003-01-28 | As per a comment by herb a little while back, this should be >=, not == to keep | Andrew Bartlett | 1 | -1/+1 |
2003-01-28 | The previous patch (NTLMSSP common code factoring) was missing a minor detail - | Andrew Bartlett | 1 | -28/+35 |
2003-01-28 | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 1 | -120/+58 |
2003-01-28 | performance patch from HP-UX folks (cant remember who) | Gerald Carter | 1 | -3/+14 |
2003-01-24 | Merge of increment_smbd_process_count() fix from appliance. | Tim Potter | 1 | -1/+1 |
2003-01-23 | Merge of max log file fixes from appliance: | Tim Potter | 1 | -0/+12 |
2003-01-17 | Fix reference count bug where smbd's would not terminate with no | Jeremy Allison | 1 | -1/+12 |
2003-01-17 | Remove unused variable in reply_spnego_ntlmssp_ok | Tim Potter | 1 | -1/+0 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -5/+4 |
2003-01-15 | Removed level 0 DEBUG leftover from testing. | Tim Potter | 1 | -3/+0 |
2003-01-15 | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 1 | -1/+1 |
2003-01-15 | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 1 | -14/+26 |
2003-01-14 | [merge] removing unused variable and unused file | Gerald Carter | 1 | -237/+0 |
2003-01-14 | make -i flag work lik eit did in 2.2 | Gerald Carter | 1 | -2/+5 |
2003-01-14 | query_alt_name takes a forced unicode string in win2000. It is not | Andrew Tridgell | 1 | -1/+1 |
2003-01-13 | Updates to our NTLMSSP code: | Andrew Bartlett | 1 | -194/+88 |
2003-01-13 | Ensure we do not pass uninitialised data to the kernel. (Picked up by | Andrew Bartlett | 2 | -0/+4 |
2003-01-12 | Oops, this is the change to use an fstring for the incoming service buffer - | Andrew Bartlett | 1 | -3/+3 |
2003-01-12 | Make the 'service' in make_connection() use an fstrcpy(), and an fstring, | Andrew Bartlett | 1 | -1/+1 |
2003-01-11 | Remove an unused paramter for our old LM-only password change code, and fix a | Andrew Bartlett | 2 | -4/+3 |
2003-01-11 | No point having this for both parts of the 'if' statement. | Andrew Bartlett | 1 | -4/+2 |
2003-01-11 | [merge] make sure to updatre print queue cache during timeout_processing() to... | Gerald Carter | 1 | -0/+4 |
2003-01-09 | Remove read_with_timeout() and replaced its only caller (the passwd chat | Tim Potter | 1 | -3/+7 |
2003-01-09 | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Tim Potter | 2 | -30/+26 |
2003-01-08 | Ensure we return disk full by default on short writes. | Jeremy Allison | 1 | -6/+6 |
2003-01-08 | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 2 | -6/+18 |
2003-01-08 | Fix erroneous free of SAM_ACCOUNT (make clearer when allocated | Jeremy Allison | 1 | -15/+8 |
2003-01-08 | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 1 | -7/+45 |
2003-01-07 | Remove unused variable. | Tim Potter | 2 | -2/+0 |
2003-01-06 | Fix memory leaks in pdb_ code. | Jeremy Allison | 1 | -1/+13 |
2003-01-06 | Fix a segfault when we don't correctly load a VFS module (don't keep it in | Andrew Bartlett | 2 | -3/+9 |
2003-01-05 | Even when I can't manage to do QA, at least the build farm will catch some of | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 3 | -584/+542 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -2/+16 |
2003-01-02 | pstring/fstring missmatches found by Andrew Bartlett. | Jeremy Allison | 1 | -5/+5 |
2003-01-02 | Becouse these functions return a size_t, they can't return negitive numbers. | Andrew Bartlett | 1 | -1/+1 |