summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* r15388: Fix cut&paste typo.Tim Potter2007-10-101-1/+1
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2007-10-101-5/+10
* r15113: Add a ldb_strerror() function.Tim Potter2007-10-101-0/+95
* r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij2007-10-101-0/+5
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+1
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-101-1/+1
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-102-2/+52
* r14430: ret can be NULL at the end of this loopAndrew Tridgell2007-10-101-1/+3
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-101-74/+95
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-101-1/+1
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-102-11/+1
* r13990: Fix issues with function renaming.Jelmer Vernooij2007-10-101-0/+4
* r13973: fix the buildStefan Metzmacher2007-10-101-3/+3
* r13901: Backends need to be initialized even if there are no modulesSimo Sorce2007-10-101-22/+22
* r13900: don't segfault on errorSimo Sorce2007-10-101-2/+2
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-102-19/+58
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-102-5/+12
* r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-102-59/+107
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-101-0/+32
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-102-10/+10
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-102-11/+20
* r13359: make sure we don't look at s[-1]Stefan Metzmacher2007-10-101-1/+1
* r13349: In the end I could not use ldb_caseless_cmpSimo Sorce2007-10-101-19/+1
* r13347: - Now we compare values with an optimized utf8Simo Sorce2007-10-101-1/+34
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-101-14/+42
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2007-10-102-3/+36
* r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce2007-10-102-22/+3
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-105-63/+87
* r13278: remove a silly strcasecmp() replacementAndrew Tridgell2007-10-101-9/+1
* r12941: Add Attribute Scoped Search controlSimo Sorce2007-10-101-0/+1
* r12909: add an ldb module for the wins.ldb,Stefan Metzmacher2007-10-101-0/+1
* r12830: this can be constStefan Metzmacher2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-1013-53/+17
* r12827: This was a very well concealed bug.Simo Sorce2007-10-101-2/+9
* r12770: Remove the alloca.h header as it is not used in the code afaicsSimo Sorce2007-10-101-1/+0
* r12748: Fix wrong handling of separation characters for RDNsSimo Sorce2007-10-101-5/+15
* r12746: An initial version of the kludge_acls module.Andrew Bartlett2007-10-102-4/+7
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-102-10/+24
* r12734: forgot to add qsortSimo Sorce2007-10-101-0/+256
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-104-1/+161
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-101-0/+1
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett2007-10-101-1/+1
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-101-0/+13
* r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell2007-10-101-0/+17
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-63/+66
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2