summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher2007-10-101-2/+2
* r4022: fix compiler warningsStefan Metzmacher2007-10-104-6/+7
* r3897: add a locking infrastructureSimo Sorce2007-10-101-18/+32
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-107-66/+121
* r3782: use ldb_ namespaceStefan Metzmacher2007-10-101-2/+2
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-105-206/+247
* r3095: - fix a free'ing of msg.dnStefan Metzmacher2007-10-102-2/+2
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-101-0/+58
* r3089: fix memleakStefan Metzmacher2007-10-101-0/+1
* r2713: better handling of binary values in index key creationAndrew Tridgell2007-10-101-1/+1
* r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij2007-10-101-2/+3
* r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell2007-10-101-1/+1
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-101-2/+6
* r2192: removed an erroneous free() call on an error pathAndrew Tridgell2007-10-101-1/+0
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
* r1511: fixed a free() that should be ldb_free()Andrew Tridgell2007-10-101-1/+1
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-105-35/+44
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
* r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell2007-10-101-7/+6
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-104-4/+46
* r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2007-10-102-16/+24
* r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell2007-10-101-1/+1
* r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell2007-10-103-0/+6
* r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2007-10-102-8/+13