summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-1/+1
* r14431: don't call qsort with a null arrayAndrew Tridgell2007-10-101-1/+3
* r14161: return early if we know the job is already finishedSimo Sorce2007-10-101-0/+3
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-102-5/+5
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-101-1/+3
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-101-1/+6
* r13827: Minor enhancements or cosmetic changesSimo Sorce2007-10-103-33/+19
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-102-5/+4
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-105-186/+589
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-7/+1
* r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2007-10-101-0/+26
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-101-6/+6
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-102-0/+2
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-101-1/+1
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2007-10-101-1/+1
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-1/+1
* r13289: Check the tree is not NULLSimo Sorce2007-10-101-0/+4
* r13258: Fix the talloc heirachy for ldb_tdb.Andrew Bartlett2007-10-103-17/+20
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-106-15/+12
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-1/+7
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-104-0/+9
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12540: Provide more information in the ldb error string.Andrew Bartlett2007-10-101-3/+5
* r12408: as we always add the destinguishedName as autogenerated value,Stefan Metzmacher2007-10-101-8/+16
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-1/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-104-28/+72
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-101-2/+1
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-102-8/+39
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2007-10-101-5/+18
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-105-37/+36
* r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell2007-10-101-85/+43
* r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2007-10-102-15/+7
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-104-40/+15
* r10667: cope with a NULL tree for base searches in ldb_search()Andrew Tridgell2007-10-101-11/+11
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-19/+25
* r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run inAndrew Tridgell2007-10-101-1/+1
* r10408: now that we are using tdb transactions we don't need any additionalAndrew Tridgell2007-10-103-166/+36
* r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell2007-10-101-5/+4
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-2/+22
* r10305: start implementing better error handlingSimo Sorce2007-10-103-76/+61
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-10/+23
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-101-1/+1
* r10251: some more work on ldb_sqlite3Simo Sorce2007-10-101-0/+6
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-106-113/+253
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-101-1/+2
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-103-22/+127
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-22/+25