]> git.sur5r.net Git - openldap/history - servers/slapd/result.c
Add link to FAQ entry on BDB tuning
[openldap] / servers / slapd / result.c
2006-01-07 Pierangelo Masaratienable new response/cleanup playlist #ifdef LDAP_DEVEL
2006-01-05 Pierangelo Masaratiimprove previous commit; now passes all tests
2006-01-05 Pierangelo Masaratiall in all, valgrind was right; this now works as intended
2006-01-04 Pierangelo Masaratiexperimental fix to callback looping
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-26 Pierangelo Masaratitypos in comments (very pedantic...)
2005-12-24 Luke HowardSet ors_slimit in slap_read_controls so that slap_send_...
2005-12-01 Howard ChuITS#4237 don't update sc_prev after a callback has...
2005-11-26 Kurt ZeilengaPrimitive handling of dontUseCopy (always error).
2005-11-25 Pierangelo Masaratiuse LDAP_SIZELIMIT_EXCEEDED; rework the return values...
2005-11-25 Howard ChuDon't decrement op->ors_slimit, just compare with rs...
2005-11-25 Pierangelo Masaraticheck sizelimit in frontend (ITS#4213)
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-17 Pierangelo Masaratifix wrong response tags (ITS4182; consequence of fixing...
2005-11-01 Howard ChuFix prev commit
2005-10-30 Howard ChuFix slap_callback processing, make sure it's safe for...
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-20 Pierangelo Masaratifix referral logging @STATS2
2005-08-20 Kurt ZeilengaClarify second all user attrs comment
2005-08-20 Kurt ZeilengaClarify attribute comment
2005-08-14 Hallvard FurusethAdd missing Statslog() statements (loglevel stats/stats2):
2005-08-10 Hallvard FurusethRead LDAPResult.resultCode & ModifyRequest.modification...
2005-07-25 Pierangelo Masaraticleanup
2005-07-23 Pierangelo Masaraticleanup
2005-07-23 Luke Howardset o_callback to NULL for read entry callback, avoids...
2005-07-21 Luke HowardMove most of SLAPI frontend into overlay
2005-07-21 Luke HowardSLAPI cleanups
2005-07-21 Luke HowardEnable SLAPI pre-entry plugins (we really need to move...
2005-07-19 Luke HowardReenable pre-result plugins, these were supported in...
2005-07-19 Luke Howardresult.c
2005-07-19 Luke HowardFix pointer error in readback control
2005-07-19 Luke HowardSupport for pre-entry, pre-result, pre-referral SLAPI...
2005-07-18 Hallvard Furusethsend_ldap_controls() returns int, so fix return LBER_ER...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-05-30 Pierangelo Masaratido not return spurious result codes
2005-05-21 Pierangelo Masaratiminor cleanup
2005-05-06 Howard ChuMake entry_encode/decode independent of slapd structure...
2005-04-28 Howard ChuPropagate SLAPD_ABANDON results to to allow cleanup...
2005-04-24 Howard ChuITS#3671 add REP_ENTRY_MUSTRELEASE flag, release the...
2005-04-01 Kurt ZeilengaAdded a conformant sortedResults support which is unabl...
2005-03-15 Kurt Zeilengaslapi glue fix
2005-03-14 Howard ChuCleanup prev commit
2005-03-14 Howard ChuITS#3596 partial fix - fix sc_cleanup processing
2005-01-30 Pierangelo Masaraticounter cleanup
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-10 Jong Hyuk Choifix slap_sl_free() calls in pre / post read controls
2004-10-20 Kurt ZeilengaFix LDAP Intermediate Response tag values.
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-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
next