summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb/ldb_cache.c
Commit message (Expand)AuthorAgeFilesLines
* ldb:tdb backend - cache - remove unused "last_attribute" structure memberMatthias Dieter Wallnöfer2011-04-291-3/+0
* ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"Matthias Dieter Wallnöfer2010-10-211-3/+1
* ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codesMatthias Dieter Wallnöfer2010-10-211-1/+1
* ldb:ldb_cache.c - fix memory contexts and memory leaksMatthias Dieter Wallnöfer2010-10-201-3/+4
* ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriateMatthias Dieter Wallnöfer2010-10-201-8/+8
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-5/+6
* s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell2010-01-021-1/+1
* s4-ldb: ldb indexing rewrite - part1Andrew Tridgell2009-10-221-0/+9
* remove all '\n' from ldb_debugSumit Bose2009-07-141-3/+3
* don't load @ATTRIBUTES if we have an override handler in placeAndrew Tridgell2009-04-071-0/+7
* Fix the mess with ldb includes.Simo Sorce2009-01-301-20/+39
* r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett2007-12-211-4/+2
* r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett2007-12-211-5/+30
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-101-71/+0
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-8/+8
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r22471: Convert more code to use proper LDB error codes.Simo Sorce2007-10-101-16/+21
* r20969: remove unused function, found my lcovStefan Metzmacher2007-10-101-49/+0
* r20234: metze pointed out that we are re-loading the cache records on eachAndrew Tridgell2007-10-101-0/+4
* r20191: fix bug found by the IBM checkerStefan Metzmacher2007-10-101-1/+1
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-10/+4
* r20168: start separating attributes and syntaxesStefan Metzmacher2007-10-101-8/+12
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-6/+6
* r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell2007-10-101-0/+8
* r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell2007-10-101-8/+2
* r19363: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-7/+9
* r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell2007-10-101-0/+1
* r19069: The sequence number is a 64 bit unsigned integerSimo Sorce2007-10-101-2/+2
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-101-9/+29
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-2/+2
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-6/+7
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-8/+42
* r8373: New wildcard matching code.Simo Sorce2007-10-101-8/+2
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-4/+184
* r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)Andrew Tridgell2007-10-101-4/+6
* r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce2007-10-101-27/+37
* r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce2007-10-101-1/+7
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-10/+10
* r4488: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell2007-10-101-4/+4
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-74/+90
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+2
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-26/+31
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-101-2/+6
* r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell2007-10-101-0/+1
* r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell2007-10-101-1/+6
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-101-26/+39