summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-7/+7
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-4/+4
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-5/+4
2007-10-10r3585: check sscanf return codeStefan Metzmacher1-1/+5
2007-10-10r3584: fix referral handlingStefan Metzmacher1-3/+12
2007-10-10r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher1-652/+3
2007-10-10r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)Andrew Tridgell1-1/+3
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-9/+11
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-1/+2
2007-10-10r3079: make code more pretty :-)Andrew Bartlett1-1/+1
2007-10-10r2884: parse LDAP Control messagesStefan Metzmacher1-0/+41
2007-10-10r2861: encode and decode BindRequest/Response correctStefan Metzmacher1-69/+82
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher1-0/+2
2007-10-10r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher1-2/+3
2007-10-10r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher1-2/+6
2007-10-10r2747: use DATA_BLOB for attribute valuesStefan Metzmacher1-4/+16
2007-10-10r2695: revert "Del" renamingSimo Sorce1-13/+13
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce1-13/+13
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-3/+4
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-1/+1
2007-10-10r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher1-3/+27
2007-10-10r2432: more string function updates.Andrew Tridgell1-1/+1
2007-10-10r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher1-1/+1
2007-10-10r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.Volker Lendecke1-4/+4
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1944: put ldif functions in a separate fileSimo Sorce1-411/+0
2007-10-10r1856: - move asn1 functions to asn1.cStefan Metzmacher1-43/+47
2007-10-10r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher1-0/+2
2007-10-10r1804: get a bit closer to a sasl bindStefan Metzmacher1-2/+19
2007-10-10r1803: more progress on sasl binds, but decoding the response still failsStefan Metzmacher1-3/+27
2007-10-10r1802: start to support SASL in our ldap librariesSimo Sorce1-16/+153
2007-10-10r1798: fix the buildStefan Metzmacher1-1/+2
2007-10-10r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce1-22/+42
2007-10-10r1785: remove unneeded dependencies on openldap client librariesSimo Sorce1-3/+4
2007-10-10r1771: OK Let's add tests for ldap.Simo Sorce1-3/+14
2007-10-10r1761: start porting valuable volker's work on ldap from trunkSimo Sorce1-64/+62
2007-10-10r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher1-0/+1989