Move some headers to the directory of the subsystem they belong to.
[samba-svnmirror.git] / source / libcli / ldap / ldap.c
2006-01-03 jelmerMove some headers to the directory of the subsystem...
2005-11-10 tridgeswitch the ldap client code over to using the generic...
2005-11-05 abartletWorking towards having Samba3 join Samba4, this allows...
2005-10-12 tridgeThis patch isn't as big as it looks ...
2005-09-13 tridgefixed a memory leak in the ldap client and server code...
2005-08-02 idra Better support for extended ldap search operations
2005-07-19 idraadd to ldb and ldap comparison functionality
2005-07-17 idraNow our ldap server is able to fullfill present and...
2005-07-13 tpotSome C++ friendlyness fixes - 'not' is apparently a...
2005-06-19 tridgesome bug fixes from testing with socket:testnonblock
2005-06-18 tridgeadded encoding of LDB_OP_NOT search components
2005-06-18 tridge- fix a mismatched asn1 push/pop on bind
2005-06-18 tridge- simplify the asn1 decode of ldap_search() a lot,...
2005-06-16 tridgea new ldap client library. Main features are:
2005-06-15 tridgetake advantage of struct data_blob and struct ldb_val...
2005-06-15 tridgenext step in ldap cleanup. I'm aiming to get rid of...
2005-06-15 tridgesimplified the memory management in the ldap code....
2005-06-14 tridgeadded wire parsing of NOT and extended ldap search...
2005-06-13 tridge- added a ldb_search_bytree() interface, which takes...
2005-06-13 tridgemake the ldap ASN.1 filter parse code go via a struct
2005-06-13 tridgerip the copy of the ldap expression parser out of libcl...
2005-05-16 tridge- fixed empty ldap search elements in filters
2005-05-13 tridgeadded functions in libcli/ldap/ to binary encode some...
2005-05-12 tridge- escape spaces in binary ldap blobs
2005-05-11 tridgesupport binary search elements in ldap_decode()
2005-05-10 tridgeminor ldap client library work
2005-02-11 tridgeremoved a whole bunch of #include lines that minimal_in...
2005-02-10 tridgeremoved libcli/ldap/ldap.h from includes.h
2005-02-10 tridge - got rid of pstring.h from includes.h. This at least...
2005-01-31 metzefix types
2005-01-27 tridgegot rid of all of the TALLOC_DEPRECATED stuff. My apolo...
2005-01-06 tridgegot rid of a lot more uses of plain talloc(), instead...
2004-12-03 tridgefixed more places to use type safe allocation macros
2004-11-06 metzecheck sscanf return code
2004-11-06 metzefix referral handling
2004-11-06 metze- seperate the ldap client code and the ldap parsing...
2004-11-02 tridgedon't pass a ptr to an enum as a ptr to an int (bug...
2004-11-02 tridgeseparated out some more headers (asn_1.h, messages...
2004-11-02 tridge- split out the auth and popt includes
2004-11-02 tridgemore include file reduction
2004-11-01 tridgethe next stage in the include files re-organisation.
2004-10-20 abartletmake code more pretty :-)
2004-10-09 metzeparse LDAP Control messages
2004-10-08 metzeencode and decode BindRequest/Response correct
2004-10-07 metzeadd torture test to find the defaultNamingContext on...
2004-10-07 metzedon't destroy the gensec context it's used for sign...
2004-09-29 metzedecode AbandonRequest correct (untested:-)
2004-09-29 metzeuse DATA_BLOB for attribute values
2004-09-27 idrarevert "Del" renaming
2004-09-27 idraUse consistent naming Del -> Delete
2004-09-27 tridgewe're getting too many errors caused by the talloc_real...
2004-09-25 tridgeconvert gensec to the new talloc model
2004-09-22 metze- implemented ldap_decode() for UnbindRequest and Exten...
2004-09-20 tridgemore string function updates.
2004-09-15 metzemerge LDAP ASN.1 fixes from trunk
2004-09-01 vlendecFix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.
2004-08-21 tridgea completely new implementation of talloc
2004-08-20 idraput ldif functions in a separate file
2004-08-17 metze- move asn1 functions to asn1.c
2004-08-13 metze...I just forgot to say that the sasl bind actually...
2004-08-13 metzeget a bit closer to a sasl bind
2004-08-13 metzemore progress on sasl binds, but decoding the response...
2004-08-13 idrastart to support SASL in our ldap libraries
2004-08-13 metzefix the build
2004-08-12 idrasplit ldap_setup_connection() and provide an ldap_bind_...
2004-08-12 idraremove unneeded dependencies on openldap client libraries
2004-08-12 idraOK Let's add tests for ldap.
2004-08-12 idrastart porting valuable volker's work on ldap from trunk
2004-08-12 metzemerge volkers ldap client lib to samba4 for simo to...