summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett1-3/+2
2007-10-10r23737: Validate that we object to duplicate values in an add or replace.Andrew Bartlett1-10/+25
2007-10-10r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell1-0/+5
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-3/+2
2007-10-10r22471: Convert more code to use proper LDB error codes.Simo Sorce1-25/+21
2007-10-10r20865: remove useless warning, we now always pass the current partitionStefan Metzmacher1-25/+10
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-3/+3
2007-10-10r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce1-0/+12
2007-10-10r19911: talloc_apsrintf is not really required hereSimo Sorce1-1/+5
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-14/+6
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-8/+6
2007-10-10r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell1-1/+1
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+7
2007-10-10r19338: leak on errorSimo Sorce1-0/+1
2007-10-10r19314: Commit tridge's fixes for a big mem leak in ltdb I introducedSimo Sorce1-9/+8
2007-10-10r19196: merge from samba3:Stefan Metzmacher1-1/+1
2007-10-10r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...Volker Lendecke1-6/+12
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-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-1/+22
2007-10-10r17711: fix compiler warningsStefan Metzmacher1-1/+0
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-20/+11
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 Sorce1-24/+24
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-16/+16
2007-10-10r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett1-2/+2
2007-10-10r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett1-2/+2
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 Sorce1-204/+109
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-115/+122
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-78/+75
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-1/+1
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 Sorce1-4/+4
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 Sorce1-22/+9
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-4/+3
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce1-39/+277
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-7/+1