]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/index.c
Update copyright statements
[openldap] / servers / slapd / back-ldbm / index.c
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-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-22 Howard ChuMissed a test in AttributeDescription commit
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-01-17 Gary Williamsfix format for new logging
2000-09-30 Kurt Zeilengafix typo in comment
2000-09-13 Ben Collinsdeclare return value of index_mask() to be slap_mask_t...
2000-08-22 Kurt ZeilengaFirst cut of LDBM substrings indexing. Needs testing.
2000-07-25 Kurt ZeilengaITS#636, keys == NULL bug
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: disable indexing
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT addl. filter changes (a work...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-03-20 Kurt ZeilengaMove presence index change outside of values for loop.
2000-03-17 Kurt ZeilengaFix multivalued indices. Need to add indices of remaining
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-28 Kurt ZeilengaRemove ai_syntaxinfo (syntax) from AttrInfo. Call...
2000-01-28 Kurt ZeilengaMove INDEX_ macros from back-ldbm.h to slap.h and prefi...
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-28 Kurt Zeilengaplace old schema codes behind -DSLAPD_SCHEMA_COMPAT
1999-11-17 Kurt ZeilengaITS#357 (cont): Don't crash on at_cn == NULL.
1999-11-17 Kurt ZeilengaITS#357: at_cn == NULL causes crash
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-28 Kurt ZeilengaSlightly better ITS#238 fix than last commit... has...
1999-07-28 Kurt ZeilengaFix index_change_vals NULL vals bug (ITS#238)
1999-07-19 Kurt ZeilengaNamespace changes
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-15 Juan GomezEnabled deletion of stale index entries. (EXPERIMENTAL)
1999-06-15 Juan GomezAdded function delete_value() to remove entries from...
1999-06-14 Juan GomezAdded index_delete_values() in preparation for changes...
1999-06-14 Juan Gomezs/official/canonical/ & s/at_on/at_cn/
1999-06-11 Juan GomezAdded code for uniform naming of index files.
1999-06-02 Kurt Zeilengavalue_normalize can change the length of value. Fixed
1999-05-27 Kurt ZeilengaMake a copy of "dn" to avoid modification of string...
1999-05-26 Juan GomezFixed index file naming bug and added support for LDAP_...
1999-04-01 Kurt SpanierSome minor clean-up; checking bdb2 for sync with ldbm.
1999-03-06 Hallvard FurusethRemove unused variables
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaDon't call idl_free() unless necessary.
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-05 Hallvard FurusethSome gcc -W... cleanup
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-15 Kurt Zeilenganeeds socket.h
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P10: SLAPD Index corruption
1998-08-09 Kurt ZeilengaInitial revision