r7810: don't give errors when the ldap server sends us reference replies
[bbaumbach/samba-autobuild/.git] / source4 / libcli / ldap / ldap_client.c
2007-10-10 Andrew Tridgellr7810: don't give errors when the ldap server sends...
2007-10-10 Andrew Tridgellr7770: added ldaps support to our ldap client library
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7725: fixed a bug with partial asn1 frames in the...
2007-10-10 Andrew Tridgellr7722: when we get a zero read, the connection is dead
2007-10-10 Andrew Tridgellr7716: a single wrapped ldap blob can contain multiple...
2007-10-10 Andrew Tridgellr7715: ensure we don't print null strings in ldap_errstr()
2007-10-10 Andrew Tridgellr7665: - added a ildap_*() interface to our internal...
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Stefan Metzmacherr6732: - move sasl send recv code to the ldap lib
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5107: moved the horrible ldap socket code, and the...
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 Bartlettr4460: Add a new GENSEC module: gensec_gssapi
2007-10-10 Andrew Bartlettr4386: Grr, fix copy-and-paste bug.
2007-10-10 Andrew Bartlettr4385: Set the correct target service.
2007-10-10 Stefan Metzmacherr4079: implement the gensec_have_feature() correctly...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr3583: - seperate the ldap client code and the ldap...