]> git.sur5r.net Git - openldap/history - servers/slapd/mods.c
fix ITS#3346
[openldap] / servers / slapd / mods.c
2004-09-27 Pierangelo Masaratifix ITS#3346
2004-08-30 Kurt Zeilengainclude permissive modify fix
2004-04-19 Kurt ZeilengaITS#3097 fix undefined objectclass assertion
2004-04-12 Kurt ZeilengaFrom HEAD:
2004-01-01 Kurt ZeilengaHappy new year
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-15 Hallvard FurusethRemove excess `0' arguments to fprintf.
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-16 Kurt ZeilengaSLAP_NVALUES changes
2003-03-12 Howard Chu#ifndef SLAP_NVALUES asserted berval was leaked
2003-03-01 Kurt ZeilengaSLAP_NVALUES: test004 works
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Howard ChuFix previous commit
2003-02-26 Howard ChuFix modify_delete_values. This stuff should be complete...
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-02-25 Kurt ZeilengaRound one of SLAP_NVALUES code
2003-01-24 Luke HowardHonour PermitModify control when adding or deleting...
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...