| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2003-03-08 | 2 | -4/+4 |
* | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 2003-03-08 | 1 | -1/+1 |
* | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 2003-03-07 | 3 | -3/+3 |
* | Missed parentheses around complex logic. | Jeremy Allison | 2003-03-07 | 1 | -1/+2 |
* | Patch from Michael Steffens. In his own words : | Jeremy Allison | 2003-03-07 | 1 | -78/+199 |
* | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 2003-03-07 | 1 | -0/+3 |
* | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 2003-03-07 | 3 | -69/+227 |
* | more off-by-one safe_strcpy() | Andrew Bartlett | 2003-03-06 | 1 | -3/+3 |
* | Another pstrcpy() into malloc()ed buffer fix. | Andrew Bartlett | 2003-03-03 | 1 | -2/+2 |
* | Const warning fixes. | Jeremy Allison | 2003-03-03 | 1 | -2/+2 |
* | i forgot to commit the privilege db init call | Andrew Tridgell | 2003-03-01 | 1 | -0/+4 |
* | don't forget the NULL | Gerald Carter | 2003-02-27 | 1 | -3/+3 |
* | and the winner of "i should have just written it in assembly | Gerald Carter | 2003-02-27 | 1 | -3/+3 |
* | don't pass NULL pointers to strcmp() | Gerald Carter | 2003-02-27 | 1 | -2/+2 |
* | additional fix for CR 601 | Gerald Carter | 2003-02-27 | 1 | -1/+16 |
* | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 2003-02-27 | 1 | -2/+1 |
* | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2003-02-27 | 3 | -10/+82 |
* | Progress on CR 601 | Gerald Carter | 2003-02-25 | 1 | -3/+3 |
* | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2003-02-24 | 1 | -13/+39 |
* | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 2003-02-22 | 2 | -5/+5 |
* | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 2003-02-21 | 1 | -0/+12 |
* | Fixed compiler warning. | Tim Potter | 2003-02-21 | 1 | -1/+0 |
* | Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user. | Andrew Bartlett | 2003-02-20 | 1 | -18/+14 |
* | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 2003-02-19 | 1 | -19/+27 |
* | Fix logfile formatting, we were missing a "\n" | Andrew Bartlett | 2003-02-19 | 1 | -2/+2 |
* | Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default | Jeremy Allison | 2003-02-19 | 1 | -3/+3 |
* | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 2003-02-17 | 4 | -21/+21 |
* | Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid | Jeremy Allison | 2003-02-12 | 1 | -1/+205 |
* | Correctly return access denied on share mode deny when we can't open the | Jeremy Allison | 2003-02-12 | 1 | -3/+19 |
* | add a note about relative opens with blank paths - its a re-open! | Andrew Tridgell | 2003-02-12 | 1 | -0/+10 |
* | Fix delete on close semantics to match W2K. I (think:-) I understand it now :-). | Jeremy Allison | 2003-02-11 | 2 | -45/+46 |
* | Some cleanups: | Andrew Bartlett | 2003-02-10 | 4 | -29/+45 |
* | check pointer before dereferencing it | Gerald Carter | 2003-02-07 | 1 | -1/+1 |
* | make sure we don't run over the end of 'name' in unix_convert() | Andrew Tridgell | 2003-02-07 | 1 | -7/+15 |
* | Check for too many processes *before* the fork. | Jeremy Allison | 2003-02-05 | 1 | -2/+36 |
* | Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour: | Andrew Bartlett | 2003-02-04 | 1 | -2/+2 |
* | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 2003-02-04 | 1 | -7/+0 |
* | Ensure Samba passes the open attribute truncate tests in smbtorture. | Jeremy Allison | 2003-02-04 | 1 | -9/+12 |
* | untest fix for wide links parameter bug. | Simo Sorce | 2003-02-02 | 1 | -2/+65 |
* | Non-error connection numbers are always positive | Andrew Bartlett | 2003-02-01 | 1 | -2/+2 |
* | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 2003-01-30 | 2 | -2/+2 |
* | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2003-01-30 | 2 | -16/+19 |
* | As per a comment by herb a little while back, this should be >=, not == to keep | Andrew Bartlett | 2003-01-28 | 1 | -1/+1 |
* | The previous patch (NTLMSSP common code factoring) was missing a minor detail - | Andrew Bartlett | 2003-01-28 | 1 | -28/+35 |
* | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 2003-01-28 | 1 | -120/+58 |
* | performance patch from HP-UX folks (cant remember who) | Gerald Carter | 2003-01-28 | 1 | -3/+14 |
* | Merge of increment_smbd_process_count() fix from appliance. | Tim Potter | 2003-01-24 | 1 | -1/+1 |
* | Merge of max log file fixes from appliance: | Tim Potter | 2003-01-23 | 1 | -0/+12 |
* | Fix reference count bug where smbd's would not terminate with no | Jeremy Allison | 2003-01-17 | 1 | -1/+12 |
* | Remove unused variable in reply_spnego_ntlmssp_ok | Tim Potter | 2003-01-17 | 1 | -1/+0 |