]> git.sur5r.net Git - openldap/history - servers/slapd/mods.c
Sync with HEAD
[openldap] / servers / slapd / mods.c
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-01-20 Kurt ZeilengaSync with HEAD
2004-09-27 Pierangelo Masaratimore cleanup
2004-09-27 Pierangelo Masaratifix ITS#3346
2004-08-06 Pierangelo Masaratifix permissive; cleanup
2004-04-19 Kurt ZeilengaFix: ldapadd with undefined objectclass causes assertio...
2004-04-08 Kurt ZeilengaNow with permissive modify
2004-04-08 Kurt ZeilengaAnother bug.
2004-04-08 Kurt ZeilengaFix typo in last commit
2004-04-08 Kurt ZeilengaThis should be more complete.
2004-04-08 Kurt ZeilengaNo need to check attribute values when a is NULL
2004-04-08 Kurt Zeilengacleanup
2004-04-08 Kurt ZeilengaITS#3066: properly detect duplicates
2004-01-01 Kurt ZeilengaHappy new year
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-13 Howard ChuITS#2827 patch from Masato Taruishi
2003-11-10 Jong Hyuk Choi1. Session history support
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
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...