summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett1-4/+2
2007-12-21r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett1-5/+30
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett1-71/+0
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-8/+8
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-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-16/+21
2007-10-10r20969: remove unused function, found my lcovStefan Metzmacher1-49/+0
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 Metzmacher1-10/+4
2007-10-10r20168: start separating attributes and syntaxesStefan Metzmacher1-8/+12
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-6/+6
2007-10-10r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell1-0/+8
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 Tridgell1-7/+9
2007-10-10r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell1-0/+1
2007-10-10r19069: The sequence number is a 64 bit unsigned integerSimo Sorce1-2/+2
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-9/+29
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-2/+2
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-6/+7
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-8/+42
2007-10-10r8373: New wildcard matching code.Simo Sorce1-8/+2
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-4/+184
2007-10-10r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)Andrew Tridgell1-4/+6
2007-10-10r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce1-27/+37
2007-10-10r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce1-1/+7
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-10/+10
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell1-4/+4
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-74/+90
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+2
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-26/+31
2007-10-10r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell1-2/+6
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell1-0/+1
2007-10-10r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell1-1/+6
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-26/+39
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell1-6/+30
2007-10-10r435: a major upgrade for ldbAndrew Tridgell1-0/+229