]> git.sur5r.net Git - openldap/history - servers/slapd/mods.c
To conform to the SLAPI spec, slapi_filter_get_ava() should not duplicate
[openldap] / servers / slapd / mods.c
2003-01-03 Kurt ZeilengaHappy new year
2002-11-21 Pierangelo Masaratifix possible uninitialized use of nmods
2002-11-19 Julius EnarusaiConverted ch_malloc and ch_calloc calls to SLAP_MALLOC...
2002-10-11 Howard ChuMore fixes for ITS#2136, make sure all error returns...
2002-10-09 Kurt ZeilengaDon't mask error text variables
2002-09-07 Pierangelo Masaratioptimize also duplicate/existence check in value delete...
2002-09-03 Pierangelo Masaratioptimize duplicate detection based on mods and existing...
2002-09-02 Pierangelo Masarati/*
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-03-23 Pierangelo Masaratifix ITS#1671 and more
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuFix memory leak of Mod.sml_type
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-07-07 Pierangelo Masaratimoved some slap_mods_* functions into mods.c, so mods...