]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/dn2id.c
More for 2.2beta
[openldap] / servers / slapd / back-bdb / dn2id.c
2003-09-22 Kurt ZeilengaMore for 2.2beta OPENLDAP_REL_ENG_2_2_1BETA
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-23 Howard ChuDon't re-cache IDL's retrieved from the cache
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-04-30 Howard ChuUse DB_RMW when deleting dn2id elements
2003-04-23 Howard ChuFix byte-ordering in bdb_dup_compare
2003-04-23 Howard ChuChange RDN compare funcs, we don't need lexical ordering
2003-04-23 Howard ChuSubtree rename support for the cache
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuOmit bei_rdn field from EntryInfo
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Howard ChuTrim dead BDB_HIER stuff
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-22 Howard ChuFix typo in prev commit
2003-04-22 Howard ChuMoved IDL cache code to standalone functions.
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-01-31 Howard ChuTweak previous commit
2003-01-31 Howard ChuFix subtree and matched search in back-hdb
2003-01-30 Howard ChuDisallow multiple suffixes by default. Otherwise subtre...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-14 Hallvard FurusethCall node_find_cmp() with (void *)&ulong instead of...
2002-09-19 Howard ChuUpdated BDB_HIER for current API
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-04-25 Howard ChuFix ITS#1774, BDB keys need ulen and flags to be initia...
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages to operational.c and fixed...
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
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