r23792: convert Samba4 to GPLv3
[jelmer/samba4-debian.git] / source / libcli / ldap / ldap.c
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 Bartlettr21806: I've been working over the last week to fix...
2007-10-10 Stefan Metzmacherr21511: this seems to be the nicer fix for the problem...
2007-10-10 Stefan Metzmacherr21501: ugly but the windows 2000 mmc deturns decoding...
2007-10-10 Andrew Bartlettr18989: Fixes found by these two LDAP testsuites:
2007-10-10 Andrew Bartlettr16073: On an incoming wildcard search, it is critical...
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Andrew Tridgellr14423: don't die on no controls
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Stefan Metzmacherr13508: some ASN.1 element in LDAP are optional,
2007-10-10 Andrew Bartlettr13344: Trust SASL to have subtle distinctions between...
2007-10-10 Simo Sorcer12917: fix decoding of ldap controls
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 Andrew Tridgellr11620: switch the ldap client code over to using the...
2007-10-10 Andrew Bartlettr11523: Working towards having Samba3 join Samba4,...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10213: fixed a memory leak in the ldap client and...
2007-10-10 Simo Sorcer8917: Better support for extended ldap search operations
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Simo Sorcer8530: Now our ldap server is able to fullfill present...
2007-10-10 Tim Potterr8414: Some C++ friendlyness fixes - 'not' is apparentl...
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7724: added encoding of LDB_OP_NOT search components
2007-10-10 Andrew Tridgellr7723: - fix a mismatched asn1 push/pop on bind
2007-10-10 Andrew Tridgellr7720: - simplify the asn1 decode of ldap_search()...
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Andrew Tridgellr7598: take advantage of struct data_blob and struct...
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Andrew Tridgellr7567: added wire parsing of NOT and extended ldap...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr7524: make the ldap ASN.1 filter parse code go via...
2007-10-10 Andrew Tridgellr7519: rip the copy of the ldap expression parser out...
2007-10-10 Andrew Tridgellr6817: - fixed empty ldap search elements in filters
2007-10-10 Andrew Tridgellr6763: added functions in libcli/ldap/ to binary encode...
2007-10-10 Andrew Tridgellr6745: - escape spaces in binary ldap blobs
2007-10-10 Andrew Tridgellr6726: support binary search elements in ldap_decode()
2007-10-10 Andrew Tridgellr6689: minor ldap client library work
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
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 Stefan Metzmacherr5137: fix types
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 Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Stefan Metzmacherr3585: check sscanf return code
2007-10-10 Stefan Metzmacherr3584: fix referral handling
2007-10-10 Stefan Metzmacherr3583: - seperate the ldap client code and the ldap...
2007-10-10 Andrew Tridgellr3475: don't pass a ptr to an enum as a ptr to an int...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Bartlettr3079: make code more pretty :-)
2007-10-10 Stefan Metzmacherr2884: parse LDAP Control messages
2007-10-10 Stefan Metzmacherr2861: encode and decode BindRequest/Response correct
2007-10-10 Stefan Metzmacherr2853: add torture test to find the defaultNamingContex...
2007-10-10 Stefan Metzmacherr2851: don't destroy the gensec context it's used for...
2007-10-10 Stefan Metzmacherr2750: decode AbandonRequest correct (untested:-)
2007-10-10 Stefan Metzmacherr2747: use DATA_BLOB for attribute values
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Stefan Metzmacherr2508: - implemented ldap_decode() for UnbindRequest...
2007-10-10 Andrew Tridgellr2432: more string function updates.
2007-10-10 Stefan Metzmacherr2347: merge LDAP ASN.1 fixes from trunk
2007-10-10 Volker Lendecker2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Simo Sorcer1944: put ldif functions in a separate file
2007-10-10 Stefan Metzmacherr1856: - move asn1 functions to asn1.c
2007-10-10 Stefan Metzmacherr1805: ...I just forgot to say that the sasl bind actua...
2007-10-10 Stefan Metzmacherr1804: get a bit closer to a sasl bind
2007-10-10 Stefan Metzmacherr1803: more progress on sasl binds, but decoding the...
2007-10-10 Simo Sorcer1802: start to support SASL in our ldap libraries
2007-10-10 Stefan Metzmacherr1798: fix the build
2007-10-10 Simo Sorcer1792: split ldap_setup_connection() and provide an...
2007-10-10 Simo Sorcer1785: remove unneeded dependencies on openldap client...
2007-10-10 Simo Sorcer1771: OK Let's add tests for ldap.
2007-10-10 Simo Sorcer1761: start porting valuable volker's work on ldap...
2007-10-10 Stefan Metzmacherr1756: merge volkers ldap client lib to samba4 for...