r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)
[ira/wip.git] / source4 / libcli / ldap / ldap.c
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...