summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3841: Time out in ads search queries. Even AD servers can hang.Volker Lendecke1-7/+44
2007-10-10r3796: Patch from Jay Fenlason <fenlason@redhat.com>. Don't free static buffers.Jeremy Allison1-1/+0
2007-10-10r3764: Ensure on failure that *res is always NULL.Jeremy Allison1-3/+8
2007-10-10r3711: Fix KRB5_SETPW-defines, no change in behaviour.Günther Deschner1-7/+5
2007-10-10r3569: Fix for bug #1651, added extra servicePrincipalNames for kerberos inte...Jeremy Allison1-6/+44
2007-10-10r3502: Tidy up debugging in kerberos_keytab code.Jeremy Allison1-32/+48
2007-10-10r3495: Fix the build (recent kerberos-changes).Günther Deschner2-3/+4
2007-10-10r3492: Fixes from testing kerberos salted principal fix.Jeremy Allison2-24/+52
2007-10-10r3451: Finish off kerberos salting patch. Needs testing !Jeremy Allison2-29/+34
2007-10-10r3439: Finally fix build for platforms without kerberos.Günther Deschner1-2/+2
2007-10-10r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner1-0/+2
2007-10-10r3381: More merging of the #1717 patch. Fixup some erroneous assumptions aboutJeremy Allison2-62/+77
2007-10-10r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison2-15/+89
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2-8/+549
2007-10-10r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison1-1/+1
2007-10-10r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner1-4/+73
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-1/+1
2007-10-10r2091: only use sAMAccountName and not userPrincipalName since the breaks win...Gerald Carter1-0/+6
2007-10-10r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner1-4/+6
2007-10-10r1789: compiler warnings from SuSEGerald Carter1-0/+4
2007-10-10r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...Gerald Carter1-4/+4
2007-10-10r1378: Better debugging so I don't get confused what principal we mean.Jeremy Allison1-2/+2
2007-10-10r1373: Fix from Guenther Deschner <gd@sernet.de> to ensure last error return ...Jeremy Allison1-1/+2
2007-10-10r1330: Fix the build for systems without ldap headersVolker Lendecke1-1/+1
2007-10-10r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison1-1/+30
2007-10-10r1285: Put variable definitions into a block before the statements...Volker Lendecke1-1/+1
2007-10-10r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...Volker Lendecke1-3/+5
2007-10-10r1247: Final fix to make this compile on Heimdal.Jeremy Allison1-0/+4
2007-10-10r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison1-2/+2
2007-10-10r1244: More Heimdal compile fixes.Jeremy Allison1-3/+9
2007-10-10r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a stru...Jeremy Allison1-16/+34
2007-10-10r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2-9/+20
2007-10-10r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison1-2/+8
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison3-16/+57
2007-10-10r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@ppp...Jeremy Allison1-1/+1
2007-10-10r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison3-182/+498
2007-10-10r1214: Now compiles. Changed krb5_kt_free_entry to krb5_free_keytab_entry_con...Jeremy Allison1-12/+12
2007-10-10r1193: Ensure we check for and use krb5_free_unparsed_name().Jeremy Allison1-3/+4
2007-10-10r1192: Fixed all memleaks/error code return path leaks I can find. Not sure i...Jeremy Allison1-42/+94
2007-10-10r1184: Keep latest changes... not compilable yet.Jeremy Allison1-13/+30
2007-10-10r1183: Updates to the code cleanup so I don't lose my changes...Jeremy Allison1-52/+62
2007-10-10r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. ...Jeremy Allison1-47/+77
2007-10-10r1180: New file - basis of new system keytab code.Jeremy Allison1-0/+434
2007-10-10r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-1/+6
2007-10-10r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-1/+4
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter3-8/+8
2007-10-10r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need toJeremy Allison1-8/+32
2007-10-10r196: merging struct uuid from trunkGerald Carter1-11/+7
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
2004-03-24Fix bugzilla # 1208Jim McDonough2-3/+38