Age | Commit message (Expand) | Author | Files | Lines |
2003-03-18 | Ensure dev in make_connection is const. | Jeremy Allison | 1 | -4/+10 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 3 | -45/+4 |
2003-03-18 | Merge signed/unsigned fix from HEAD. | Andrew Bartlett | 1 | -1/+1 |
2003-03-18 | Merge whitespace to match HEAD. | Andrew Bartlett | 1 | -17/+17 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 2 | -4/+4 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 8 | -28/+35 |
2003-03-17 | Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's | Andrew Bartlett | 1 | -27/+55 |
2003-03-17 | Merge new statcache.c from HEAD. | Andrew Bartlett | 1 | -61/+126 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -19/+20 |
2003-03-12 | Ensure we count the length correctly in mangle_map. | Jeremy Allison | 1 | -6/+15 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -0/+2 |
2003-03-11 | We use unsigned now, so use %u. | Jeremy Allison | 1 | -1/+1 |
2003-03-11 | Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>. | Jeremy Allison | 1 | -1/+2 |
2003-03-08 | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 3 | -3/+3 |
2003-03-07 | Missed parentheses around complex logic. | Jeremy Allison | 1 | -1/+2 |
2003-03-07 | Patch from Michael Steffens. In his own words : | Jeremy Allison | 1 | -78/+199 |
2003-03-07 | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 1 | -0/+3 |
2003-03-07 | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 3 | -69/+227 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-02-27 | don't forget the NULL | Gerald Carter | 1 | -3/+3 |
2003-02-27 | and the winner of "i should have just written it in assembly | Gerald Carter | 1 | -3/+3 |
2003-02-27 | don't pass NULL pointers to strcmp() | Gerald Carter | 1 | -2/+2 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 1 | -0/+15 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 3 | -10/+82 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -3/+3 |
2003-02-24 | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 2 | -5/+5 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 5 | -68/+79 |
2003-02-21 | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 1 | -0/+12 |
2003-02-19 | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 1 | -19/+27 |
2003-02-19 | Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default | Jeremy Allison | 1 | -3/+3 |
2003-02-12 | Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid | Jeremy Allison | 1 | -1/+205 |
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 | Ensure we are not forgetting our janitorial duties... | Jeremy Allison | 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 | Cleanups: (merge from HEAD) | Andrew Bartlett | 2 | -3/+3 |
2003-02-07 | check pointer before dereferencing it | Gerald Carter | 1 | -1/+1 |
2003-02-07 | merge from head | Andrew Tridgell | 1 | -7/+15 |
2003-02-05 | Check for too many processes *before* the fork. | Jeremy Allison | 1 | -2/+36 |
2003-02-04 | Merge from HEAD: avoid braindead #define on Tru64. | 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 from HEAD/2.2 for wide links parameter bug. | Simo Sorce | 1 | -2/+65 |
2003-02-01 | Merge of signed/unsigned fixes from HEAD. | 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 | Merge of controversial 'max log size' fix. | Tim Potter | 1 | -0/+12 |
2003-01-30 | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2 | -16/+19 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -262/+109 |
2003-01-28 | performance patch from HP-UX folks (cant remember who) | Gerald Carter | 1 | -3/+14 |
2003-01-24 | Fixed typo found by tpot. | Jeremy Allison | 1 | -1/+1 |