Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / ldap / ldap_client.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-10 jelmerEliminate global_loadparm in more places.
2007-12-07 jelmerSpecify name_resolve_order to socket code.
2007-12-03 jelmerRemove more global_loadparm uses.
2007-12-03 jelmerAdd a loadparm context parameter to torture_context...
2007-11-29 abartletHandle, test and implement the style of extended_dn...
2007-10-18 tridgefixed another example where the free of fde and the...
2007-10-06 jelmerConvert last instances of BOOL, True and False to the...
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-05-21 tridgeerror checking on asn1_init() failure
2007-05-21 tridgefinally fixed up our asn1 code to use better memory...
2007-05-15 abartletBe consistant with the case of these constants.
2007-04-20 metzefix memory leak in error path
2007-03-13 abartletI've been working over the last week to fix up the...
2007-03-08 abartlet- Give more detail on LDAP client library failures...
2006-10-29 jelmerMerge my DSO fixes branch. Building Samba's libraries...
2006-09-09 tridgeFreeBSD 6.1 has a symbol ldap_new_connection() in the...
2006-09-08 tridgeuse the right status variable
2006-09-04 abartletThe %c sscanf format I'm using doesn't null terminate.
2006-09-04 abartletAdd ldapi support to our LDAP client. To be used for...
2006-08-30 jelmerMerge noinclude branch:
2006-07-25 abartletChange the function prototypes for the GENSEc and TLS...
2006-07-23 abartletThis patch moves the encryption of bulk data on SASL...
2006-05-24 tridgemore talloc_set_destructor() typesafe fixes
2006-05-02 abartletMove the TLS code behind the socket interface.
2006-04-26 idrafix some problems
2006-04-25 idraAdd helper function to set reconnect status defaults
2006-04-25 idraAdd some code to automatically reconnect if we want to.
2006-02-22 idraGet in the initial work on making ldb async
2006-01-06 idraMerge ldap/ldb controls into main tree
2006-01-03 jelmerMove some headers to the directory of the subsystem...
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-12-08 tridgegot rid of composite_trigger_done() and composite_trigg...
2005-11-14 tridgeseparate out the setting of the fde in the packet conte...
2005-11-10 tridgeswitch the ldap client code over to using the generic...
2005-10-28 vlendecImplement socket_connect_multi: Connect to multiple...
2005-10-24 vlendecStart a connection attempt to the DC's port 389. To...
2005-10-17 tridge- fixed error handling on bad bind in ildap client
2005-09-13 tridgefixed a memory leak in the ldap client and server code...
2005-07-17 tridgematch a zero message id in ldap replies to the last...
2005-06-21 tridgedon't give errors when the ldap server sends us referen...
2005-06-20 tridgeadded ldaps support to our ldap client library
2005-06-19 tridge- simplified the ldap server buffer handling
2005-06-18 tridgefixed a bug with partial asn1 frames in the ldap client
2005-06-18 tridgewhen we get a zero read, the connection is dead
2005-06-18 tridgea single wrapped ldap blob can contain multiple ldap...
2005-06-18 tridgeensure we don't print null strings in ldap_errstr()
2005-06-17 tridge- added a ildap_*() interface to our internal ldap...
2005-06-16 tridgea new ldap client library. Main features are:
2005-06-15 tridgesimplified the memory management in the ldap code....
2005-05-11 metze- move sasl send recv code to the ldap lib
2005-03-24 abartletA MAJOR update to intergrate the new credentails system...
2005-02-10 tridgetrimmed back a lot of the old macros from smb_macros.h
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-30 tridgemoved the horrible ldap socket code, and the even worse
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...
2005-01-01 abartletAdd a new GENSEC module: gensec_gssapi
2004-12-29 abartletGrr, fix copy-and-paste bug.
2004-12-28 abartletSet the correct target service.
2004-12-06 metzeimplement the gensec_have_feature() correctly by asking
2004-12-03 tridgefixed a bunch of code to use the type safe _p allocatio...
2004-11-06 metze- seperate the ldap client code and the ldap parsing...