]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/dn2id.c
Missed one db.bv_val in Debug statement
[openldap] / servers / slapd / back-bdb / dn2id.c
2002-01-26 Kurt ZeilengaMissed one db.bv_val in Debug statement
2002-01-26 Kurt ZeilengaStraighten out some argument passing... cache code...
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-17 Howard ChuCleanup while loops in dn2id_add/delete
2002-01-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-16 Pierangelo Masaratifix ber_*str renaming
2002-01-06 Howard ChuFix some debug statements
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-29 Howard ChuMore cleanup
2001-12-29 Howard ChuMisc cleanup
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-27 Howard ChuMore struct berval fixes
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Howard ChuMoved bdb_strcopy to slap_strcopy
2001-12-26 Howard ChuMinor cleanup
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix check for DN_SUBTREE on be suffix
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Howard ChuFix previous commit...
2001-12-08 Howard ChuCleanup previous commit
2001-12-08 Howard ChuAdded dn_rdnlen. Fixed rdn leak in limits.c.
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuMissed a spot where root DN_SUBTREE index was still...
2001-12-06 Howard ChuFix for BDB_IDL_MULTI to work.
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-03 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffi...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-24 Howard ChuFixed initialization bug.
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-28 Kurt Zeilengaworking modrdn...
2000-09-28 Kurt ZeilengaClean up logging... need to hand run idl_delete to...
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt ZeilengaGot base entry...
2000-09-26 Kurt ZeilengaRough in passwd and referral routines
2000-09-26 Kurt ZeilengaAdd more diagnostics including linear search version...
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-20 Kurt ZeilengaAdd dn2id code