summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett3-137/+0
2007-10-10r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher1-1/+1
2007-10-10r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett1-9/+31
2007-10-10r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij1-8/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij3-17/+17
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell6-12/+6
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell6-6/+6
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-10r23339: merge from SAMBA_3_0:Stefan Metzmacher1-23/+2
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij6-19/+12
2007-10-10r22471: Convert more code to use proper LDB error codes.Simo Sorce4-160/+163
2007-10-10r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher1-1/+1
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0
2007-10-10r20865: remove useless warning, we now always pass the current partitionStefan Metzmacher1-25/+10
2007-10-10r20684: if we don't have any indexes, then we should not waste timeStefan Metzmacher1-0/+5
2007-10-10r20234: metze pointed out that we are re-loading the cache records on eachAndrew Tridgell1-0/+4
2007-10-10r20191: fix bug found by the IBM checkerStefan Metzmacher1-1/+1
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher4-19/+13
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-8/+12
2007-10-10r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce3-9/+209
2007-10-10r20101: Also rename a variable now that the unused parameter is goneSimo Sorce1-4/+4
2007-10-10r20100: Remove completely unused parametersSimo Sorce1-4/+2
2007-10-10r19965: make the output a bit nicerStefan Metzmacher1-2/+3
2007-10-10r19964: make debuging easier and report usefull error messagesStefan Metzmacher1-2/+5
2007-10-10r19911: talloc_apsrintf is not really required hereSimo Sorce1-1/+5
2007-10-10r19905: use ldb_dn_new_fmt() to avoid double strdupsSimo Sorce1-14/+3
2007-10-10r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...Stefan Metzmacher1-5/+5
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce4-33/+18
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce6-24/+22
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-1/+1
2007-10-10r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell4-20/+15
2007-10-10r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell1-8/+2
2007-10-10r19363: - don't need to store the baseinfo message after cache loadAndrew Tridgell2-8/+9
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-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