]> git.sur5r.net Git - openldap/history - servers/slapd/delete.c
Happy new year! (belated)
[openldap] / servers / slapd / delete.c
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2007-01-02 Kurt Zeilengahappy new year
2006-01-17 Kurt ZeilengaReady for release
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-03 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-03-17 Kurt ZeilengaSync with HEAD
2005-01-24 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-04 Howard ChuAlways exclude subordinates from top-level ops so glue...
2004-11-23 Howard ChuDynamic control management
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-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-03 Jong Hyuk Choifix for test019 glitch
2004-09-02 Howard ChuITS#3309 better fix, add op->ord_csn in frontend and...
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-06-23 Kurt Zeilengacleanup
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt ZeilengaRework return of update referrals
2004-02-23 Jong Hyuk ChoiGlue entry pruning support: delete the parent entries...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-25 Howard ChuBetter fix for ITS#2512. Use callback to invoke replog...
2003-12-23 Howard ChuFix replog sequencing - assign sequence numbers at...
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-25 Jong Hyuk ChoiContext CSN Patch (3)
2003-07-02 Jong Hyuk Choi- partial attribute replication tested ok
2003-06-27 Jong Hyuk ChoiITS#2618 fix
2003-06-23 Jong Hyuk Choi- syncrepl uses LDAP URL only
2003-05-01 Jong Hyuk Choi- LDAP_SYNCREPL defined in include/ldap.h
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-17 Pierangelo Masaratiimprove previous commit
2003-04-17 Pierangelo Masaratidon't return referral if cannot compute one (should...
2003-04-14 Howard ChudoPlugins return code fix
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-03-31 Luke HowardSLAPI cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-09 Kurt ZeilengaITS#2117: remove suffixalias support until someone...
2003-02-07 Kurt Zeilengareally put SLAPI behind its #ifdef
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-23 Luke HowardAllow plugin to retrieve desired attribute list and...
2003-01-21 Luke HowardReturn LDAP_OTHER instead of LDAP_OPERATIONS_ERROR...
2003-01-21 Luke HowardMark Sun ONE 5.x SLAPI plugin types to avoid collisions
2003-01-20 Luke HowardConform SLAPI to Netscape, iPlanet and Sun ONE Director...
2003-01-19 Luke HowardUse new SLAPI API for setting associated parameters...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratislapi used the old version of the LDAP_LOG macro (caugh...
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-08-10 Howard ChuITS#1893, use "schemadn" to configure subschemasubentry...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-25 Julius EnarusaiITS#1730: Misc typos in NEW_LOGGING code from Hallvard
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
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 ChuChange struct berval ** to BVarray
2001-12-28 Howard ChuFix previous commit
2001-12-28 Howard ChuMore dnPrettyNormal
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaHave replog() use struct berval DNs
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-23 Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22 Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-21 Pierangelo Masaratitemporary variable erroneously inside #ifdef (ITS#1503)
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-11-16 Pierangelo Masaraticheck for update dn
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-05 Kurt ZeilengaReturn unwillingToPerform instead of noSuchObject for...
2001-07-06 Kurt ZeilengaFix root dse checks
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-10-21 Kurt ZeilengaFirst-cut at manageDSAit-aware backend selection.
2000-09-08 Kurt ZeilengaDisallow inappropriate operations upon the root dse.
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-06-16 Kurt ZeilengaRemove unnecessary arg from front end backend_check_ref...
2000-06-16 Kurt ZeilengaRework referral entry point with DNS SRV implementation...
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-13 Kurt ZeilengaY2k copyright update
next