summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-106-113/+253
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-101-1/+2
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-103-22/+127
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-22/+25
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8373: New wildcard matching code.Simo Sorce2007-10-103-45/+6
* r8084: do not leak memory on errorsSimo Sorce2007-10-101-7/+5
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-102-3/+2
* r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2007-10-101-2/+1
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-106-543/+282
* r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce2007-10-101-5/+43
* r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell2007-10-101-0/+3
* r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell2007-10-101-3/+3
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-103-36/+47
* r7602: fix some compiler warningsDerrell Lipman2007-10-101-1/+1
* r7601: ldb_sqlite3 work in progressDerrell Lipman2007-10-101-2/+5
* r7582: Better way to have a fast path searching for a specific DN.Simo Sorce2007-10-102-13/+12
* r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.cDerrell Lipman2007-10-101-2/+2
* r7559: support 64 bit matching in bitopsAndrew Tridgell2007-10-101-6/+6
* r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell2007-10-102-13/+106
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-105-26/+41
* r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell2007-10-101-1/+1
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-71/+5
* 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-103-28/+77
* r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce2007-10-101-1/+7
* r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell2007-10-103-0/+43
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-103-16/+0
* r5585: LDB interfaces change:Simo Sorce2007-10-101-11/+0
* r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell2007-10-102-2/+89
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-1/+3
* r5189: fixed a double free bug in the ltdb indexing codeAndrew Tridgell2007-10-101-7/+0
* r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell2007-10-101-3/+5
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-105-47/+47
* 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-103-7/+7
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-102-12/+52
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-107-454/+471
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-1/+1
* r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell2007-10-101-0/+1
* r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke2007-10-101-0/+1
* r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke2007-10-101-9/+36
* r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell2007-10-101-1/+0
* r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell2007-10-103-8/+19
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-101-2/+7
* r4040: sorry today is not my day...Stefan Metzmacher2007-10-101-2/+2