summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-2/+2
2007-10-10r18177: Some build- and memleak-fixes for the (not build by default) ADS GPOGünther Deschner1-1/+6
2007-10-10r18175: Forgot to call asn1_free() in previous commit.Günther Deschner1-0/+1
2007-10-10r18174: Do not return "success" when we failed to write in the CLDAP code.Günther Deschner1-0/+1
2007-10-10r18172: Just a little more verbosity in this debug statement.Günther Deschner1-2/+2
2007-10-10r18165: Fix memleaks.Günther Deschner1-2/+7
2007-10-10r18162: Close socket when the CLDAP request has failed.Günther Deschner1-0/+1
2007-10-10r18063: When we get a successful connection using ADS,Jeremy Allison1-1/+2
2007-10-10r18047: More C++ stuffVolker Lendecke2-5/+5
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke6-116/+123
2007-10-10r18015: Try and detect network failures immediately inJeremy Allison1-0/+20
2007-10-10r18010: Ensure we don't timeout twice to the sameJeremy Allison2-1/+6
2007-10-10r18006: Actually a smaller change than it looks. LeverageJeremy Allison2-10/+86
2007-10-10r18004: If you're writing out a krb5.conf, at leastJeremy Allison1-2/+2
2007-10-10r18003: Creating a directory and getting EEXIST isn't an error.Jeremy Allison1-1/+1
2007-10-10r18002: Improved debug.Jeremy Allison1-1/+2
2007-10-10r18001: Proper error reporting on write/close fail.Jeremy Allison1-1/+7
2007-10-10r18000: Get nelem/size args right for x_fwrite.Jeremy Allison1-1/+1
2007-10-10r17999: No need to prevent others from reading. Use 755 insteadJeremy Allison1-2/+2
2007-10-10r17997: Ensure lockdir exists for winbindd. Store tmpJeremy Allison1-1/+1
2007-10-10r17996: Don't talloc free the memory then reference it. Doh !Jeremy Allison1-3/+4
2007-10-10r17995: Ensure we create the domain-specific krb5 files in aJeremy Allison1-8/+22
2007-10-10r17994: Add debugs that showed me why my site code wasn'tJeremy Allison2-2/+10
2007-10-10r17972: revert accidental commit to ads_verify_ticket()Gerald Carter1-7/+5
2007-10-10r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter1-5/+7
2007-10-10r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison1-9/+0
2007-10-10r17946: Fix couple of typos...Jeremy Allison2-3/+3
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison4-4/+53
2007-10-10r17944: Handle locking madness.Jeremy Allison1-11/+32
2007-10-10r17943: The horror, the horror. Add KDC site support byJeremy Allison3-2/+59
2007-10-10r17942: Jerry is right - when no site support is enabledJeremy Allison1-6/+11
2007-10-10r17937: Move the saf_ cache into the tcp ad connection code.Jeremy Allison1-5/+5
2007-10-10r17929: Ok, I think I finally figured out where to putJeremy Allison1-1/+20
2007-10-10r17928: Implement the basic store for CLDAP sitenameJeremy Allison3-7/+99
2007-10-10r17910: remove incorrect comment (code has already been fixed)Gerald Carter1-3/+0
2007-10-10r17901: Stanford checker fix. cookie here can't be null or we'dJeremy Allison1-1/+1
2007-10-10r17899: Fix Stanford checker bug - possible null deref.Jeremy Allison1-2/+5
2007-10-10r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke1-8/+12
2007-10-10r17854: Steal the LDAP in NTSTATUS trick from Samba4Volker Lendecke1-4/+1
2007-10-10r17798: Beginnings of a standalone libaddns library released underGerald Carter1-3/+3
2007-10-10r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter1-2/+33
2007-10-10r17677: There is no need for a 2nd krb5_to_nt_status function, is there?Günther Deschner2-1/+2
2007-10-10r17626: Some C++ WarningsVolker Lendecke2-2/+4
2007-10-10r17606: Introduce krb5_to_ntstatus.Volker Lendecke1-18/+17
2007-10-10r17589: Check in the really uncontroversial patch from MichaelVolker Lendecke1-0/+5
2007-10-10r17551: Move some DEBUG to d_printf in interactive functions and returnVolker Lendecke1-1/+1
2007-10-10r17536: Add a debug message citing the reason why an LDAP connection failed, ...Volker Lendecke1-0/+5
2007-10-10r17535: Reformatting, this had many tabs instead of ^$Volker Lendecke1-6/+6
2007-10-10r17345: Some C++ warningsVolker Lendecke1-1/+2
2007-10-10r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ...Gerald Carter1-1/+1