Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -21/+31 |
2007-10-10 | r15981: we need to initialize 'ret' before 'goto failed' | Stefan Metzmacher | 1 | -5/+11 |
2007-10-10 | r15979: some farmating... | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r15978: - pass the error code back to the caller... | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15945: Check ltdb_modified results | Simo Sorce | 1 | -8/+19 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 3 | -299/+115 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 3 | -147/+156 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 2 | -87/+80 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14431: don't call qsort with a null array | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14161: return early if we know the job is already finished | Simo Sorce | 1 | -0/+3 |
2007-10-10 | r13996: simplify ldb_async_wait() some more | Simo Sorce | 2 | -5/+5 |
2007-10-10 | r13992: change the way ldb_async_wait() works. | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r13827: Minor enhancements or cosmetic changes | Simo Sorce | 3 | -33/+19 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 2 | -5/+4 |
2007-10-10 | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 5 | -186/+589 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using | Andrew Tridgell | 1 | -0/+26 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -6/+6 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 2 | -0/+2 |
2007-10-10 | r13335: Fix the build and add an utf8 safe ldb_hadler_fold function | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13289: Check the tree is not NULL | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r13258: Fix the talloc heirachy for ldb_tdb. | Andrew Bartlett | 3 | -17/+20 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 6 | -15/+12 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 4 | -0/+9 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12540: Provide more information in the ldb error string. | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r12408: as we always add the destinguishedName as autogenerated value, | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 4 | -28/+72 |
2007-10-10 | r11364: added a ldb_attr_dn() function for testing if an attribute name is | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r11353: a bit of an improvement to the ldb_tdb error handling | Andrew Tridgell | 2 | -8/+39 |
2007-10-10 | r11111: fixed a talloc error in the dn shortcut code | Andrew Tridgell | 1 | -5/+18 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 5 | -37/+36 |
2007-10-10 | r10892: - improved the handling of the special distinguishedName attribute | Andrew Tridgell | 1 | -85/+43 |
2007-10-10 | r10889: make searches for dn's less of a special case, and much faster when | Andrew Tridgell | 2 | -15/+7 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 4 | -40/+15 |
2007-10-10 | r10667: cope with a NULL tree for base searches in ldb_search() | Andrew Tridgell | 1 | -11/+11 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -19/+25 |
2007-10-10 | r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run in | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10408: now that we are using tdb transactions we don't need any additional | Andrew Tridgell | 3 | -166/+36 |
2007-10-10 | r10406: added --nosync option to all ldb tools, so that you can control if | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r10405: added transactions into tdb, and hook them into ldb. See my | Andrew Tridgell | 1 | -2/+22 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 3 | -76/+61 |