summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19324: fixed a leak on deleting records when no index is in placeAndrew Tridgell1-6/+6
2007-10-10r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell1-0/+1
2007-10-10r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce3-13/+10
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r19146: merge from samba3:Stefan Metzmacher1-1/+3
2007-10-10r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke1-6/+12
2007-10-10r19114: fixed another checker warning and a possible error on allocationAndrew Tridgell1-1/+3
2007-10-10r19069: The sequence number is a 64 bit unsigned integerSimo Sorce1-2/+2
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell1-1/+2
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+1
2007-10-10r18834: get the log context code rightAndrew Tridgell1-2/+2
2007-10-10r18832: fixed standalone buildAndrew Tridgell1-19/+19
2007-10-10r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2-2/+28
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett3-11/+53
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2-5/+5
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2-5/+5
2007-10-10r17771: add a comment explaing the odd castAndrew Tridgell1-0/+6
2007-10-10r17756: I don't know why but this only works with the standaloneStefan Metzmacher1-3/+3
2007-10-10r17748: make the casts much easier to understandStefan Metzmacher1-3/+3
2007-10-10r17738: solving the seemingly trivial problem of timegm() being missing onAndrew Tridgell1-12/+2
2007-10-10r17724: don't rely on strnlen() as MacOSX 10.4 doesn't have it. Someday appleAndrew Tridgell1-2/+12
2007-10-10r17711: fix compiler warningsStefan Metzmacher3-10/+9
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2-2/+2
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2-21/+12
2007-10-10r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce1-0/+15
2007-10-10r17350: Avoid a couple of memleaks, unnecessary code and use a more linear styleSimo Sorce1-27/+12
2007-10-10r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett1-24/+31
2007-10-10r17304: Improve ldb_tdb error strings a bit more.Andrew Bartlett1-2/+23
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce2-31/+31
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce4-35/+35
2007-10-10r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett1-7/+6
2007-10-10r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett1-2/+2
2007-10-10r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett1-2/+5
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett3-6/+43
2007-10-10r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett1-1/+1
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-21/+31
2007-10-10r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher1-5/+11
2007-10-10r15979: some farmating...Stefan Metzmacher1-7/+6
2007-10-10r15978: - pass the error code back to the caller...Stefan Metzmacher1-2/+2
2007-10-10r15945: Check ltdb_modified resultsSimo Sorce1-8/+19
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce3-299/+115
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce3-147/+156
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce2-87/+80
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-1/+1
2007-10-10r14431: don't call qsort with a null arrayAndrew Tridgell1-1/+3
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