summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Expand)AuthorAgeFilesLines
* r18015: Try and detect network failures immediately inJeremy Allison2007-10-101-0/+20
* r18010: Ensure we don't timeout twice to the sameJeremy Allison2007-10-102-1/+6
* r18006: Actually a smaller change than it looks. LeverageJeremy Allison2007-10-102-10/+86
* r18004: If you're writing out a krb5.conf, at leastJeremy Allison2007-10-101-2/+2
* r18003: Creating a directory and getting EEXIST isn't an error.Jeremy Allison2007-10-101-1/+1
* r18002: Improved debug.Jeremy Allison2007-10-101-1/+2
* r18001: Proper error reporting on write/close fail.Jeremy Allison2007-10-101-1/+7
* r18000: Get nelem/size args right for x_fwrite.Jeremy Allison2007-10-101-1/+1
* r17999: No need to prevent others from reading. Use 755 insteadJeremy Allison2007-10-101-2/+2
* r17997: Ensure lockdir exists for winbindd. Store tmpJeremy Allison2007-10-101-1/+1
* r17996: Don't talloc free the memory then reference it. Doh !Jeremy Allison2007-10-101-3/+4
* r17995: Ensure we create the domain-specific krb5 files in aJeremy Allison2007-10-101-8/+22
* r17994: Add debugs that showed me why my site code wasn'tJeremy Allison2007-10-102-2/+10
* r17972: revert accidental commit to ads_verify_ticket()Gerald Carter2007-10-101-7/+5
* r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter2007-10-101-5/+7
* r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison2007-10-101-9/+0
* r17946: Fix couple of typos...Jeremy Allison2007-10-102-3/+3
* r17945: Store the server and client sitenames in the ADSJeremy Allison2007-10-104-4/+53
* r17944: Handle locking madness.Jeremy Allison2007-10-101-11/+32
* r17943: The horror, the horror. Add KDC site support byJeremy Allison2007-10-103-2/+59
* r17942: Jerry is right - when no site support is enabledJeremy Allison2007-10-101-6/+11
* r17937: Move the saf_ cache into the tcp ad connection code.Jeremy Allison2007-10-101-5/+5
* r17929: Ok, I think I finally figured out where to putJeremy Allison2007-10-101-1/+20
* r17928: Implement the basic store for CLDAP sitenameJeremy Allison2007-10-103-7/+99
* r17910: remove incorrect comment (code has already been fixed)Gerald Carter2007-10-101-3/+0
* r17901: Stanford checker fix. cookie here can't be null or we'dJeremy Allison2007-10-101-1/+1
* r17899: Fix Stanford checker bug - possible null deref.Jeremy Allison2007-10-101-2/+5
* r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke2007-10-101-8/+12
* r17854: Steal the LDAP in NTSTATUS trick from Samba4Volker Lendecke2007-10-101-4/+1
* r17798: Beginnings of a standalone libaddns library released underGerald Carter2007-10-101-3/+3
* r17795: Finally track down the "ads_connect: Interrupted system call"Gerald Carter2007-10-101-2/+33
* r17677: There is no need for a 2nd krb5_to_nt_status function, is there?Günther Deschner2007-10-102-1/+2
* r17626: Some C++ WarningsVolker Lendecke2007-10-102-2/+4
* r17606: Introduce krb5_to_ntstatus.Volker Lendecke2007-10-101-18/+17
* r17589: Check in the really uncontroversial patch from MichaelVolker Lendecke2007-10-101-0/+5
* r17551: Move some DEBUG to d_printf in interactive functions and returnVolker Lendecke2007-10-101-1/+1
* r17536: Add a debug message citing the reason why an LDAP connection failed, ...Volker Lendecke2007-10-101-0/+5
* r17535: Reformatting, this had many tabs instead of ^$Volker Lendecke2007-10-101-6/+6
* r17345: Some C++ warningsVolker Lendecke2007-10-101-1/+2
* r17242: BUG 3957: make sure to zero memory in the SRV hostlist in case there ...Gerald Carter2007-10-101-1/+1
* r17239: BUG 3959: patch from William Charles <william@charles.name> to fix a ...Gerald Carter2007-10-101-7/+1
* r17146: Starting to cleanout my local tree someGerald Carter2007-10-101-16/+199
* r17089: Fix a possible null dereference and some memleaks.Volker Lendecke2007-10-102-0/+8
* r17003: Fix coverity #303 - possible null deref. Jerry pleaseJeremy Allison2007-10-101-0/+1
* r16957: fix cut-n-paste error. The check for 'if (\!salt)' make no sense whe...Gerald Carter2007-10-101-5/+0
* r16955: Fix an uninitialized var -- Jerry, please check.Volker Lendecke2007-10-101-2/+2
* r16952: New derive DES salt code and Krb5 keytab generationGerald Carter2007-10-105-734/+510
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-103-6/+9
* r16862: Reverting accidential changes in ads_try_connect() from previous commit.Günther Deschner2007-10-101-2/+2
* r16861: Fixing crash bug when passing no domain/realm name to the CLDAP request.Günther Deschner2007-10-102-7/+10