s3-prefork: Allow better management of allowed_clients
[idra/samba.git] / source3 / lib / tldap.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-16 Volker Lendeckes3: Remove an unused variable
2011-03-20 Volker Lendeckes3: Fix early tldap_search cancels
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-03-14 Volker Lendeckes3: Change tldap_entry_attributes to the "array,count...
2011-02-13 Volker Lendeckes3: Use tlap_simple_recv in tldap_sasl_bind_recv
2011-02-13 Volker Lendeckes3: Add error checking to asn1_read_OctetString_talloc
2011-02-13 Volker LendeckeFix typos
2011-02-10 Volker Lendeckes3: Align the args in tldap_modify
2011-02-10 Volker Lendeckes3: Align tldap_add and tldap_add_send
2011-01-26 Andreas Schneiders3-lib: Fixed a missing return value in tldap.
2010-07-20 Volker Lendeckes3: Fix two uninitialized variables
2010-06-21 Volker Lendecketldap: Fix a type-punned warning
2010-05-17 Günther Deschners3-tldap: only include tldap when actually needed.
2010-03-10 Volker Lendeckes3: Make TLDAP_IS_ALPHA and TLDAP_IS_ADH static functions
2010-03-09 Simo SorceFix typo
2010-03-09 Simo Sorces3:tldap add own filter parsing
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Stefan Metzmachers3:tldap: fix the build - a void function should not...
2009-06-28 Volker LendeckeIf the connection is down, don't try another write.
2009-06-28 Volker Lendecketldap_msg_received: Properly free the asn1_struct in...
2009-06-27 Volker LendeckeMove read_ldap_done after read_ldap_send
2009-06-27 Volker LendeckeConvert tldap to tstream
2009-06-27 Volker Lendecketldap: Don't fire off more than one read_ldap request...
2009-06-20 Volker LendeckeReorganize retrieving errors and server-sent controls
2009-06-20 Volker LendeckeMove asn1_load_nocopy() to lib/util/asn1.c
2009-06-20 Volker LendeckeMove asn1_blob() to lib/util/asn1.c
2009-06-20 Volker Lendecketldap control support
2009-06-20 Volker LendeckePrepare control support
2009-06-20 Volker LendeckeFix empty lines
2009-06-19 Volker LendeckeAdd a missing talloc_move() in tldap_search_recv
2009-06-19 Volker LendeckeMake tevent_req_is_ldap_error public
2009-06-19 Volker LendeckeAdd tldap_context_[gs]etattr
2009-06-12 Volker LendeckeAdd basic tracing of tldap messages
2009-06-12 Volker LendeckeAdd debugging facility to tldap, analogous to tevent
2009-06-07 Volker LendeckeFix syntax of sending a delete request
2009-06-06 Volker LendeckeAdd the early start of an async ldap library