]> git.sur5r.net Git - openldap/history - servers/slapd/attr.c
ITS#5578
[openldap] / servers / slapd / attr.c
2008-07-10 Quanah Gibson-MountITS#5578
2008-03-04 Howard ChuRevert prev commit, impacts too much to take advantage
2008-03-04 Howard ChuAdd attr_free_x() - use memctx
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-11-27 Quanah Gibson-MountSilence warnings
2007-11-23 Pierangelo Masaratisilence warnings
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-16 Pierangelo Masaratidon't trick coverity...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-11 Hallvard FurusethDelete unused label.
2007-01-02 Kurt Zeilengahappy new year
2007-01-01 Howard ChuRevert to ordering behavior of original attrs_free()
2006-12-30 Howard ChuFix prev commit
2006-12-29 Howard Chustreamline attrs_free
2006-12-01 Howard ChuFix prev commit, attrs_dup left a_desc uninit'd
2006-11-30 Howard ChuRewrite attrs_dup with attrs_alloc.
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-06 Pierangelo Masaratiimprove previous commit
2006-09-06 Pierangelo Masaratiadd attr_normalize*() helper (please holler if I missed...
2006-09-01 Pierangelo Masaraticleanup
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-20 Kurt Zeilengasync with HEAD
2006-08-18 Pierangelo Masaratimore thread monitoring reworking; connection_pool_max...
2006-01-03 Kurt ZeilengaHappy new year!
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-23 Pierangelo Masaratimake sure a_nvals are as many as a_vals (helps tracking...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-06-10 Howard ChuMore accesslog updates
2005-05-21 Pierangelo Masaratiadd comment on slap_dummy_bv
2005-05-13 Pierangelo Masaratidon't free officially dummy values
2005-04-21 Pierangelo Masaratiadd a consistency check
2005-01-22 Howard ChuSchema caching for slaptools
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-30 Kurt ZeilengaCleanup
2004-12-20 Sang Seok LimComponent Indexing support for BDB
2004-12-13 Sang Seok Lim1) <select> and <content> type component reference...
2004-11-29 Sang Seok Lim1) <all> type component reference support
2004-11-14 Sang Seok LimComponentFilterMatch support for userCertificate
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-08-06 Pierangelo Masaratifix attr_merge() usage; cleanup
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-24 Pierangelo Masaraticleanup
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-08 Kurt Zeilengacleanup
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-08-19 Howard ChuFix tmpmemctx conflicts
2003-05-16 Kurt ZeilengaClean up SLAP_NVALUES comment
2003-04-24 Luke HowardFix potential attr_merge_normalize() crasher
2003-04-24 Luke HowardFix another crasher in attr_merge_normalize_one()
2003-04-24 Luke HowardFix crasher in attr_merge_normalize_one()
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaratinormalize while merging values
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-24 Howard ChuSLAP_NVALUES - add attr_merge comment
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-02-28 Kurt ZeilengaRemove deadwood
2003-02-26 Pierangelo Masaratimore SLAP_NVALUES cleanup
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-03 Kurt ZeilengaHappy new year
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-03-23 Pierangelo Masaratifix ITS#1667
2002-01-16 Kurt Zeilengamore cleanup
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-11-17 Pierangelo Masaratiminor cleanup
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2000-06-15 Kurt ZeilengaMinor adjustments to last commit
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-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working modify? need addition...
2000-05-28 Kurt Zeilengamodify ldbm_modify_internal to return error text
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: equality filters
2000-05-19 Kurt ZeilengaAdd a little debugging
2000-05-19 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: implement str2entry()
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: implement attr_merge()
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Rework caching of internal...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
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-31 Kurt ZeilengaPut type;option trimming codes behind SLAPD_SCHEMA_COMPAT.
2000-01-31 Kurt ZeilengaAdd SLAP_SYNTAX_BINARY flag to indicate binary storage...
2000-01-29 Kurt ZeilengaConstify a few attr_*() routines
2000-01-28 Kurt ZeilengaAdditional changes to migrate to new schema codes
2000-01-28 Kurt ZeilengaPut more old schema code behind SLAPD_SCHEMA_COMPAT...
2000-01-25 Kurt ZeilengaStart putting old code behind the currently defined...
next