summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* Remove more function-based inits.Jelmer Vernooij2008-02-201-4/+4
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce2007-12-241-5/+7
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-211-0/+153
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-211-153/+0
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r25965: Remove duplicate block - thanks metze!Andrew Bartlett2007-12-211-18/+0
* 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-213-17/+144
* r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2007-12-211-0/+2
* r25690: - only use a readonly traverse in ldb_search when not in a transactio...Andrew Tridgell2007-12-213-3/+21
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-103-137/+0
* r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2007-10-101-1/+1
* r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett2007-10-101-9/+31
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-8/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-103-17/+17
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-106-12/+6
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-106-6/+6
* r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett2007-10-101-3/+2
* r23737: Validate that we object to duplicate values in an add or replace.Andrew Bartlett2007-10-101-10/+25
* r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell2007-10-101-0/+5
* r23339: merge from SAMBA_3_0:Stefan Metzmacher2007-10-101-23/+2
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-106-19/+12
* r22471: Convert more code to use proper LDB error codes.Simo Sorce2007-10-104-160/+163
* r21311: fix very ugly "using free'ed memory" bugStefan Metzmacher2007-10-101-1/+1
* r20969: remove unused function, found my lcovStefan Metzmacher2007-10-101-49/+0
* r20865: remove useless warning, we now always pass the current partitionStefan Metzmacher2007-10-101-25/+10
* r20684: if we don't have any indexes, then we should not waste timeStefan Metzmacher2007-10-101-0/+5
* 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-104-19/+13
* r20168: start separating attributes and syntaxesStefan Metzmacher2007-10-101-8/+12
* r20106: Optional ONE Level indexing for ldb_tdbSimo Sorce2007-10-103-9/+209
* r20101: Also rename a variable now that the unused parameter is goneSimo Sorce2007-10-101-4/+4
* r20100: Remove completely unused parametersSimo Sorce2007-10-101-4/+2
* r19965: make the output a bit nicerStefan Metzmacher2007-10-101-2/+3
* r19964: make debuging easier and report usefull error messagesStefan Metzmacher2007-10-101-2/+5
* r19911: talloc_apsrintf is not really required hereSimo Sorce2007-10-101-1/+5
* r19905: use ldb_dn_new_fmt() to avoid double strdupsSimo Sorce2007-10-101-14/+3
* r19884: rename ldb_dn_key -> ltdb_index_key to make more clear what it's for...Stefan Metzmacher2007-10-101-5/+5
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-104-33/+18
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-106-24/+22
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-1/+1
* r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,Andrew Tridgell2007-10-104-20/+15
* 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-102-8/+9
* r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-0/+7
* r19338: leak on errorSimo Sorce2007-10-101-0/+1
* r19324: fixed a leak on deleting records when no index is in placeAndrew Tridgell2007-10-101-6/+6
* r19322: fix a minor memory leak in the ltdb cache codeAndrew Tridgell2007-10-101-0/+1