]> git.sur5r.net Git - openldap/history - servers/slapd/mods.c
Happy New Year!
[openldap] / servers / slapd / mods.c
2012-01-20 Kurt ZeilengaHappy New Year!
2011-11-04 Quanah Gibson-MountMerge remote branch 'origin/mdb.master' into OPENLDAP_R...
2011-01-05 Kurt ZeilengaHappy New Year!
2010-04-13 Kurt Zeilengahappy belated new year
2009-02-22 Quanah Gibson-MountITS#5517 again
2009-02-11 Quanah Gibson-MountITS#5517
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-11-08 Quanah Gibson-MountWarnings cleanup
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-26 Howard Chuinit rc
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-21 Howard ChuAttribute/Modification value counters
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-01-19 Luke HowardPermissive support for LDAP_MOD_INCREMENT -- treat...
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-26 Kurt ZeilengaRemove lint
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-09-28 Kurt Zeilengacleanup
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-04-21 Howard ChuFix X-ORDERED SIBLINGS
2005-04-19 Howard ChuFixes for ordered deletes
2005-04-14 Howard ChuGeneric ordered value support
2005-01-01 Kurt ZeilengaHappy New Year!
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...