summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke1-8/+14
2007-10-10r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter2-0/+50
2007-10-10r196: merging struct uuid from trunkGerald Carter3-58/+112
2007-10-10r116: volker's patch for local group and group nestingGerald Carter2-0/+20
2007-10-10r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett1-0/+11
2007-10-10r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough1-0/+7
2007-10-10r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough1-1/+0
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
2004-04-01"Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison1-4/+14
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke1-67/+294
2004-03-27Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett1-0/+18
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-1/+1
2004-03-26source code fix for bug 1095 -- honor the '-l' optionGerald Carter2-0/+9
2004-03-21Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett1-1/+1
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2-0/+10
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-1/+1
2004-03-19backport from headSimo Sorce1-0/+3
2004-03-18Merge from HEAD for Amanda group.Jeremy Allison1-0/+14
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough1-0/+2
2004-03-18Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison1-0/+3
2004-03-17Remove excess logging when probing for the length of the next mb char.Jeremy Allison1-0/+3
2004-03-17Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison1-20/+4
2004-03-16Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison1-0/+24
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