r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
[kai/samba.git] / source / libcli / ldap / ldap.c
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Stefan Metzmacherr3585: check sscanf return code
2007-10-10 Stefan Metzmacherr3584: fix referral handling
2007-10-10 Stefan Metzmacherr3583: - seperate the ldap client code and the ldap...
2007-10-10 Andrew Tridgellr3475: don't pass a ptr to an enum as a ptr to an int...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Bartlettr3079: make code more pretty :-)
2007-10-10 Stefan Metzmacherr2884: parse LDAP Control messages
2007-10-10 Stefan Metzmacherr2861: encode and decode BindRequest/Response correct
2007-10-10 Stefan Metzmacherr2853: add torture test to find the defaultNamingContex...
2007-10-10 Stefan Metzmacherr2851: don't destroy the gensec context it's used for...
2007-10-10 Stefan Metzmacherr2750: decode AbandonRequest correct (untested:-)
2007-10-10 Stefan Metzmacherr2747: use DATA_BLOB for attribute values
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Stefan Metzmacherr2508: - implemented ldap_decode() for UnbindRequest...
2007-10-10 Andrew Tridgellr2432: more string function updates.
2007-10-10 Stefan Metzmacherr2347: merge LDAP ASN.1 fixes from trunk
2007-10-10 Volker Lendecker2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Simo Sorcer1944: put ldif functions in a separate file
2007-10-10 Stefan Metzmacherr1856: - move asn1 functions to asn1.c
2007-10-10 Stefan Metzmacherr1805: ...I just forgot to say that the sasl bind actua...
2007-10-10 Stefan Metzmacherr1804: get a bit closer to a sasl bind
2007-10-10 Stefan Metzmacherr1803: more progress on sasl binds, but decoding the...
2007-10-10 Simo Sorcer1802: start to support SASL in our ldap libraries
2007-10-10 Stefan Metzmacherr1798: fix the build
2007-10-10 Simo Sorcer1792: split ldap_setup_connection() and provide an...
2007-10-10 Simo Sorcer1785: remove unneeded dependencies on openldap client...
2007-10-10 Simo Sorcer1771: OK Let's add tests for ldap.
2007-10-10 Simo Sorcer1761: start porting valuable volker's work on ldap...
2007-10-10 Stefan Metzmacherr1756: merge volkers ldap client lib to samba4 for...