summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* 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
* I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett2004-01-051-9/+9
* Add a utilty function for converting a sid to a DN.Andrew Bartlett2004-01-051-0/+74
* After talking with abartlet remove the fix for bug 707 again.Volker Lendecke2004-01-011-92/+8
* Fix for bug 707, getent group for huge ads groups (>1500 members)Volker Lendecke2004-01-011-8/+92
* auth/auth_util.c:Andrew Bartlett2003-12-311-1/+1
* Fix from ndb@theghet.to to allow an existing LDAP machine account to beJeremy Allison2003-12-131-12/+29
* Get rid of a const warningVolker Lendecke2003-11-261-1/+1
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-5/+5
* Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter2003-10-171-4/+12
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-032-2/+8
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-1/+10
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-2/+2
* Try to add memory keytab support. It also includes much of the genericJim McDonough2003-09-031-1/+141
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-9/+6
* Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter2003-08-151-1/+4
* s/OM_uint32//uint32/gGerald Carter2003-08-152-3/+3
* get rid of more compiler warningsHerb Lewis2003-08-154-12/+12
* Fix memleaks.Volker Lendecke2003-08-152-7/+14
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-141-2/+2
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-014-4/+4
* working on transtive trusts issue:Gerald Carter2003-07-311-71/+0
* Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison2003-07-301-4/+0
* Comment out mutex until I get dependencies sorted out...Jeremy Allison2003-07-301-0/+4
* Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison2003-07-291-4/+13
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison2003-07-291-1/+1
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
* Improved debug messages whilst trying to track down kerb issues.Jeremy Allison2003-07-291-13/+20
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-252-2/+3