summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-9/+10
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman1-71/+5
2007-10-10r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce1-1/+38
2007-10-10r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell1-0/+34
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-1/+0
2007-10-10r5585: LDB interfaces change:Simo Sorce1-11/+0
2007-10-10r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell1-2/+79
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-10/+10
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-99/+101
2007-10-10r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke1-9/+36
2007-10-10r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell1-5/+12
2007-10-10r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell1-2/+7
2007-10-10r3897: add a locking infrastructureSimo Sorce1-18/+32
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-5/+7
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-74/+93
2007-10-10r3095: - fix a free'ing of msg.dnStefan Metzmacher1-1/+2
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+58
2007-10-10r2192: removed an erroneous free() call on an error pathAndrew Tridgell1-1/+0
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 Potter1-8/+10
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-2/+8
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-44/+62
2007-10-10r462: added an explanation about the rather complex ltdb_key() functionAndrew Tridgell1-0/+9
2007-10-10r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell1-5/+8
2007-10-10r435: a major upgrade for ldbAndrew Tridgell1-43/+143
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell1-8/+8
2007-10-10r373: use a much larger default tdb hash size in ldbAndrew Tridgell1-1/+2
2007-10-10r343: added automatic reindexing of the database when the index list changesAndrew Tridgell1-0/+12
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+1
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe1-1/+1
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell1-12/+251
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell1-0/+303