summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6
* r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett2007-10-101-2/+2
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-101-2/+5
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-103-6/+43
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2007-10-101-1/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-21/+31
* r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher2007-10-101-5/+11
* r15979: some farmating...Stefan Metzmacher2007-10-101-7/+6
* r15978: - pass the error code back to the caller...Stefan Metzmacher2007-10-101-2/+2
* r15945: Check ltdb_modified resultsSimo Sorce2007-10-101-8/+19
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-103-299/+115
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-103-147/+156
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-102-87/+80
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* 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