summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_tdb/ldb_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-1/+6
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce1-22/+9
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-4/+3
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce1-39/+277
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-7/+1
2007-10-10r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell1-0/+26
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-6/+6
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+2
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-1/+7
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+6
2007-10-10r12540: Provide more information in the ldb error string.Andrew Bartlett1-3/+5
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-1/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-5/+33
2007-10-10r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell1-6/+39
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-1/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-1/+0
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-19/+25
2007-10-10r10408: now that we are using tdb transactions we don't need any additionalAndrew Tridgell1-164/+0
2007-10-10r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell1-5/+4
2007-10-10r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell1-2/+22
2007-10-10r10305: start implementing better error handlingSimo Sorce1-65/+57
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-10/+23
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-39/+74
2007-10-10r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell1-22/+8
2007-10-10r8601: fixed null termination in ltdb connect errorAndrew Tridgell1-1/+1
2007-10-10r8084: do not leak memory on errorsSimo Sorce1-7/+5
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce1-2/+1
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-53/+12
2007-10-10r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce1-5/+43
2007-10-10r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell1-0/+3
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-24/+19
2007-10-10r7601: ldb_sqlite3 work in progressDerrell Lipman1-2/+5
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