]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/compare.c
Sync with HEAD
[openldap] / servers / slapd / back-bdb / compare.c
2005-01-20 Kurt ZeilengaSync with HEAD
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-01-01 Kurt ZeilengaHappy new year
2003-11-28 Kurt ZeilengaNotices
2003-06-10 Kurt ZeilengaAdd server side assert control support.
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-02 Hallvard FurusethEntry *e could be freed uninitialized after goto return...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-15 Kurt ZeilengaNVALUES: fix a couple of value_find_ex() calls
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-01-03 Kurt ZeilengaHappy new year
2002-12-30 Kurt ZeilengaACL cleanup
2002-08-20 Kurt ZeilengaQuick check of LOCK_ID() return. Likely should retry...
2002-08-20 Kurt ZeilengaMore places where LOCK_ID() calls need to be checked.
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-03-26 Julius EnarusaiAdded LDAP_LOG messages
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-01-26 Howard ChuFix result
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
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 compare and delete to struct berval DNs
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-12 Howard ChuFix missing case
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-10-23 Julio Sánchez Fern... Compares get values in the matching rule syntax (see...
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
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