Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22471: Convert more code to use proper LDB error codes. | Simo Sorce | 1 | -25/+21 |
2007-10-10 | r20865: remove useless warning, we now always pass the current partition | Stefan Metzmacher | 1 | -25/+10 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20106: Optional ONE Level indexing for ldb_tdb | Simo Sorce | 1 | -0/+12 |
2007-10-10 | r19911: talloc_apsrintf is not really required here | Simo Sorce | 1 | -1/+5 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -14/+6 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -8/+6 |
2007-10-10 | r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient, | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r19338: leak on error | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r19314: Commit tridge's fixes for a big mem leak in ltdb I introduced | Simo Sorce | 1 | -9/+8 |
2007-10-10 | r19196: merge from samba3: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19... | Volker Lendecke | 1 | -6/+12 |
2007-10-10 | r18942: add a ldb_set_create_perms() function in ldb. I didn't call it | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 1 | -1/+22 |
2007-10-10 | r17711: fix compiler warnings | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -20/+11 |
2007-10-10 | r17350: Avoid a couple of memleaks, unnecessary code and use a more linear style | Simo Sorce | 1 | -27/+12 |
2007-10-10 | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 1 | -24/+31 |
2007-10-10 | r17304: Improve ldb_tdb error strings a bit more. | Andrew Bartlett | 1 | -2/+23 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -24/+24 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -16/+16 |
2007-10-10 | r16932: Consistanly use the macro for these DNs and attributes. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16774: This patch modifies the tdb API to allow the logging function to be used | Andrew Bartlett | 1 | -2/+2 |
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 | 1 | -204/+109 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -115/+122 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 1 | -78/+75 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+1 |
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 | 1 | -4/+4 |
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 | 1 | -22/+9 |
2007-10-10 | r13823: make async_wait part of the modules ops | Simo Sorce | 1 | -4/+3 |
2007-10-10 | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 1 | -39/+277 |
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 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -3/+2 |
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 | 1 | -0/+6 |
2007-10-10 | r12540: Provide more information in the ldb error string. | Andrew Bartlett | 1 | -3/+5 |