summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t...Matthias Dieter Wallnöfer2010-11-071-2/+0
* ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentationMatthias Dieter Wallnöfer2010-11-061-1/+1
* ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_modify"Matthias Dieter Wallnöfer2010-11-061-9/+5
* s4-ldb: much more memory efficient msg filteringAndrew Tridgell2010-11-051-3/+20
* s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECKAndrew Tridgell2010-11-041-13/+9
* Move the checking of single valued attributes back into the tdb backend.Andrew Tridgell2010-11-041-0/+44
* s4-ldb: removed ldb_includes.hAndrew Tridgell2010-11-011-1/+3
* s4-ldb: enable ldb module version checkingAndrew Tridgell2010-11-011-0/+1
* s4-ldb: added an override flag to ldb_register_backend()Andrew Tridgell2010-11-011-1/+1
* s4-ldb: convert the rest of the ldb modules to the new styleAndrew Tridgell2010-11-011-4/+4
* 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_index.c - fix some memory leaksMatthias Dieter Wallnöfer2010-10-201-1/+6
* ldb:ldb_index.c - let "ldb_module_oom" generate the return codeMatthias Dieter Wallnöfer2010-10-201-15/+8
* 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-202-12/+12
* ldb:ldb_pack.c - remove superflous "message->elements = NULL"Matthias Dieter Wallnöfer2010-10-201-1/+0
* ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer2010-10-181-1/+1
* ldb:ldb_tdb.c - fix up counter variablesMatthias Dieter Wallnöfer2010-10-181-5/+8
* ldb:ldb_tdb.c - improve the error outputsMatthias Dieter Wallnöfer2010-10-181-13/+25
* s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell2010-10-132-4/+16
* s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell2010-10-131-2/+10
* ldb-tdb: ignore failure to register control on rootdseAndrew Tridgell2010-09-281-4/+1
* s4-ldb: ensure element flags are zero in ldb search returnAndrew Tridgell2010-08-171-0/+2
* s4-ldb: fixed the ldb 'displayName=a,b' indexing bugAndrew Tridgell2010-08-171-2/+4
* s4-ldb: add some comments explaining the ltdb_index_idxptr() functionAndrew Tridgell2010-08-171-0/+8
* s4:objectclass_attrs LDB module - move the single-valued attribute check into...Matthias Dieter Wallnöfer2010-06-071-44/+0
* s4:rdn_name LDB module - move the "distinguishedName" write prevent check hereMatthias Dieter Wallnöfer2010-06-071-7/+0
* ldb:ltdb_filter_attrs - fix a counter variable typeMatthias Dieter Wallnöfer2010-06-061-2/+3
* ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code conve...Matthias Dieter Wallnöfer2010-05-301-0/+2
* ldb: mark the tdb backend in ldb as _PRIVATE_Andrew Tridgell2010-04-181-1/+1
* s4:LDB TDB index code - reintroduce accidentally removed code partMatthias Dieter Wallnöfer2010-03-081-1/+3
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-085-16/+19
* LDB related spelling fixes.Brad Hards2010-02-221-1/+1
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-141-1/+1
* s4-ldb: update ldb_tdb to use new DLIST_ macrosAndrew Tridgell2010-02-101-15/+3
* s4:ldb quiet down rootdse control registrationSimo Sorce2010-01-311-1/+1
* s4:ldb Fix check made conditional by mistakeSimo Sorce2010-01-301-7/+11
* s4:ldb add support for permissive modify controlSimo Sorce2010-01-301-24/+96
* s4-ldb: cope with bad ptr alignment in ldb_index.cAndrew Tridgell2010-01-161-3/+3
* s4-ldb: improve error handling in indexing codeAndrew Tridgell2010-01-082-5/+34
* s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell2010-01-023-5/+16
* s4-ldb: show the OID of any unhandled critical controlsAndrew Tridgell2009-12-161-4/+9
* s4-ldb: fixed nested searches inside ldb modulesAndrew Tridgell2009-12-092-4/+12
* s4-ldb: added a missing ltdb_unlock_read()Andrew Tridgell2009-12-091-0/+1
* ldb:ldb_tdb backend/indexes - Outside APIMatthias Dieter Wallnöfer2009-11-203-28/+30
* ldb:ldb_tdb backend/indexes - DN comparisonMatthias Dieter Wallnöfer2009-11-201-4/+5
* s4-ldb: fixed an issue in rename/modify indexingAndrew Tridgell2009-11-201-16/+16
* ldb:tdb backend - be also here more careful with the result valueMatthias Dieter Wallnöfer2009-10-271-2/+2
* s4:ldb Add detail to failures in the indexing codeAndrew Bartlett2009-10-271-2/+8