summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
...
* r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner2007-10-101-0/+2
* r3381: More merging of the #1717 patch. Fixup some erroneous assumptions aboutJeremy Allison2007-10-102-62/+77
* r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison2007-10-102-15/+89
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-102-8/+549
* r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison2007-10-101-1/+1
* r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner2007-10-101-4/+73
* r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter2007-10-101-1/+1
* r2091: only use sAMAccountName and not userPrincipalName since the breaks win...Gerald Carter2007-10-101-0/+6
* r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner2007-10-101-4/+6
* r1789: compiler warnings from SuSEGerald Carter2007-10-101-0/+4
* r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...Gerald Carter2007-10-101-4/+4
* r1378: Better debugging so I don't get confused what principal we mean.Jeremy Allison2007-10-101-2/+2
* r1373: Fix from Guenther Deschner <gd@sernet.de> to ensure last error return ...Jeremy Allison2007-10-101-1/+2
* r1330: Fix the build for systems without ldap headersVolker Lendecke2007-10-101-1/+1
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+30
* r1285: Put variable definitions into a block before the statements...Volker Lendecke2007-10-101-1/+1
* r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...Volker Lendecke2007-10-101-3/+5
* r1247: Final fix to make this compile on Heimdal.Jeremy Allison2007-10-101-0/+4
* r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison2007-10-101-2/+2
* r1244: More Heimdal compile fixes.Jeremy Allison2007-10-101-3/+9
* r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a stru...Jeremy Allison2007-10-101-16/+34
* r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2007-10-102-9/+20
* r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison2007-10-101-2/+8
* r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison2007-10-103-16/+57
* r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@ppp...Jeremy Allison2007-10-101-1/+1
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2007-10-103-182/+498
* r1214: Now compiles. Changed krb5_kt_free_entry to krb5_free_keytab_entry_con...Jeremy Allison2007-10-101-12/+12
* r1193: Ensure we check for and use krb5_free_unparsed_name().Jeremy Allison2007-10-101-3/+4
* r1192: Fixed all memleaks/error code return path leaks I can find. Not sure i...Jeremy Allison2007-10-101-42/+94
* r1184: Keep latest changes... not compilable yet.Jeremy Allison2007-10-101-13/+30
* r1183: Updates to the code cleanup so I don't lose my changes...Jeremy Allison2007-10-101-52/+62
* r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. ...Jeremy Allison2007-10-101-47/+77
* r1180: New file - basis of new system keytab code.Jeremy Allison2007-10-101-0/+434
* r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+6
* r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+4
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter2007-10-103-8/+8
* r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need toJeremy Allison2007-10-101-8/+32
* r196: merging struct uuid from trunkGerald Carter2007-10-101-11/+7
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
* Fix bugzilla # 1208Jim McDonough2004-03-242-3/+38
* bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter2004-03-221-8/+11
* Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett2004-02-081-2/+3
* Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2004-02-031-146/+8
* fix some warnings from the Sun compilerGerald Carter2004-01-091-14/+14
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-082-6/+22
* Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett2004-01-061-5/+9
* Try to keep vl happy - shorten some of these lines.Andrew Bartlett2004-01-051-6/+12
* There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett2004-01-051-4/+8
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-051-17/+22
* Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2004-01-051-8/+130