]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/modrdn.c
silence warning
[openldap] / servers / slapd / back-ldbm / modrdn.c
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
2001-01-09 Stig VenaasAllow changing rdn only, locked parent twice when old...
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-28 Kurt ZeilengaFix error text handling
2000-05-28 Kurt Zeilengamodify ldbm_modify_internal to return error text
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly working modrdn
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Mostly work modify
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add missing AttributeDescriptions
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
1999-12-18 Kurt ZeilengaRemove DNS_DN experimental code.
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethRemove incorrect use of <matched> entry
1999-09-02 Hallvard FurusethFix Debug printf format
1999-09-01 Hallvard FurusethFix uninitialized variable
1999-08-26 Kurt ZeilengaAssert ID != NOID when fetching from the datastore.
1999-08-26 Kurt ZeilengaUse NULL pointer to indicate values need not be freed...
1999-08-26 Kurt ZeilengaBackout delete before add rdn index change.
1999-08-26 Kurt ZeilengaDefer updating dn2id until after rdn checks... (test005...
1999-08-26 Kurt ZeilengaDelete old rdn before adding new rdn.
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaRelease writer lock on new parent.
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-05-26 Juan GomezAdded fix to allow modrdn whose new rdn was already...
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
next