]> git.sur5r.net Git - openldap/history - servers/slapd/result.c
ITS#3151 always reschedule consistency_check task
[openldap] / servers / slapd / result.c
2004-04-20 Kurt ZeilengaITS#3092: Rename sl_free() and friends to slap_sl_free()
2004-04-07 Kurt Zeilengacleanup
2004-04-06 Kurt Zeilengacleanup
2004-04-06 Kurt ZeilengaRework return of update referrals
2004-04-05 Pierangelo Masaratimove API 2 protocol error mapping to frontend
2004-03-10 Howard ChuITS#3008 fix value-based ACLs
2004-01-30 Kurt ZeilengaRemove now redundant error check
2004-01-22 Howard ChuSkip spurious Statslog's for callback-intercepted respo...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt ZeilengaUpdate no-op control to return LDAP_NO_OPERATION instea...
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 ChuITS#2887 fix slapi crash
2003-12-18 Howard ChuITS#2883 initialize rc before running callbacks
2003-12-17 Pierangelo Masaraticleanup most of the -pedantic warnings (ITS#2884) and...
2003-12-16 Luke HowardFirst round of SLAPI cleanups - use slapi_int_XXX for...
2003-12-16 Luke HowardHonour any controls that are sent by a SLAPI plugin
2003-12-07 Howard ChuAdded sc_next and sc_cleanup to slap_callback
2003-12-07 Howard ChuITS#2864 don't use sl_mark/release.
2003-12-06 Pierangelo Masaratichanges required to use rwm overlay
2003-12-01 Howard ChuAdded slap_null_cb
2003-11-27 Kurt ZeilengaUpdated notices
2003-10-24 Howard ChuSLAPI fix - no-op when slapi_plugins_used == 0
2003-10-12 Kurt ZeilengaInitial fix for berbuf alignment bug (ITS#2760)
2003-09-27 Luke HowardDon't leak SLAPI_RESULT_MATCHED
2003-09-25 Howard ChuPlug SLAPI leak
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-08-19 Howard ChuTweaks to callback processing; callbacks can return...
2003-06-11 Kurt Zeilengacode clean before adding readback hacks
2003-06-10 Kurt ZeilengavrFilter -> o_vrFilter
2003-05-31 Kurt ZeilengaFix intermediate responses
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
2003-05-28 Howard ChuFix LBER_OPT_MEMCTX behavior
2003-04-15 Julius EnarusaiFixed minor compile errors
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-10 Howard ChuMore memory context tweaks
2003-04-07 Howard ChuFix backglue crash
2003-04-02 Kurt Zeilengaabort if result code is negative
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Howard ChuMinor cleanup
2003-03-31 Luke HowardSLAPI fixes
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-26 Howard ChuRevert previous commit
2003-03-20 Howard ChuITS#2389 - stop reading requests on a connection when...
2003-02-28 Howard ChuFix ITS#2335, RFC1798 sequence layout was wrong.
2003-02-28 Howard ChuPartial fix of ITS#2335, restore proper CLDAP msg forma...
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-02-01 Luke HowardAdd sendreference callback
2003-01-23 Luke HowardLDAPv3 over UDP disposition is now compatible with...
2003-01-22 Luke HowardSLAPI fixes (better documentation)
2003-01-22 Luke HowardFirst pass at replacing proprietary OpenLDAP virtual...
2003-01-21 Luke HowardSet opattr plugin-specific pblock parameters to NULL...
2003-01-21 Luke HowardAdd support for virtual operational attribute plugin...
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-03 Kurt ZeilengaHappy new year
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-12-04 Howard ChuITS#1523 enhanced ACL caching
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-11-08 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-11-01 Julius EnarusaiConverted ch_malloc, ch_calloc and ch_realloc calls...
2002-10-25 Kurt Zeilengaber_write error message cleanup
2002-10-07 Kurt Zeilengas/256/LBER_ELEMENT_SIZEOF/
2002-09-16 Kurt ZeilengaMisc cleanup
2002-09-15 Kurt ZeilengaMisc CLIENT_UPDATE cleanups
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-09-02 Kurt ZeilengaAdd NOOP search support.
2002-08-31 Pierangelo Masaratiadded referral support to back-{ldap,meta}; need to...
2002-08-29 Pierangelo Masaratiavoid zero size ch_malloc() when no attributes are...
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-29 Pierangelo Masaratiuse appropriate attr list when matching value of operat...
2002-08-23 Pierangelo Masaratiadded attr_merge/value_add functions that dela with...
2002-08-12 Kurt ZeilengaAdd support for response controls
2002-08-07 Howard ChuIn backend_operational don't add subschemaSubentry...
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-09 Kurt ZeilengaFix matched values zero allocation bug (ITS#1931)
2002-06-18 Kurt Zeilengamake curlies match
2002-06-18 Howard ChuITS#1891, debug msg in send_search_entry
2002-06-03 Kurt ZeilengaVLV updates
2002-05-04 Pierangelo Masaratifix formats
2002-05-03 Kurt Zeilengafix uninitialized counter in matched values
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-04-16 Howard ChuAdd "nentries" to send_search_result() Statslog message...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
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-13 Howard ChuReworked callback layout, added send_search_entry callback
2002-01-13 Kurt ZeilengaMisc cleanup, lint removal, and minor optimizations
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-31 Pierangelo Masaratimy compiler complains ...
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuUse ber_free_buf
2001-12-26 Kurt ZeilengaAdditional struct berval DN changes...
2001-12-26 Kurt ZeilengaMisc cleanup and dn_normalize() zapping
next