summaryrefslogtreecommitdiff
path: root/source3/libads
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18869: two build fixes for systems without ldapAndrew Tridgell1-5/+5
2007-10-10r18853: Fix remaining warnings. Volker, should be fine now.Günther Deschner1-1/+1
2007-10-10r18820: Comment out some unused functions.Günther Deschner1-2/+17
2007-10-10r18819: Fix build without LDAP.Günther Deschner2-0/+8
2007-10-10r18817: Enable the build of the gpo tool but do not make it available yet.Günther Deschner1-1/+1
2007-10-10r18816: Fix some build warnings.Günther Deschner1-4/+4
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-7/+7
2007-10-10r18670: Fix memleaks.Günther Deschner1-0/+2
2007-10-10r18663: Fix one more uuid -> GUID.Jeremy Allison1-1/+1
2007-10-10r18620: Fallback to non-paging LDAP searches in ads_do_search_retry_internal()Günther Deschner1-2/+19
2007-10-10r18552: Ensure the sitename matches before we SAF store a DC in ADS mode.Jeremy Allison1-4/+4
2007-10-10r18512: Add krb5conf file environment to debug statement.Günther Deschner1-2/+3
2007-10-10r18508: A query for the LDAP schema can never be done anonymously against AD.Günther Deschner1-22/+1
2007-10-10r18480: Doh ! Double-free of hostnameDN.Jeremy Allison1-1/+0
2007-10-10r18466: Attempt to fix the AIX buildVolker Lendecke1-0/+2
2007-10-10r18464: Solaris has LDAP_SCOPE_ONELEVEL. Linux seems to have it as well.Volker Lendecke1-5/+7
2007-10-10r18453: Attempt to fix the non-ldap buildVolker Lendecke1-0/+4
2007-10-10r18446: Add the ldap 'leave domain' code - call this asJeremy Allison1-0/+174
2007-10-10r18425: Fix ads_ntstatus(). LDAP_SUCCESS should really map to NT_STATUS_OK.Günther Deschner1-0/+3
2007-10-10r18271: Big change:Gerald Carter1-1/+1
2007-10-10r18241: If replacing the krb5.conf, ensure it's readable.Jeremy Allison1-0/+10
2007-10-10r18234: DNS failures are too common to log at level zero or 1.Jeremy Allison1-3/+3
2007-10-10r18226: Ensure we only do this evil thing if it's our realm.Jeremy Allison1-2/+1
2007-10-10r18225: If we're going to overwrite krb5.conf, at leastJeremy Allison1-20/+42
2007-10-10r18201: Make explicit what's going on here.Jeremy Allison1-1/+2
2007-10-10r18200: Experimental code to allow system /etc/krb5.conf to beJeremy Allison1-42/+63
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