]> git.sur5r.net Git - openldap/history - servers/slapd/result.c
Preliminary checkin for new access_allowed() signature. Still need
[openldap] / servers / slapd / result.c
2004-09-26 Pierangelo Masaratipreformat "conn=%lu op=%lu"
2004-09-26 Pierangelo Masaratimultiple precision with BIGNUM/gmp/ulong
2004-09-11 Pierangelo Masaratiuse GMP for multiple precision in counters
2004-09-07 Kurt ZeilengaInitial entryDN implementation.
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-06 Pierangelo Masaraticleanup attr flags; provide a helper OPENDLAP_REL_ENG_2_2_MP
2004-07-30 Pierangelo Masaratidon't recompute userattrs
2004-07-25 Pierangelo Masaratislightly rework user/operational attributes handling...
2004-07-18 Pierangelo Masaratirework op/rs structures to deal with opeartional attributes
2004-07-14 Pierangelo Masaratiuninitialized var
2004-07-14 Pierangelo Masaraticleanup; fix loop
2004-07-14 Pierangelo Masaraticleanup; plug potential leak?
2004-07-14 Pierangelo Masaratirevert previous change; anticipate backend_operational...
2004-07-13 Pierangelo Masaratiuse a separate field for a modified entry in SlapReply
2004-07-13 Pierangelo Masaratiswap overlay and internal cleanup
2004-07-05 Kurt Zeilengareverse last commit
2004-07-05 Kurt Zeilengafix typos in last commit
2004-07-03 Pierangelo Masaratitypo in comment
2004-06-29 Pierangelo Masaratiimprove logging...
2004-06-23 Kurt ZeilengaRework pre/post read controls to handle retry conditions...
2004-06-23 Kurt ZeilengaSLAPD_DISCONNECT v -1 cleanup
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
next