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