Fix some valgrind issues.
[jelmer/samba4-debian.git] / source / ldap_server / ldap_backend.c
2008-03-29 Andrew BartlettFix some valgrind issues.
2007-12-21 Jelmer Vernooijr26266: Remove more global_loadparm uses.
2007-12-21 Andrew Bartlettr26193: In the LDAP server, use the new 'controls_decod...
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Andrew Bartlettr25960: Enable checks on the validity of the search...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Stefan Metzmacherr25428: forward declarations of enums are not portable,
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr23849: ldap_server: Provide more info in debug traces
2007-10-10 Andrew Bartlettr23816: A little more static, but leave the dead code...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23762: Fix DN renames over LDAP, and instrument the...
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19722: fix memory leaks and hierachie bugs
2007-10-10 Stefan Metzmacherr19721: ldapsrv_SearchCallback isn't needed any more
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Andrew Bartlettr19522: Remove gensec and credentials dependency from...
2007-10-10 Andrew Bartlettr18989: Fixes found by these two LDAP testsuites:
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17240: move extended operations to a new file
2007-10-10 Stefan Metzmacherr17237: - keep pointer to the different sockets
2007-10-10 Andrew Bartlettr17224: Accept the start-tls extended request. Getting...
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2007-10-10 Andrew Bartlettr16972: Replace the sequence_number function pointer...
2007-10-10 Andrew Bartlettr16234: Set the request timeout from the LDAP search...
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15933: remove the last sync call to ldb_request
2007-10-10 Stefan Metzmacherr14857: fix bugs noticed by the ibm code checker
2007-10-10 Simo Sorcer13998: From now on ldb_request() will require an alloc...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Andrew Bartlettr13606: An attempt to fix #3525.
2007-10-10 Stefan Metzmacherr13508: some ASN.1 element in LDAP are optional,
2007-10-10 Simo Sorcer12880: Remove ldap partitions useless now and probably we
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr11955: got rid of the old rootDSE code in the ldap...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Tridgellr7777: allow for overriding the location of the sam...
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Stefan Metzmacherr2891: call rootDSE only with LDAP_SEARCH_SCOPE_BASE
2007-10-10 Stefan Metzmacherr2877: the Bind and Unbind function are already moved...
2007-10-10 Stefan Metzmacherr2863: move the logical ldapsrv functions to a seperate...