Age | Commit message (Expand) | Author | Files | Lines |
2004-01-31 | cleanup patch for bug 977 so we don't display incorrect debug messages | Gerald Carter | 1 | -8/+12 |
2004-01-28 | This is Simo's patch for the NetShareEnum() bug which caused us to return | Christopher R. Hertel | 1 | -11/+31 |
2004-01-27 | bug 977 - don't create a homes share for a user if a static share already exi... | Gerald Carter | 1 | -1/+7 |
2004-01-26 | (merge from 3.0) | Andrew Bartlett | 1 | -109/+158 |
2004-01-26 | (merge from 3.0) | Andrew Bartlett | 1 | -0/+2 |
2004-01-15 | reply_spnego_kerberos did not set the domain of the user handed to | Volker Lendecke | 1 | -0/+7 |
2004-01-15 | merge: | Stefan Metzmacher | 2 | -8/+12 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 2 | -86/+154 |
2004-01-11 | update copyright to -2004 | Stefan Metzmacher | 1 | -1/+1 |
2004-01-07 | Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free(). | Jeremy Allison | 1 | -5/+7 |
2004-01-06 | Patch penguin. Cleaning out old mbp patch. | Jeremy Allison | 1 | -22/+24 |
2004-01-06 | remove unused seek_file(); don't hardcode '\' when printing the auth-user | Gerald Carter | 1 | -25/+0 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 3 | -131/+255 |
2004-01-04 | Commit the translation of the realm to the netbios domain name in the kerberos | Volker Lendecke | 1 | -3/+41 |
2003-12-23 | Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e... | Jeremy Allison | 1 | -1/+1 |
2003-12-12 | Fix for bug #815. Make plaintext unicode passwords work with NT4.x | Jeremy Allison | 1 | -5/+11 |
2003-12-11 | Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit | Jeremy Allison | 1 | -9/+32 |
2003-12-05 | fix %a variable for Windows 2003 -> Win2K3 | Gerald Carter | 1 | -9/+39 |
2003-12-03 | Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <... | Jeremy Allison | 1 | -8/+10 |
2003-12-01 | Ensure the server can cope with multiple secondary trans | Jeremy Allison | 3 | -0/+24 |
2003-12-01 | Subtract NT_STATUS from common flag, don't add it... | Jeremy Allison | 2 | -7/+7 |
2003-12-01 | Don't automatically set nt status code flag unless client tells us it can | Jeremy Allison | 2 | -14/+29 |
2003-11-25 | Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits | Jeremy Allison | 2 | -0/+45 |
2003-11-24 | Added "passwd chat timeout" parameter. Docs to follow. | Jeremy Allison | 1 | -3/+6 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 1 | -2/+7 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 2 | -15/+40 |
2003-11-21 | Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa... | Jeremy Allison | 1 | -5/+95 |
2003-11-19 | Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w... | Jeremy Allison | 1 | -19/+32 |
2003-11-18 | Remove unneeded second open for filename ending in '.' now we know it's | Jeremy Allison | 1 | -13/+3 |
2003-11-18 | Ensure we mangle names ending in '.' in hash2 mangling method. | Jeremy Allison | 1 | -1/+1 |
2003-11-07 | From 3_0: | Volker Lendecke | 1 | -1/+1 |
2003-11-05 | Merge of 64-bit printf warning fixes. | Tim Potter | 6 | -13/+13 |
2003-10-30 | bug 696; check for an invalid fid before dereferencing the fsp pointer | Gerald Carter | 1 | -0/+5 |
2003-10-29 | Janitor for tridge. | Jeremy Allison | 1 | -2/+2 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 1 | -4/+6 |
2003-10-28 | Don't log at level zero when chdir fails. Ensure correct error message is ret... | Jeremy Allison | 1 | -1/+1 |
2003-10-28 | Fix for bug #667. DFS filenames can now have arbitrary case. | Jeremy Allison | 1 | -1/+1 |
2003-10-27 | Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo... | Jeremy Allison | 1 | -5/+5 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -2/+2 |
2003-10-21 | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing | Jeremy Allison | 1 | -1/+9 |
2003-10-21 | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 1 | -1/+1 |
2003-10-21 | Add server side support for epmapper pipe. Currently only does a fixed | Jim McDonough | 1 | -0/+1 |
2003-10-21 | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> | Jeremy Allison | 3 | -3/+3 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 1 | -13/+10 |
2003-10-17 | Typo broke win9x logins. | Jeremy Allison | 1 | -1/+1 |
2003-10-16 | Tidyup wrap checking. | Jeremy Allison | 3 | -14/+38 |
2003-10-16 | Fix buggy data_len calculation in echo. Add paranoia debug message. | Jeremy Allison | 1 | -1/+5 |
2003-10-16 | Ensure error code path doesn't free unmalloced memory. Bug #628. | Jeremy Allison | 1 | -0/+4 |
2003-10-14 | Enclose usage of st_blksize and st_blocks struct stat members in | Tim Potter | 1 | -0/+2 |
2003-10-10 | Ensure cancelling a blocking lock returns the correct error message. | Jeremy Allison | 1 | -1/+1 |