Age | Commit message (Expand) | Author | Files | Lines |
2004-03-18 | Merge from HEAD for Amanda group. | Jeremy Allison | 1 | -0/+14 |
2004-03-18 | Password lockout for LDAP backend. Caches autolock flag, bad count, and | Jim McDonough | 1 | -0/+2 |
2004-03-18 | Correctness patch from fumiya@miraclelinux.com to count characters correctly, | Jeremy Allison | 1 | -0/+3 |
2004-03-17 | Remove excess logging when probing for the length of the next mb char. | Jeremy Allison | 1 | -0/+3 |
2004-03-17 | Change check_path_syntax() to use the new next_mb_char_size() function | Jeremy Allison | 1 | -20/+4 |
2004-03-16 | Add function next_mb_char_size() that returns a size_t of the number of | Jeremy Allison | 1 | -0/+24 |
2004-03-16 | Fix check_path_syntax() for multibyte encodings which have no '\' as second b... | Alexander Bokovoy | 1 | -0/+20 |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 1 | -0/+2 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 2 | -4/+6 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 1 | -1/+29 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 4 | -43/+67 |
2004-03-11 | Get MungedDial actually working with full TS strings in it for pdb_ldap. | Jim McDonough | 1 | -4/+13 |
2004-03-09 | Given how core this code is, I figure it should have it's own testsuite. | Andrew Bartlett | 1 | -7/+11 |
2004-03-09 | JRA's recent strstr_m work really badly broke our string_sub code. | Andrew Bartlett | 1 | -2/+10 |
2004-03-09 | Added strstr_m() function. Use in all places where we might run into mb | Jeremy Allison | 2 | -6/+76 |
2004-03-07 | Fix typo. | Tim Potter | 1 | -1/+1 |
2004-02-26 | fixed compilation with --enable-dmalloc | Andrew Tridgell | 1 | -3/+3 |
2004-02-23 | Janitor for tpot...bugzilla #1098, msleep already exists on aix | Jim McDonough | 3 | -4/+4 |
2004-02-23 | Add bad password count/time attributes | Jim McDonough | 1 | -0/+2 |
2004-02-20 | Make default lockout duration and reset count time 30 minutes, to match windo... | Jim McDonough | 1 | -2/+2 |
2004-02-13 | Missed SAFE_FREE (typo). | Jeremy Allison | 1 | -1/+2 |
2004-02-13 | Added Andrew Bartlett's patch to use an allocated buffer for count_chars. | Jeremy Allison | 1 | -2/+8 |
2004-02-12 | merge from old APP_HEAD | Gerald Carter | 2 | -1/+42 |
2004-02-11 | Added James Peach's fix for #1038. | Jeremy Allison | 1 | -0/+40 |
2004-02-10 | more fixes from the static changes; please move static functions to the top o... | Gerald Carter | 1 | -23/+23 |
2004-02-09 | bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh... | Gerald Carter | 1 | -3/+3 |
2004-02-08 | More 'static' work. | Andrew Bartlett | 1 | -1/+1 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 2 | -201/+1 |
2004-02-08 | Another static function. | Andrew Bartlett | 1 | -1/+1 |
2004-02-04 | Fix final valgrind errors with #830. Catch mb conversion error that may not | Jeremy Allison | 1 | -2/+16 |
2004-02-04 | Fixup the allocate version of the function to do "crap" conversions too. | Jeremy Allison | 1 | -20/+83 |
2004-02-04 | Working on #830. Cope with bad conversions better - don't just memcpy but | Jeremy Allison | 2 | -11/+82 |
2004-02-02 | there are places in the samba3 code that don't check properly for | Andrew Tridgell | 1 | -0/+4 |
2004-02-02 | the conversion from int to size_t in charcnv did not take into account | Andrew Tridgell | 1 | -1/+1 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -46/+28 |
2004-01-27 | Clarify comment on set_effective_uid() | Andrew Bartlett | 1 | -2/+10 |
2004-01-26 | Add a few more NTSTATUS <=> PAM error mappings. | Andrew Bartlett | 1 | -1/+3 |
2004-01-25 | Fix removal of attributes in LDAP - we would not actually remove the old | Andrew Bartlett | 1 | -16/+16 |
2004-01-23 | Fix decoding of base64. We got the length wrong when the result was not | Volker Lendecke | 1 | -0/+2 |
2004-01-22 | * Add SIGABRT to fault handling | Stefan Metzmacher | 1 | -3/+6 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -0/+4 |
2004-01-15 | * Fix sys_chown() when no chown() is presend | Stefan Metzmacher | 1 | -0/+2 |
2004-01-15 | * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA | Stefan Metzmacher | 5 | -34/+181 |
2004-01-14 | fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS | Stefan Metzmacher | 1 | -2/+2 |
2004-01-07 | Fix for bug #922. Fast path not called for strlower_m() and strupper_m(). | Jeremy Allison | 1 | -2/+2 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 1 | -4/+9 |
2004-01-06 | XFS quota patch from Stefan Metzmacher <metze@metzemix.de>. | Jeremy Allison | 3 | -37/+48 |
2004-01-06 | Patch by Stefan Metzmacher <metze@metzemix.de>: | Andrew Bartlett | 1 | -0/+4 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 1 | -0/+41 |
2004-01-05 | Added last missing file. | Jeremy Allison | 1 | -0/+486 |