]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/modify.c
Some more (incomplete) struct berval conversion
[openldap] / servers / slapd / back-bdb / modify.c
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-19 Howard ChuPatches for modify/modrdn to work with BDB_USE_BINARY_RW.
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-04 Kurt ZeilengaMore changes to let BDB build without LDBM.
2001-10-03 Kurt ZeilengaAdd error handling to BDB_INDEX code
2001-10-03 Kurt ZeilengaAn incremental step.
2001-10-03 Kurt ZeilengaEnable management of attribute indices. Not yet used...
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2001-03-15 Kurt ZeilengaFix error text bugs
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.