summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter1-8/+11
2004-02-08Bug found by gd - the new range-reterival code did still had 'member'Andrew Bartlett1-2/+3
2004-02-03Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison1-146/+8
2004-01-09fix some warnings from the Sun compilerGerald Carter1-14/+14
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2-6/+22
2004-01-06Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett1-5/+9
2004-01-05Try to keep vl happy - shorten some of these lines.Andrew Bartlett1-6/+12
2004-01-05There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett1-4/+8
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett1-17/+22
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett1-8/+130
2004-01-05I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett1-9/+9
2004-01-05Add a utilty function for converting a sid to a DN.Andrew Bartlett1-0/+74
2004-01-01After talking with abartlet remove the fix for bug 707 again.Volker Lendecke1-92/+8
2004-01-01Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke1-8/+92
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-12-13Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison1-12/+29
2003-11-26Get rid of a const warningVolker Lendecke1-1/+1
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-5/+5
2003-10-17Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter1-4/+12
2003-10-03don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2-2/+8
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-1/+10
2003-09-06revert retry loops in winbindd_ads as abartket points out, weGerald Carter1-2/+2
2003-09-03Try to add memory keytab support. It also includes much of the genericJim McDonough1-1/+141
2003-08-25Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke1-1/+2