summaryrefslogtreecommitdiffstats
path: root/source/libads
Commit message (Expand)AuthorAgeFilesLines
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-2/+4
* r21863: Fix debug messages with incorrect function name.Jeremy Allison2007-10-101-15/+15
* r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which d...Günther Deschner2007-10-101-2/+4
* r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison2007-10-101-5/+15
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-5/+13
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-102-31/+74
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-3/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+3
* r21822: Adding experimental krb5 lib locator plugin.Günther Deschner2007-10-101-0/+384
* r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.James Peach2007-10-101-1/+1
* r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach2007-10-101-2/+2
* r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2007-10-101-2/+7
* r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison2007-10-101-1/+2
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-102-4/+18
* r21561: It makes absolutely no sense to call krb5_kt_resolve() two timesGünther Deschner2007-10-101-6/+1
* r21558: Safe more indent, again no code changes.Günther Deschner2007-10-101-37/+37
* r21557: indent only fix. No code change.Günther Deschner2007-10-101-49/+49
* r21556: Remove superfluos return check in ads_keytab_verify_ticket().Günther Deschner2007-10-101-2/+0
* r21352: Let ads_upn_suffixes() return a pointer to an array of suffixes.Günther Deschner2007-10-101-4/+4
* r21349: Fix memleak in ads_upn_suffixes().Günther Deschner2007-10-101-0/+3
* r21273: * Protect the sasl bind against a NULL principal stringGerald Carter2007-10-101-1/+29
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-103-5/+13
* r21238: Fix tab indent in self-written krb5.confs.Günther Deschner2007-10-101-1/+1
* r21110: Fix kinit with Heimdal (Bug #4226).Günther Deschner2007-10-101-13/+26
* r21046: Backing out svn r20403 (Andrew's krb5 ticket cleanupGerald Carter2007-10-101-0/+11
* r21021: Fix memleak.Günther Deschner2007-10-101-0/+1
* r21003: Display LDAP base in debug statement.Günther Deschner2007-10-101-2/+2
* r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter2007-10-102-51/+32
* r20880: Fix memory leak in new sitename code. You got *really*Jeremy Allison2007-10-101-1/+1
* r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-10-102-18/+63
* r20862: When in disconnected mode there is no need to try a fallback to a siteGünther Deschner2007-10-101-0/+18
* r20860: Adding some small tweaks. When we have no sitename, there is no need toGünther Deschner2007-10-101-11/+14
* r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-10-103-22/+72
* r20536: In the offline PAM session close case the attempt to delete aGünther Deschner2007-10-101-0/+2
* r20487: Remove the unused dn2ad_canonical() callGerald Carter2007-10-101-18/+0
* r20486: Always upper case the "host/<sAMAccoutnName>" entry in the keytab fileGerald Carter2007-10-101-1/+6
* r20403: Cleaning out my Samba 3.0 tree:Andrew Bartlett2007-10-101-11/+0
* r20273: Map KRB5_KDCREP_SKEW to NT_STATUS_TIME_DIFFERENCE_AT_DC.Günther Deschner2007-10-101-0/+1
* r20173: DNS update fixes:Gerald Carter2007-10-101-0/+22
* r20132: get rid of defined but not used warning - static function only usedHerb Lewis2007-10-101-0/+2
* r19687: Fix uninitialized variables found by Coverity (and gcc -O1... ;-))Volker Lendecke2007-10-101-1/+2
* r19651: Fix interesting bug with the automatic site coverage in Active Direct...Günther Deschner2007-10-101-1/+25
* r19646: Fix memleak in the default_ou_string handling. Thanks to David HuGünther Deschner2007-10-101-11/+37
* r19528: Fix container handling for "net ads user" and "net ads group" functionsGünther Deschner2007-10-101-1/+3
* r19526: Fix minor memleak.Günther Deschner2007-10-101-0/+1
* r19263: Be more accurate in telling what the sitename problem is in this DEBUGGünther Deschner2007-10-101-1/+1
* r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2007-10-101-0/+10
* r18982: Move the gpo related functions to "libgpo".Günther Deschner2007-10-102-1205/+0
* r18941: Minor cleanup in ads_parse_gpo().Günther Deschner2007-10-101-2/+2
* r18923: Fix more memleaks.Günther Deschner2007-10-103-7/+23