summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell1-3/+5
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce5-47/+47
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell3-7/+7
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2-12/+52
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell7-454/+471
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell1-1/+1
2007-10-10r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell1-0/+1
2007-10-10r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke1-0/+1
2007-10-10r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke1-9/+36
2007-10-10r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell1-1/+0
2007-10-10r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell3-8/+19
2007-10-10r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell1-2/+7
2007-10-10r4040: sorry today is not my day...Stefan Metzmacher1-2/+2
2007-10-10r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher1-2/+2
2007-10-10r4022: fix compiler warningsStefan Metzmacher4-6/+7
2007-10-10r3897: add a locking infrastructureSimo Sorce1-18/+32
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher7-66/+121
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher1-2/+2
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce5-206/+247
2007-10-10r3095: - fix a free'ing of msg.dnStefan Metzmacher2-2/+2
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+58
2007-10-10r3089: fix memleakStefan Metzmacher1-0/+1
2007-10-10r2713: better handling of binary values in index key creationAndrew Tridgell1-1/+1
2007-10-10r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij1-2/+3
2007-10-10r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell1-1/+1
2007-10-10r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell1-2/+6
2007-10-10r2192: removed an erroneous free() call on an error pathAndrew Tridgell1-1/+0
2007-10-10r1901: add missing include of <fnmatch.h>Stefan Metzmacher1-0/+1
2007-10-10r1511: fixed a free() that should be ldb_free()Andrew Tridgell1-1/+1
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter5-35/+44
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell4-4/+46
2007-10-10r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2-16/+24
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell3-0/+6
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell3-10/+16
2007-10-10r509: fixed a memory handling bug that affects ldb with memory pools thatAndrew Tridgell1-1/+6
2007-10-10r504: fixed a bad call to list_union()Andrew Tridgell1-2/+3
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell7-190/+256
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell3-17/+53
2007-10-10r462: added an explanation about the rather complex ltdb_key() functionAndrew Tridgell1-0/+9
2007-10-10r456: - added -i option to ldbsearchAndrew Tridgell2-10/+15
2007-10-10r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell1-5/+8
2007-10-10r442: fixed some uninitialised variables pointed out by gcc -O3Andrew Tridgell1-1/+1
2007-10-10r437: fixed handling of a corner case with multi-valued indexingAndrew Tridgell2-0/+14
2007-10-10r436: fixed indexing of objectclass with subclassesAndrew Tridgell1-1/+64