]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modrdn.c
ITS#3847 silence warnings
[openldap] / servers / slapd / back-ldbm / modrdn.c
2005-07-11 Howard ChuITS#3847 silence warnings
2005-04-08 Pierangelo Masaratiimplement add/delete granularity in write access (ITS...
2005-02-18 Howard ChuAnother abandon check
2005-01-15 Howard ChuDelete dubious use of be_syncinfo - only the consumer...
2005-01-13 Howard ChuSingle consumer context per database
2005-01-01 Kurt ZeilengaHappy New Year!
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-14 Jong Hyuk Choireferral mem leak fix
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-04-10 Pierangelo Masaratifirst round of SHADOW flags/isupdate test unification
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Kurt ZeilengaITS#3059: modrdn should delete than add.
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-01-01 Kurt ZeilengaHappy new year
2003-12-03 Howard ChuReorganize, attempt some fault tolerance...
2003-12-03 Howard ChuITS#2795 fix double-free on failure, reset dn2id database
2003-12-03 Howard ChuITS#2795 fix hang. failure still leaves corrupt databas...
2003-11-28 Kurt ZeilengaNotices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-09-27 Howard Chuplug modrdn memleaks
2003-09-27 Howard ChuITS#2736 clear result strings
2003-09-24 Howard ChuAdd memctx param to build_new_dn(). cleanup DN leaks.
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-07-15 Jong Hyuk ChoiVarious changes
2003-05-02 Hallvard FurusethFix printf/Debug format arguments.
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-15 Julius EnarusaiFixed minor compile errors
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratireworking of error handling (should also fix ITS#2235)
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-08-16 Pierangelo Masaratiadd function slap_modrdn2mods that prepares modificatio...
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-02-14 Pierangelo Masaratidon't free dangling pointers :(
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRemove some lint caused by the changes in const'ification
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2002-01-01 Howard ChuUse ldap_str2rdn instead of rdn_attr
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-29 Howard ChuFix newSuperior handling. Back out previous commit.
2001-12-28 Howard ChuFix modrdn newSuperior checks
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-27 Howard ChuMore struct berval fixes
2001-12-27 Howard ChuMore struct berval fixes for modrdn
2001-12-26 Kurt ZeilengaFix modrdn and other misc cleanup
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaAdjust e_name.bv_len on modrdn
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdatedn can add '' rooted entries (according to ACLs)
2001-11-16 Pierangelo Masaraticheck children access to newSuperior
2001-11-16 Pierangelo Masaratinon-root modrdn of entries rooted at '' checks children...
2001-11-12 Pierangelo MasaratiFixes first part of ITS#1430
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-02 Pierangelo Masaratifix memory leak in case of ACL failure (no write permis...
2001-07-31 Pierangelo Masaratifix typo; try to delete dn2id in case of late failure
2001-07-31 Pierangelo Masaratiadded acl check for added/removed rdn attrs
2001-07-30 Pierangelo Masaratifixes another assert in case of subtle error (schema...
2001-07-30 Pierangelo Masaratifixes ITS#1261 (abort on modrdn with new dn already...
2001-07-21 Kurt Zeilengaunifdef -DMULTIATTRVAL_RDN
2001-07-21 Pierangelo MasaratiReworked again the caching in case of failure.
2001-07-10 Pierangelo Masaratireworked rdn_attrs to use ldap_explode_rdn; maybe we...
2001-07-07 Pierangelo MasaratiIf add to "" is allowed, also modrdn should
2001-07-06 Pierangelo Masaratifixed test on "" (empty) parent dn
2001-07-06 Pierangelo Masaratihonors '+' rdn separator in adding/deleting attributes...
2001-07-05 Pierangelo Masaratirdn check to prevent illegal rdns in modrdn (copied...
2001-07-03 Pierangelo MasaratiUsed API signature from back-bdb; compiles and passes...
2001-07-02 Pierangelo Masaratiseparate ID return value form return status in dn2id...
2001-06-07 Kurt ZeilengaCheck for children
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-05-18 Kurt Zeilengaminor cleanup
2001-04-19 Kurt ZeilengaPreviously added modrdn restriction to restrictive...
2001-01-17 Gary Williamsfix format for new logging
next