]> git.sur5r.net Git - openldap/history - servers/slapd/value.c
ITS#6932: Clean up strange asserts & nearby code.
[openldap] / servers / slapd / value.c
2011-05-05 Hallvard FurusethITS#6932: Clean up strange asserts & nearby code.
2011-03-01 Howard ChuRevert prev commit
2011-02-28 Howard ChuITS#6845 set sorted flag on newly created sorted attrs
2011-01-05 Kurt ZeilengaHappy New Year
2010-04-13 Kurt Zeilengahappy belated New Year
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_flatten2...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-26 Howard Chucoverity - a->a_nvals may be NULL
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-14 Pierangelo Masaratiadd more sanity checks (ITS#5136)
2007-09-14 Pierangelo Masaratifix ITS#5136
2007-08-24 Pierangelo Masaratibehave when a value of an ordered attr starts with...
2007-01-02 Kurt Zeilengahappy new year
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-04-01 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2006-03-31 Howard ChuCleanup
2006-03-31 Howard ChuCleanup
2006-02-01 Pierangelo Masaratido not assume the matching rule synta has a validate...
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-05 Howard ChuFix mod delete by ordered index
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-14 Hallvard FurusethFix ber_bvchr() vs assert() logic. Declare missing...
2005-11-13 Pierangelo Masaratidon't trust strchr/strrchr with bervals
2005-11-09 Pierangelo Masaratiadd some sanity checks...
2005-08-28 Howard ChuIn ordered_value_sort, allow zero-length ordered values.
2005-08-11 Pierangelo Masaratiwrap validate/pretty/normalize for ordered values ...
2005-07-21 Howard ChuPlug more memleaks
2005-07-14 Hallvard FurusethSilence "unused <something>" warnings
2005-04-19 Howard ChuFixes for ordered deletes
2005-04-14 Howard ChuGeneric ordered value support
2005-01-01 Kurt ZeilengaHappy New Year!
2004-10-27 Sang Seok LimComponent Matching module
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-06 Pierangelo Masaratifix attr_merge() usage; cleanup
2004-06-28 Pierangelo Masaratitrim useless code
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-08 Kurt Zeilengacleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-18 Kurt ZeilengaExplicitly mark attribute/assertion syntax of values...
2003-04-25 Kurt Zeilengafix up nvalues code so that pretty routines work properly
2003-04-25 Kurt ZeilengaNeed to pretty assertion values
2003-04-16 Pierangelo Masaratifix possible typo
2003-04-14 Howard ChuFix value_find_ex result
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-17 Kurt ZeilengaSLAP_NVALUES: more fixes
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test003 now passes (with help of a substr...
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-11-25 Pierangelo Masaratimuch better fix for ITS#2196 (dnattr without sat_equali...
2002-11-24 Pierangelo Masaratimr should not be NULL; fixes ITS#2196
2002-11-01 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-09-21 Kurt Zeilengafix possible uninit bug
2002-09-02 Pierangelo Masarati/*
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-03-01 Kurt ZeilengaAdd normalize_validate_normalize() to be use instead...
2002-03-01 Kurt ZeilengaAdd a value_validate() function to be used by prior...
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...
next