summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18028: Fix warnings on non-krb5 systemsVolker Lendecke2-13/+21
2007-10-10r18027: Fix some 64-bit warningsVolker Lendecke2-10/+19
2007-10-10r18020: Fix SunX (with LDAP but without ADS)Volker Lendecke1-1/+1
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke18-157/+262
2007-10-10r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke1-0/+20
2007-10-10r18015: Try and detect network failures immediately inJeremy Allison2-5/+32
2007-10-10r18014: revert a possibly unnecessary changeDerrell Lipman1-1/+2
2007-10-10r18013: Fix for "bug" (enhancement) 3684.Derrell Lipman3-1/+34
2007-10-10r18012: Should fix bug 4018.Derrell Lipman1-1/+9
2007-10-10r18011: Should fix bug 3835.Derrell Lipman3-11/+41
2007-10-10r18010: Ensure we don't timeout twice to the sameJeremy Allison3-9/+17
2007-10-10r18009: Fixes bug 4026.Derrell Lipman5-188/+475
2007-10-10r18008: Ok, same fix as before. But this time also allocate the session key. ...Volker Lendecke1-5/+14
2007-10-10r18007: Ensure we don't namecache KDC entries with port 88Jeremy Allison1-0/+2
2007-10-10r18006: Actually a smaller change than it looks. LeverageJeremy Allison5-17/+155
2007-10-10r18005: The ntlmssp fix is not correct yet, working on itVolker Lendecke1-6/+5
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 Allison2-1/+5
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 Allison3-2/+11
2007-10-10r17984: Ensure we never indirect a null opt_username if it wasn'tJeremy Allison1-0/+10
2007-10-10r17981: Hmmm. Don't break helper functions that don't needJeremy Allison1-5/+7
2007-10-10r17979: Make ntlm_auth more intelligent about figuring out it'sJeremy Allison1-14/+31
2007-10-10r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ...Volker Lendecke1-5/+6
2007-10-10r17976: Fix typoVolker Lendecke1-1/+1
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 Carter2-5/+17
2007-10-10r17970: Add missing include-guards around ads.h and ads_cldap.h.Jeremy Allison3-12/+7
2007-10-10r17959: sync with samba4Stefan Metzmacher1-0/+2
2007-10-10r17953: run bin/talloctort with samba3's make testStefan Metzmacher2-0/+21
2007-10-10r17951: sync talloctort.c with samba4Stefan Metzmacher1-32/+246
2007-10-10r17949: change the comment, talloc_enable_null_tracking() shouldStefan Metzmacher1-1/+5
2007-10-10r17947: Remove extra const.Jeremy Allison1-1/+1
2007-10-10r17946: Fix couple of typos...Jeremy Allison2-3/+3
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison8-7/+60
2007-10-10r17944: Handle locking madness.Jeremy Allison1-11/+32
2007-10-10r17943: The horror, the horror. Add KDC site support byJeremy Allison6-35/+117
2007-10-10r17942: Jerry is right - when no site support is enabledJeremy Allison1-6/+11
2007-10-10r17941: Fix print out of client site name.Jeremy Allison1-1/+1
2007-10-10r17937: Move the saf_ cache into the tcp ad connection code.Jeremy Allison2-7/+21
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter5-8/+9
2007-10-10r17933: Don't print a NULL sitename.Jeremy Allison1-2/+2
2007-10-10r17929: Ok, I think I finally figured out where to putJeremy Allison2-13/+62
2007-10-10r17928: Implement the basic store for CLDAP sitenameJeremy Allison7-16/+106