]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/filterindex.c
Change db == NULL to rc == LDAP_INAPPROPRIATE_MATCHING
[openldap] / servers / slapd / back-bdb / filterindex.c
2007-07-10 Quanah Gibson-MountChange db == NULL to rc == LDAP_INAPPROPRIATE_MATCHING
2007-07-09 Quanah Gibson-MountITS#5037
2007-02-08 Howard Chuuse dn2id index for extended filters using entryDN
2007-01-04 Howard ChuUnify use of BDB lockers
2007-01-02 Kurt Zeilengahappy new year
2006-12-25 Howard ChuITS#3707 preserve filter input, allow (and ignore)...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-29 Howard ChuITS#4226 must close cursor when limiting candidate...
2005-11-20 Howard ChuFix back-bdb inequality_candidates to use unchecked...
2005-08-05 Pierangelo Masaratifix ordered indexing check
2005-04-27 Sang Seok LimMisc bug fix: component matching
2005-04-21 Howard ChuDynamic indexing support
2005-02-20 Howard ChuCleanup unused variables
2005-02-15 Sang Seok LimAttribute Aliasing : equality matching support
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-22 Sang Seok LimFixing bug in extensible filter indexing
2004-12-20 Jong Hyuk Choimisc cleanup
2004-12-20 Jong Hyuk Choimisc fix for the component indexing commit
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-09-28 Howard ChuAdd SLAP_MR_ORDERED_INDEX - support for inequality...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaInitial subordinate implementation (for chaining)
2003-11-28 Kurt ZeilengaNotices
2003-06-15 Howard ChuITS#2596 init ID list
2003-05-22 Howard ChuITS#2522 fix candidate return values - once more, with...
2003-05-13 Howard ChuITS#2507, fix *_candidates error return values
2003-05-13 Howard ChuFix prev commit, must passthru precomputed scopes
2003-05-13 Howard ChuITS#2506 - fix prev patch, don't ignore undefined filte...
2003-05-01 Howard ChuFix HDB search_aliases crash, cleanup search scope...
2003-04-29 Howard ChuBetter handling of computed filters
2003-04-29 Howard ChuHandle SLAPD_FILTER_COMPUTED cases
2003-04-22 Howard Chufilter_candidate tweaks, search_stack tweaks
2003-04-22 Howard ChuMem context tweaks for bdb_dn2idl
2003-04-18 Howard ChuMinor fixes
2003-04-18 Howard ChuFix prev commit, extended search was broken
2003-04-18 Howard ChuFix undefined filters
2003-04-18 Howard ChuITS#2453, Fix filter candidate generation
2003-04-18 Howard ChuITS#2449, broken NOT filters
2003-04-11 Howard ChuMore memory context tweaks
2003-02-07 Pierangelo Masaratimore exaustive logging in case of trouble
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-09-13 Howard ChuFix debug messages
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-06 Howard ChuITS#1837, one-level searches on leaf entries
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-03-18 Howard ChuUse a single malloc'd block for all the temporary IDL...
2002-03-14 Julius EnarusaiAdded LDAP_LOG messages to the above files to match...
2002-03-04 Kurt ZeilengaUpdate handling of AND/OR indexing where element is...
2002-03-01 Kurt ZeilengaFix substring index error handling
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-20 Kurt ZeilengaITS#1541 fix.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuFix from Jonghyuk Choi jongchoi@us.ibm.com; return...
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-11-30 Howard ChuIn presence_candidates(), always return a full match...
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-17 Howard Chuequality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/
2001-11-17 Howard ChuFirst pass at indexing cleanup. Both filterindex.c...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-10-04 Kurt ZeilengaAdd some initial BDB_INDEX code... needs much work.
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!