r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19132 to
[vlendec/samba-autobuild/.git] / source / lib / ldb / ldb_tdb / ldb_tdb.c
2006-10-06 Volker Lendecker19134: Merge the second set of C++ warning fixes from...
2006-09-27 Andrew Tridgellr18942: add a ldb_set_create_perms() function in ldb...
2006-09-27 Andrew Tridgellr18939: don't rely on the umask being right in ldb...
2006-09-21 Andrew Bartlettr18781: Move the usnCreated and usnChanged handling...
2006-08-22 Stefan Metzmacherr17711: fix compiler warnings
2006-08-13 Simo Sorcer17516: Change helper function names to make more clear...
2006-08-13 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2006-08-01 Simo Sorcer17350: Avoid a couple of memleaks, unnecessary code...
2006-08-01 Andrew Bartlettr17349: We can't just return sucess here, modules below...
2006-07-29 Andrew Bartlettr17304: Improve ldb_tdb error strings a bit more.
2006-07-22 Simo Sorcer17186: "async" word abuse clean-up part 2
2006-07-22 Simo Sorcer17185: Oh, I wanted to do this for sooo long time.
2006-07-11 Andrew Bartlettr16932: Consistanly use the macro for these DNs and...
2006-07-03 Andrew Bartlettr16774: This patch modifies the tdb API to allow the...
2006-06-08 Andrew Bartlettr16087: Fix silly cut-and-paste typo that cost me much...
2006-06-07 Andrew Bartlettr16083: Make it possible to initialise a backend module...
2006-05-31 Stefan Metzmacherr15981: we need to initialize 'ret' before 'goto failed'
2006-05-31 Stefan Metzmacherr15979: some farmating...
2006-05-31 Stefan Metzmacherr15978: - pass the error code back to the caller...
2006-05-30 Simo Sorcer15945: Check ltdb_modified results
2006-05-29 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2006-05-29 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2006-05-28 Simo Sorcer15913: Error passing in the async code is not in agood...
2006-03-20 Jelmer Vernooijr14592: Add support for loading shared modules to LDB.
2006-03-10 Simo Sorcer14161: return early if we know the job is already...
2006-03-07 Simo Sorcer13996: simplify ldb_async_wait() some more
2006-03-07 Simo Sorcer13992: change the way ldb_async_wait() works.
2006-03-05 Jelmer Vernooijr13839: Use registration mechanism for backends as...
2006-03-03 Simo Sorcer13827: Minor enhancements or cosmetic changes
2006-03-03 Simo Sorcer13823: make async_wait part of the modules ops
2006-03-03 Simo Sorcer13818: Make ldb_tdb 'fake' async.
2006-03-02 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2006-02-27 Andrew Tridgellr13700: added highestCommittedUSN, uSNChanged and uSNCr...
2006-02-22 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2006-01-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2006-01-06 Simo Sorcer12743: Remove the ugly way we had to make a second...
2006-01-06 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2005-12-28 Andrew Bartlettr12540: Provide more information in the ldb error string.
2005-11-29 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2005-11-08 Simo Sorcer11567: Ldb API change patch.
2005-10-28 Andrew Tridgellr11353: a bit of an improvement to the ldb_tdb error...
2005-10-12 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2005-10-06 Andrew Tridgellr10753: don't require every ldb module to implement...
2005-09-24 Simo Sorcer10477: expose transactions outside ldb and change...
2005-09-22 Andrew Tridgellr10408: now that we are using tdb transactions we don...
2005-09-22 Andrew Tridgellr10406: added --nosync option to all ldb tools, so...
2005-09-22 Andrew Tridgellr10405: added transactions into tdb, and hook them...
2005-09-18 Simo Sorcer10305: start implementing better error handling
2005-09-17 Simo Sorcer10299: remove the public (un)lock functions and introd...
2005-08-18 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2005-07-20 Andrew Tridgellr8625: move the ldb_wrap logic into the ldb code. This...
2005-07-19 Andrew Tridgellr8601: fixed null termination in ltdb connect error
2005-07-02 Simo Sorcer8084: do not leak memory on errors
2005-07-02 Simo Sorcer8082: large rewite of ldb_dn.c
2005-07-01 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2005-06-26 Simo Sorcer7936: new ldb_dn_explode and ldb_dn_casefold functions...
2005-06-20 Andrew Tridgellr7784: give an error in ldb_tdb for invalid modify...
2005-06-18 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2005-06-15 Derrell Lipmanr7601: ldb_sqlite3 work in progress
2005-06-13 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2005-06-04 Derrell Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2005-05-17 Simo Sorcer6867: this code will change the way the @ATTRIBUTES...
2005-05-01 Andrew Tridgellr6560: added a tdb_chainlock_read() call in ldb_search...
2005-04-25 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2005-02-27 Simo Sorcer5585: LDB interfaces change:
2005-02-13 Andrew Tridgellr5374: - changed the dn key code in the ldb tdb backend...
2005-01-12 Simo Sorcer4714: move the ldb code to the new talloc interface...
2005-01-02 Andrew Tridgellr4474: - converted ldb to use talloc internally
2004-12-26 Volker Lendecker4366: Fix ldb_modify_internal: Adding values to an...
2004-12-19 Andrew Tridgellr4281: fixed an ldb indexing bug in ldb found by volker.
2004-12-06 Andrew Tridgellr4071: - ldap does allow adding additional attribute...
2004-11-21 Simo Sorcer3897: add a locking infrastructure
2004-11-16 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2004-11-15 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2004-10-24 Andrew Bartlettr3170: Add winbind client support back into Samba4...
2004-10-20 Stefan Metzmacherr3095: - fix a free'ing of msg.dn
2004-10-20 Stefan Metzmacherr3093: - implment ldb_rename() and ldbrename
2004-09-02 Andrew Tridgellr2192: removed an erroneous free() call on an error...
2004-07-15 Andrew Tridgellr1511: fixed a free() that should be ldb_free()
2004-07-07 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2004-05-22 Andrew Tridgellr811: make the ldb_modify REPLACE semantics better...
2004-05-13 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2004-05-10 Stefan Metzmacherr634: merge SAMBA_4_0 changes -r 252:631 into my tmp...
2004-05-07 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2004-05-06 Andrew Tridgellr502: modified ldb to allow the use of an external...
2004-05-04 Andrew Tridgellr462: added an explanation about the rather complex...
2004-05-03 Andrew Tridgellr454: allow a non-URL form of a filename to be used...
2004-05-01 Andrew Tridgellr435: a major upgrade for ldb
2004-04-28 Andrew Tridgellr381: make the code more C++ friendly
2004-04-27 Andrew Tridgellr373: use a much larger default tdb hash size in ldb
2004-04-26 Andrew Bartlettr368: Make a branch for my work on Samba4, while I...
2004-04-23 Andrew Tridgellr343: added automatic reindexing of the database when...
2004-04-17 Stefan Metzmacherr253: create a temporary branch for the new build system
2004-04-10 Andrew Tridgellr152: a quick airport commit ....
2004-04-10 Richard Sharper141: A number of changes to get things working on...
2004-04-04 CVS Import Userr6: merge in the samba4 HEAD branch from cvs