summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-2/+13
* 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-101-5/+1
* 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-101-18/+43
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-101-4/+5
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-13/+0
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-9/+9
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-1/+20
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-0/+2
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-3/+1
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-0/+13
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+5
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-63/+66
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2
* r11567: Ldb API change patch.Simo Sorce2007-10-101-92/+100
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-101-20/+22
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2007-10-101-6/+16
* r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell2007-10-101-1/+11
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-101-12/+42
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-101-3/+13
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-27/+77
* r10305: start implementing better error handlingSimo Sorce2007-10-101-5/+29
* r10304: check for basic ldb_message sanity and return appropriateSimo Sorce2007-10-101-13/+25
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-19/+35
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-4/+4
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-0/+8
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman2007-10-101-1/+17
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2007-10-101-0/+31
* r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell2007-10-101-0/+3
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-19/+29
* r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell2007-10-101-1/+5
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-0/+17
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-0/+6
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-9/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-101-10/+1
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+2
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-31/+25
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-101-0/+11
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-101-1/+1
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-4/+20
* r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2007-10-101-1/+1
* r456: - added -i option to ldbsearchAndrew Tridgell2007-10-101-1/+1