summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2004-03-16Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy1-0/+20
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-0/+2
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2-4/+6
2004-03-13First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison1-1/+29
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison4-43/+67
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-4/+13
2004-03-09Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett1-7/+11
2004-03-09JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett1-2/+10
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2-6/+76
2004-03-07Fix typo.Tim Potter1-1/+1
2004-02-26fixed compilation with --enable-dmallocAndrew Tridgell1-3/+3
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough3-4/+4
2004-02-23Add bad password count/time attributesJim McDonough1-0/+2
2004-02-20Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough1-2/+2
2004-02-13Missed SAFE_FREE (typo).Jeremy Allison1-1/+2
2004-02-13Added Andrew Bartlett's patch to use an allocated buffer for count_chars.Jeremy Allison1-2/+8
2004-02-12merge from old APP_HEADGerald Carter2-1/+42
2004-02-11Added James Peach's fix for #1038.Jeremy Allison1-0/+40
2004-02-10more fixes from the static changes; please move static functions to the top o...Gerald Carter1-23/+23
2004-02-09bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter1-3/+3
2004-02-08More 'static' work.Andrew Bartlett1-1/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2-201/+1
2004-02-08Another static function.Andrew Bartlett1-1/+1
2004-02-04Fix final valgrind errors with #830. Catch mb conversion error that may notJeremy Allison1-2/+16
2004-02-04Fixup the allocate version of the function to do "crap" conversions too.Jeremy Allison1-20/+83
2004-02-04Working on #830. Cope with bad conversions better - don't just memcpy butJeremy Allison2-11/+82
2004-02-02there are places in the samba3 code that don't check properly forAndrew Tridgell1-0/+4
2004-02-02the conversion from int to size_t in charcnv did not take into accountAndrew Tridgell1-1/+1
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-46/+28
2004-01-27Clarify comment on set_effective_uid()Andrew Bartlett1-2/+10
2004-01-26Add a few more NTSTATUS <=> PAM error mappings.Andrew Bartlett1-1/+3
2004-01-25Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett1-16/+16
2004-01-23Fix decoding of base64. We got the length wrong when the result was notVolker Lendecke1-0/+2
2004-01-22* Add SIGABRT to fault handlingStefan Metzmacher1-3/+6
2004-01-15* BUG 446Gerald Carter1-0/+4
2004-01-15* Fix sys_chown() when no chown() is presendStefan Metzmacher1-0/+2
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher5-34/+181
2004-01-14fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTASStefan Metzmacher1-2/+2
2004-01-07Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison1-2/+2
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-4/+9
2004-01-06XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison3-37/+48
2004-01-06Patch by Stefan Metzmacher <metze@metzemix.de>:Andrew Bartlett1-0/+4
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+41
2004-01-05Added last missing file.Jeremy Allison1-0/+486
2004-01-05Oops. Broke the build. Added missing files.Jeremy Allison2-0/+608
2004-01-05Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison1-3/+3
2004-01-05Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison1-529/+0
2004-01-05Always call the auto-init funciton - this avoids tdb segfaulting underAndrew Bartlett1-0/+6
2003-12-31auth/auth_util.c:Andrew Bartlett2-3/+3
2003-12-30The AFS pts command always generates completely lower-case user names. As caseVolker Lendecke1-1/+4