Age | Commit message (Expand) | Author | Files | Lines |
2003-03-17 | Brain fart - make sure we truncate the right string... | Andrew Bartlett | 1 | -4/+4 |
2003-03-17 | Fix const warnings. | Andrew Bartlett | 1 | -5/+5 |
2003-03-17 | Add const. | Andrew Bartlett | 2 | -4/+4 |
2003-03-17 | More statcache fixes - and add a bit more doco. | Andrew Bartlett | 1 | -9/+25 |
2003-03-17 | Fix memory leaks and add parinoioa code to our stat() cache. | Andrew Bartlett | 1 | -2/+23 |
2003-03-16 | Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'. | Andrew Bartlett | 1 | -1/+1 |
2003-03-16 | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 2 | -8/+8 |
2003-03-16 | Add const. | Andrew Bartlett | 1 | -7/+7 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 5 | -27/+34 |
2003-03-16 | Try to avoid dereferencing a null pointer. | Andrew Bartlett | 1 | -9/+13 |
2003-03-16 | New statcache internals - this time it's actually possible to follow what's | Andrew Bartlett | 1 | -54/+82 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 1 | -4/+4 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 2 | -47/+6 |
2003-03-15 | Clean up the VFS module loading logic by making the parameter an P_LIST, | Andrew Bartlett | 1 | -40/+34 |
2003-03-15 | Found by my new checking code (yet to be commited): | Andrew Bartlett | 1 | -1/+1 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -17/+18 |
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-10 | Don't segfault on make_server_info_guest() failure - instead return the | Andrew Bartlett | 1 | -4/+2 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2 | -4/+4 |
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-06 | more off-by-one safe_strcpy() | Andrew Bartlett | 1 | -3/+3 |
2003-03-03 | Another pstrcpy() into malloc()ed buffer fix. | Andrew Bartlett | 1 | -2/+2 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-03-01 | i forgot to commit the privilege db init call | Andrew Tridgell | 1 | -0/+4 |
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 | -1/+16 |
2003-02-27 | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 1 | -2/+1 |
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 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 1 | -13/+39 |
2003-02-22 | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 2 | -5/+5 |
2003-02-21 | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 1 | -0/+12 |
2003-02-21 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2003-02-20 | Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user. | Andrew Bartlett | 1 | -18/+14 |
2003-02-19 | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 1 | -19/+27 |
2003-02-19 | Fix logfile formatting, we were missing a "\n" | Andrew Bartlett | 1 | -2/+2 |
2003-02-19 | Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default | Jeremy Allison | 1 | -3/+3 |
2003-02-17 | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 4 | -21/+21 |
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 |