summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* r938: on an error save the original errno before calling iconv to resetHerb Lewis2007-10-101-1/+5
* r907: fixing browse.dat bug -- don't include the resouce byte from the netbio...Gerald Carter2007-10-101-1/+1
* r772: fix cut and paste error in commentHerb Lewis2007-10-101-1/+1
* r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter2007-10-102-24/+6
* r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2007-10-101-0/+3
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-103-25/+10
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2007-10-102-6/+8
* r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid...Gerald Carter2007-10-101-5/+4
* r449: Two AFS-related things:Volker Lendecke2007-10-102-228/+237
* r428: add acls debug classHerb Lewis2007-10-101-0/+1
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell2007-10-101-0/+1
* r416: add a newline to the debuglevel message returned stringHerb Lewis2007-10-101-3/+4
* r316: Fix split_domain_name. This defaulted to get_myname() instead ofVolker Lendecke2007-10-101-8/+14
* r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter2007-10-102-0/+50
* r196: merging struct uuid from trunkGerald Carter2007-10-103-58/+112
* r116: volker's patch for local group and group nestingGerald Carter2007-10-102-0/+20
* r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.Andrew Bartlett2007-10-101-0/+11
* r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough2007-10-101-0/+7
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-101-1/+0
* r39: * importing .cvsignore filesGerald Carter2007-10-101-3/+0
* "Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison2004-04-011-4/+14
* This restructures lib/afs.c so that the token data can be but into aVolker Lendecke2004-04-011-67/+294
* 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