]> git.sur5r.net Git - openldap/history - servers/slapd/search.c
Sync with HEAD
[openldap] / servers / slapd / search.c
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-11-27 Kurt ZeilengaUpdated notices
2003-11-19 Kurt ZeilengaDon't assume offsetof(foo,firstelement) is zero
2003-11-10 Jong Hyuk Choi1. Session history support
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-11 Hallvard FurusethAdd 'deref=' to Statslog SRCH output.
2003-04-30 Luke HowardA pre-operation plugin is not required to set SLAPI_RES...
2003-04-30 Jong Hyuk ChoiLCUP / SYNC overrides manageDSAit upon calling select_b...
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-23 Luke HowardAllow search rewriter plugins to also set the search...
2003-04-14 Howard ChudoPlugins return code fix
2003-04-12 Howard ChuAdded sl_context() to return the context associated...
2003-04-11 Luke HowardDon't use thread local malloc for search filter if...
2003-04-11 Luke HowardWorkaround for SLAPI impedence mismatch with new thread...
2003-04-11 Howard ChuMore memory context tweaks
2003-04-09 Howard ChuMinor cleanups
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Howard ChuMinor cleanup
2003-03-31 Luke HowardSLAPI cleanup
2003-03-31 Luke HowardSLAPI fix
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-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-31 Howard ChuFix statslog of big attr names
2003-01-29 Luke HowarddoPostSearchPluginFNs() should return void for clarity...
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-23 Pierangelo Masaratifix logging and uninitialized value warning
2003-01-23 Luke HowardReference slapi_search_internal() due to linker error...
2003-01-23 Luke HowardInstall object type plugins
2003-01-23 Luke HowardAllow plugin to retrieve desired attribute list and...
2003-01-22 Luke HowardClarification regarding compute search filter rewriting...
2003-01-22 Luke HowardCheck for modified filter after calling search rewriter...
2003-01-22 Luke HowardCall rewrite function after preop plugins (not before...
2003-01-22 Luke HowardCall search rewriter callback before first preop search...
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-16 Howard ChuFix typo in previous commit
2002-12-16 Howard ChuStatslog additions:
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-09-29 Kurt Zeilenga#unifdef -DSCHEMA_DN
2002-08-29 Pierangelo Masaraticleanup
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-07 Kurt ZeilengaReplace get_filter generation of fstr with filter2bv().
2002-01-17 Pierangelo Masaratifix uninitialized pointer (ITS#1538)
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-10 Howard ChuAdded an_oc to AttributeName for caching ObjectClass...
2002-01-09 Kurt ZeilengaRework control infrastructure a bit. Add subentries...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Kurt ZeilengaRemove lint.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuChanged AttributeName back into an array instead of...
2002-01-02 Kurt ZeilengaRework filter code
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-28 Howard ChuAdded dnPrettyNormal, do both Pretty and Normalize...
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-26 Howard ChuChanged ma_rule_text to struct berval.
2001-12-26 Howard ChuChanged search attrs to struct berval **.
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-22 Pierangelo Masaratiallegedly unnecessary selection of first database to...
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-07-14 Pierangelo MasaratiThis is the skeleton of back-monitor, the slapd monitor...
2001-02-03 Kurt ZeilengaRevamp last commit
2001-02-03 Kurt ZeilengaAdd security checks to root DSE searches.
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-10-12 Gary Williamsexample of new logging use
2000-09-11 Kurt ZeilengaAdd 'defaultSearchBase' configuration directive to...
2000-08-28 Kurt Zeilengarestrictops, requires, disallow knobs; ssf acls; and...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
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-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Add more three value filter...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-16 Kurt ZeilengaApply filter to info entry
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
next