| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid... | Gerald Carter | 2007-10-10 | 1 | -5/+4 |
| * | r449: Two AFS-related things: | Volker Lendecke | 2007-10-10 | 2 | -228/+237 |
| * | r428: add acls debug class | Herb Lewis | 2007-10-10 | 1 | -0/+1 |
| * | r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time... | Andrew Tridgell | 2007-10-10 | 1 | -0/+1 |
| * | r416: add a newline to the debuglevel message returned string | Herb Lewis | 2007-10-10 | 1 | -3/+4 |
| * | r316: Fix split_domain_name. This defaulted to get_myname() instead of | Volker Lendecke | 2007-10-10 | 1 | -8/+14 |
| * | r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli... | Gerald Carter | 2007-10-10 | 2 | -0/+50 |
| * | r196: merging struct uuid from trunk | Gerald Carter | 2007-10-10 | 3 | -58/+112 |
| * | r116: volker's patch for local group and group nesting | Gerald Carter | 2007-10-10 | 2 | -0/+20 |
| * | r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call. | Andrew Bartlett | 2007-10-10 | 1 | -0/+11 |
| * | r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, but | Jim McDonough | 2007-10-10 | 1 | -0/+7 |
| * | r53: Remove modifyTimestamp from list of our attributes. We just check it for | Jim McDonough | 2007-10-10 | 1 | -1/+0 |
| * | r39: * importing .cvsignore files | Gerald Carter | 2007-10-10 | 1 | -3/+0 |
| * | "Fixing my FORTRAN". Ensure we always have some valid char converter for the | Jeremy Allison | 2004-04-01 | 1 | -4/+14 |
| * | This restructures lib/afs.c so that the token data can be but into a | Volker Lendecke | 2004-04-01 | 1 | -67/+294 |
| * | Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet | Andrew Bartlett | 2004-03-27 | 1 | -0/+18 |
| * | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 2004-03-27 | 1 | -1/+1 |
| * | source code fix for bug 1095 -- honor the '-l' option | Gerald Carter | 2004-03-26 | 2 | -0/+9 |
| * | Given how often a panic has to do with malloc() problems, don't tempt | Andrew Bartlett | 2004-03-21 | 1 | -1/+1 |
| * | BUG 417: fix %UuGg variables expansion in include lines setging the current_u... | Gerald Carter | 2004-03-19 | 2 | -0/+10 |
| * | updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD | Gerald Carter | 2004-03-19 | 1 | -1/+1 |
| * | backport from head | Simo Sorce | 2004-03-19 | 1 | -0/+3 |
| * | Merge from HEAD for Amanda group. | Jeremy Allison | 2004-03-18 | 1 | -0/+14 |
| * | Password lockout for LDAP backend. Caches autolock flag, bad count, and | Jim McDonough | 2004-03-18 | 1 | -0/+2 |
| * | Correctness patch from fumiya@miraclelinux.com to count characters correctly, | Jeremy Allison | 2004-03-18 | 1 | -0/+3 |
| * | Remove excess logging when probing for the length of the next mb char. | Jeremy Allison | 2004-03-17 | 1 | -0/+3 |
| * | Change check_path_syntax() to use the new next_mb_char_size() function | Jeremy Allison | 2004-03-17 | 1 | -20/+4 |
| * | Add function next_mb_char_size() that returns a size_t of the number of | Jeremy Allison | 2004-03-16 | 1 | -0/+24 |
| * | Fix check_path_syntax() for multibyte encodings which have no '\' as second b... | Alexander Bokovoy | 2004-03-16 | 1 | -0/+20 |
| * | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 2004-03-13 | 1 | -0/+2 |
| * | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 2004-03-13 | 2 | -4/+6 |
| * | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 2004-03-13 | 1 | -1/+29 |
| * | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 2004-03-11 | 4 | -43/+67 |
| * | Get MungedDial actually working with full TS strings in it for pdb_ldap. | Jim McDonough | 2004-03-11 | 1 | -4/+13 |
| * | Given how core this code is, I figure it should have it's own testsuite. | Andrew Bartlett | 2004-03-09 | 1 | -7/+11 |
| * | JRA's recent strstr_m work really badly broke our string_sub code. | Andrew Bartlett | 2004-03-09 | 1 | -2/+10 |
| * | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 2004-03-09 | 2 | -6/+76 |
| * | Fix typo. | Tim Potter | 2004-03-07 | 1 | -1/+1 |
| * | fixed compilation with --enable-dmalloc | Andrew Tridgell | 2004-02-26 | 1 | -3/+3 |
| * | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 2004-02-23 | 3 | -4/+4 |
| * | Add bad password count/time attributes | Jim McDonough | 2004-02-23 | 1 | -0/+2 |
| * | Make default lockout duration and reset count time 30 minutes, to match windo... | Jim McDonough | 2004-02-20 | 1 | -2/+2 |
| * | Missed SAFE_FREE (typo). | Jeremy Allison | 2004-02-13 | 1 | -1/+2 |
| * | Added Andrew Bartlett's patch to use an allocated buffer for count_chars. | Jeremy Allison | 2004-02-13 | 1 | -2/+8 |
| * | merge from old APP_HEAD | Gerald Carter | 2004-02-12 | 2 | -1/+42 |
| * | Added James Peach's fix for #1038. | Jeremy Allison | 2004-02-11 | 1 | -0/+40 |
| * | more fixes from the static changes; please move static functions to the top o... | Gerald Carter | 2004-02-10 | 1 | -23/+23 |
| * | bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh... | Gerald Carter | 2004-02-09 | 1 | -3/+3 |
| * | More 'static' work. | Andrew Bartlett | 2004-02-08 | 1 | -1/+1 |
| * | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 2004-02-08 | 2 | -201/+1 |