]> git.sur5r.net Git - openldap/history - servers/slapd/value.c
Changed be_issuffix and dnParent to struct bervals
[openldap] / servers / slapd / value.c
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Kurt ZeilengaRemove lint
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-30 Howard ChuOne more uninit
2001-12-30 Howard ChuCleanup, fix uninitialized vars
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-05 Kurt ZeilengaFix replacing of all values with an empty value.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-23 Julio Sánchez Fern... No code change, added a comment warning of a possible...
2001-10-23 Julio Sánchez Fern... Replacement for value_find and compatibility macro.
2001-10-22 Julio Sánchez Fern... Extend value_match to extract an asserted value from...
2000-07-20 Kurt ZeilengaPlug memory leak of normalized value in value_find()
2000-06-26 Kurt ZeilengaAdd attribute type/matching rule support for structural...
2000-06-19 Kurt Zeilengaunrecognized objectIdentifer in desc form shall result in
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-06-06 Kurt ZeilengaPrepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT
2000-05-29 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: ACL cleanup (not yet working)
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working modify? need addition...
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-27 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for substring searching
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT:
2000-05-24 Kurt ZeilengaAdd hooks for syntax normalizer (used by value_match)
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: equality filters
2000-05-23 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: at least make filters not...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-18 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: numerous changes to syntax...
2000-05-17 Kurt ZeilengaSLAP_SCHEMA_NOT_COMPAT: add calls to dummy value_normal...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-01-31 Kurt ZeilengaReplace -DSLAPD_SCHEMA_COMPAT with -USLAPD_SCHEMA_NOT_C...
2000-01-28 Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
1999-09-24 Kurt ZeilengaITS#303: value_add_fast() empty value bug. Ignore...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-04 Hallvard FurusethHandle unknown syntaxes as binary
1999-08-20 Kurt ZeilengaStop mergers if dup returns NULL.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-03-28 Hallvard FurusethAvoid integer truncation of v1->bv_len - v2->bv_len...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1998-12-14 Kurt ZeilengaThe result set of an EQUALITY search on a SYNTAX_BIN...
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-08-09 Kurt ZeilengaInitial revision