summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-10-251-6/+6
|\
| * ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer2009-10-251-6/+6
* | s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell2009-10-251-4/+0
|/
* s4-ldb: ensure DNs pass validity tests in indexingAndrew Tridgell2009-10-251-0/+4
* s4-ldb: fixed string length handling on index recordsAndrew Tridgell2009-10-251-2/+2
* s4-ldb: don't allow modifies outside a transaction.Andrew Tridgell2009-10-251-0/+8
* s4-ldb: fixed re-index during a complex transactionAndrew Tridgell2009-10-251-10/+31
* s4-ldb: added a TODO about checking the indexlistAndrew Tridgell2009-10-221-0/+2
* s4-ldb: fixed some memory leaks in new indexing codeAndrew Tridgell2009-10-221-1/+3
* s4-ldb: don't try to index non-indexed attributesAndrew Tridgell2009-10-221-0/+4
* s4-ldb: ensure new dn_list elements are not owned by callerAndrew Tridgell2009-10-221-1/+1
* s4-ldb: over-allocate index records to save on realloc costsAndrew Tridgell2009-10-221-1/+5
* s4-ldb: fixed tdb error handling in ldb_index.cAndrew Tridgell2009-10-221-3/+8
* s4-ldb: delete empty index recordsAndrew Tridgell2009-10-221-0/+8
* s4-ldb: do more validation of idxptr listsAndrew Tridgell2009-10-221-12/+31
* s4-ldb: expose ltdb_err_map and ltdb_delete_noindexAndrew Tridgell2009-10-222-2/+5
* s4-ldb: when taking a list intersection, the result can be as long as the fir...Andrew Tridgell2009-10-221-1/+1
* s4-ldb: ldb indexing rewrite - part1Andrew Tridgell2009-10-224-909/+739
* s4:ldb Put ltdb_private under the 'module'Andrew Bartlett2009-10-211-0/+1
* s4:ldb_tdb - Revert some introduced "trivial gotos"Matthias Dieter Wallnöfer2009-10-121-21/+11
* Allow (and ignore) distinguishedName on special recordsAndrew Bartlett2009-10-121-0/+2
* s4:ldb Reload the 'ltdb_cache' when @OPTIONS changesAndrew Bartlett2009-10-121-0/+7
* s4:ldb_tdb - Rework/VariousMatthias Dieter Wallnöfer2009-10-081-192/+200
* s4-ldb: fixed error on single value errorAndrew Tridgell2009-10-061-1/+1
* s4:ldb_tdb - fix memory leaksMatthias Dieter Wallnöfer2009-10-031-7/+12
* s4:ldb Don't allow modifcation of distinguishedNameAndrew Bartlett2009-10-021-1/+7