summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-0/+18
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-262-0/+9
* Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett2004-03-211-1/+1
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-192-0/+10
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-1/+1
* backport from headSimo Sorce2004-03-191-0/+3
* Merge from HEAD for Amanda group.Jeremy Allison2004-03-181-0/+14
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-181-0/+2
* Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison2004-03-181-0/+3
* Remove excess logging when probing for the length of the next mb char.Jeremy Allison2004-03-171-0/+3
* Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2004-03-171-20/+4
* Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2004-03-161-0/+24
* Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2004-03-161-0/+20
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-0/+2
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-132-4/+6
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-1/+29
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-114-43/+67
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-4/+13
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-091-7/+11
* JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett2004-03-091-2/+10
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-092-6/+76
* Fix typo.Tim Potter2004-03-071-1/+1
* fixed compilation with --enable-dmallocAndrew Tridgell2004-02-261-3/+3
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-233-4/+4
* Add bad password count/time attributesJim McDonough2004-02-231-0/+2
* Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough2004-02-201-2/+2
* Missed SAFE_FREE (typo).Jeremy Allison2004-02-131-1/+2
* Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison2004-02-131-2/+8
* merge from old APP_HEADGerald Carter2004-02-122-1/+42
* Added James Peach's fix for #1038.Jeremy Allison2004-02-111-0/+40
* more fixes from the static changes; please move static functions to the top o...Gerald Carter2004-02-101-23/+23
* bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter2004-02-091-3/+3
* More 'static' work.Andrew Bartlett2004-02-081-1/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-082-201/+1
* Another static function.Andrew Bartlett2004-02-081-1/+1
* Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison2004-02-041-2/+16
* Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison2004-02-041-20/+83
* Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2004-02-042-11/+82
* there are places in the samba3 code that don't check properly forAndrew Tridgell2004-02-021-0/+4
* the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell2004-02-021-1/+1
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-46/+28
* Clarify comment on set_effective_uid()Andrew Bartlett2004-01-271-2/+10
* Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett2004-01-261-1/+3
* Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett2004-01-251-16/+16
* Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke2004-01-231-0/+2
* * Add SIGABRT to fault handlingStefan Metzmacher2004-01-221-3/+6
* * BUG 446Gerald Carter2004-01-151-0/+4
* * Fix sys_chown() when no chown() is presendStefan Metzmacher2004-01-151-0/+2
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-155-34/+181