]> git.sur5r.net Git - openldap/history - servers/slapd/compare.c
Happy New Year!
[openldap] / servers / slapd / compare.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!
2011-01-04 Quanah Gibson-MountITS#6753
2010-04-13 Kurt Zeilengahappy belated new year
2009-01-22 Kurt ZeilengaUpdate copyright for next release
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-27 Ralf Haferkamp/tmp/msg
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-07-23 Howard ChuITS#4375 rework statslog, debug log info
2007-07-23 Howard ChuITS#4937, consolidate statslog
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-10-19 Kurt ZeilengaSync with HEAD
2006-08-22 Kurt ZeilengaBasic donUseCopy implementation
2006-04-18 Kurt ZeilengaSync with HEAD
2006-04-12 Kurt Zeilengaunifdef -DSLAP_ACL_HONOR_DISCLOSE
2006-01-14 Pierangelo Masaratialso restore original o_bd
2006-01-03 Kurt ZeilengaHappy new year!
2005-08-25 Pierangelo Masaratiallow undefined attrs to be "proxied" (ITS#3959)
2005-08-02 Pierangelo Masaratiaddress ITS#3914
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-03-29 Sang Seok LimFixing memory leakage in attribute aliasing
2005-03-19 Kurt ZeilengaHonor disclose in compare_entry()
2005-02-16 Sang Seok Liminitialize AttributeAssertion before using
2005-01-30 Pierangelo Masaratihandle compare in frontend if backend couldn't handle...
2005-01-26 Pierangelo Masaratimove compare to frontend (disabled by default, only...
2005-01-23 Pierangelo Masaratiglobal overlays need to set o_bd = frontendDB to return...
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-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-17 Kurt ZeilengaITS#3333 fix for compare
2004-09-07 Kurt Zeilengacleanup
2004-09-07 Kurt ZeilengaInitial entryDN implementation.
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-31 Pierangelo Masaratiallow to compare on hasSubordinates
2004-07-26 Pierangelo Masaratifrontend stuff moved into a database structure, essenti...
2004-06-23 Kurt Zeilengacleanup
2004-04-07 Kurt Zeilengause BER_BVNULL
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-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-05-15 Hallvard Furuseth#include <ac/string.h> to get strcasecmp().
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
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-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-31 Howard ChuMinor cleanup
2003-03-31 Luke HowardSLAPI cleanup
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-03-16 Kurt ZeilengaSLAP_NVALUES changes
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
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-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
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-10-09 Kurt ZeilengaBasic framework for DIT Content Rules (not yet enforced)
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-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-03-01 Kurt ZeilengaValidate filter and compare inputs
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
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-29 Howard ChuChange struct berval * to struct berval in various...
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 ZeilengaMore "char *" to struct berval DN changes
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
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-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
next