r25554: Convert last instances of BOOL, True and False to the standard types.
[gd/samba-autobuild/.git] / source4 / libcli / ldap / ldap_client.c
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23036: error checking on asn1_init() failure
2007-10-10 Andrew Tridgellr23030: finally fixed up our asn1 code to use better...
2007-10-10 Andrew Bartlettr22884: Be consistant with the case of these constants.
2007-10-10 Stefan Metzmacherr22405: fix memory leak in error path
2007-10-10 Andrew Bartlettr21806: I've been working over the last week to fix...
2007-10-10 Andrew Bartlettr21761: - Give more detail on LDAP client library failu...
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Andrew Tridgellr18309: FreeBSD 6.1 has a symbol ldap_new_connection...
2007-10-10 Andrew Tridgellr18256: use the right status variable
2007-10-10 Andrew Bartlettr18024: The %c sscanf format I'm using doesn't null...
2007-10-10 Andrew Bartlettr18021: Add ldapi support to our LDAP client. To be...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Bartlettr17222: Change the function prototypes for the GENSEc...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Simo Sorcer15288: fix some problems
2007-10-10 Simo Sorcer15241: Add helper function to set reconnect status...
2007-10-10 Simo Sorcer15238: Add some code to automatically reconnect if...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Andrew Tridgellr11620: switch the ldap client code over to using the...
2007-10-10 Volker Lendecker11369: Implement socket_connect_multi: Connect to...
2007-10-10 Volker Lendecker11274: Start a connection attempt to the DC's port...
2007-10-10 Andrew Tridgellr11114: - fixed error handling on bad bind in ildap...
2007-10-10 Andrew Tridgellr10213: fixed a memory leak in the ldap client and...
2007-10-10 Andrew Tridgellr8523: match a zero message id in ldap replies to the...
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...