]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2006-02-06  Pierangelo... further cleanup
2006-02-06  Pierangelo... delete all conns cached for a single client->proxy...
2006-02-06  Howard ChuCleanup prev commit
2006-02-06  Howard ChuRegenerate without multimaster switch
2006-02-06  Howard ChuDelete enable_multimaster switch, it's now always present.
2006-02-06  Howard ChuAdd multimaster keyword
2006-02-06  Howard ChuUnifdef SLAPD_MULTIMASTER, use config setting instead
2006-02-05  Howard ChuITS#4384 rework entryCSN handling, retrieve from incomi...
2006-02-05  Howard Chufilter2bv can't de-normalize UUIDs, must do it explicit...
2006-02-04  Pierangelo... allow to reuse the same connection for multiple binds
2006-02-04  Pierangelo... debug cleanup
2006-02-04  Pierangelo... friendly form for balance factors
2006-02-03  Howard Chudelete now redundant memsets
2006-02-03  Pierangelo... (blind) fix to ITS#4386 (uninitialized var)
2006-02-03  Pierangelo... add some failed binds (but don't log too much)
2006-02-03  Kurt Zeilengafix comments
2006-02-02  Pierangelo... format error message as LDIF (do not assume the error...
2006-02-02  Anil Kumar... Added man pages for ldap_search_ext() and ldap_search_e...
2006-02-02  Anil Kumar... Adding new files ldap_rename.3 ldap_rename.3.links
2006-02-02  Anil Kumar... Added new man page for API ldap_parse_vlv_control()
2006-02-02  Anil Kumar... Added new man page for ldap_parse_sort_control() API
2006-02-02  Anil Kumar... Added new files for ldap_extended_operation() API
2006-02-02  Anil Kumar... ldap_delete_ext, ldap_delete_ext_s
2006-02-02  Anil Kumar... Added ldap_compare_ext, ldap_compare_ext_s
2006-02-02  Anil Kumar... Added ldap_set_rebind_proc.3
2006-02-02  Howard ChuUse pcache debug level
2006-02-02  Howard ChuUse "pcache" dynamic debug level
2006-02-02  Howard ChuReparse unknown debug flags after config is read to...
2006-02-02  Howard ChuFix negative caching again, be sure it's really from...
2006-02-01  Pierangelo... implement proxy long-lived connection TTL
2006-02-01  Pierangelo... check regression of ITS#4380
2006-02-01  Pierangelo... do not assume the matching rule synta has a validate...
2006-02-01  Howard ChuUse -d cache instead of -d trace
2006-02-01  Howard ChuUse LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex.
2006-02-01  Anil Kumar... Added ldap_set_rebind_proc, ldap_unbind_ext and ldap_un...
2006-01-31  Kurt ZeilengaApproved revision
2006-01-31  Kurt ZeilengaApproved (with Note to RFC Editor) revision
2006-01-31  Kurt ZeilengaAdd LBURP
2006-01-28  Howard ChuITS#4376 add missing parameters in config_generic_wrapper
2006-01-27  Howard ChuFix negative caching, only do it on Success
2006-01-25  Kurt Zeilengaclarify 'native'
2006-01-25  Kurt ZeilengaAdd note about contrib/slapd-modules
2006-01-25  Howard ChuITS#4373, fix prev commit
2006-01-25  Luke Howardfix typo
2006-01-25  Kurt Zeilengaupdates
2006-01-25  Howard ChuITS#4369 add log messages for delta syncrepl ops
2006-01-25  Howard ChuITS#4370 always init slap_daemon mutexes
2006-01-24  Howard ChuITS#4368 unlock pool ltp_mutex before destroying it
2006-01-24  Kurt Zeilengaunifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO...
2006-01-23  Howard ChuITS#4365 reset frs.sr_nentries before searching in...
2006-01-23  Luke Howardslapi_filter_dup() can now use filter_dup()
2006-01-23  Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-22  Howard ChuITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE...
2006-01-22  Howard ChuITS#4360 must init c_minfree
2006-01-21  Pierangelo... -FF means: log just once
2006-01-21  Pierangelo... fix previous commit
2006-01-21  Pierangelo... cleanup
2006-01-21  Pierangelo... on't use freed memory; streamline parse error reporting
2006-01-20  Howard ChuITS#4357 Solaris occasionally returns ENOSYS when selec...
2006-01-19  Pierangelo... need normalized timestamp as well, although this is...
2006-01-19  Howard ChuITS#4355 timestamps must be normalized
2006-01-19  Luke HowardPermissive support for LDAP_MOD_INCREMENT -- treat...
2006-01-19  Howard ChuITS#4354 add a note about avoiding Anonymous DH.
2006-01-19  Howard ChuITS#4354 only set DH callback if OPT_DHFILE has been...
2006-01-18  Howard Chudd note about indexing queryid's
2006-01-18  Howard ChuFix typo in filter example
2006-01-18  Howard ChuITS#4225 added proxyCacheQueries keyword
2006-01-18  Howard ChuAdd optional negttl / negative result caching
2006-01-18  Howard ChuAdd ability to cache negative results and specify negat...
2006-01-18  Howard ChuITS#4349 don't wait on condition if there are no thread...
2006-01-17  Pierangelo... cleanup message
2006-01-17  Howard ChuITS#4225 added proxyCacheQueries parameter for configur...
2006-01-16  Pierangelo... further cleanup
2006-01-16  Pierangelo... ready to test sibling renaming
2006-01-16  Pierangelo... refine previous commit (error out before actual add)
2006-01-16  Pierangelo... ITS#4337: renaming not implemented yet(need a better...
2006-01-16  Kurt Zeilengarebuild
2006-01-16  Kurt ZeilengaRemove broken yield detection. Seems to do more harm...
2006-01-16  Kurt Zeilengaremove jail(2) todo, see ITS#4342
2006-01-15  Howard ChuFix WAKE_LISTENER
2006-01-15  Howard ChuGet rid of trivial yield, for completeness' sake.
2006-01-15  Howard ChuITS#3950 delete gratuitous yield. (could use pthread_co...
2006-01-15  Howard ChuITS#3950 delete gratuitous yield()s
2006-01-14  Pierangelo... improve logging
2006-01-14  Pierangelo... trace overlay: traces overlay execution
2006-01-14  Pierangelo... let overlays define if they must appear exactly once...
2006-01-14  Pierangelo... also restore original o_bd
2006-01-14  Pierangelo... fix previous commit
2006-01-14  Pierangelo... test needs "trace"
2006-01-14  Pierangelo... preserve original o_bd field (global overlays; part...
2006-01-14  Pierangelo... cleanup
2006-01-14  Pierangelo... make back-meta conform with man page
2006-01-14  Pierangelo... rootdn can exceed limit on number of dynamic objects
2006-01-14  Pierangelo... address ITS#4332; might remove dynamicObject counting
2006-01-14  Pierangelo... tolerate that config_get_vals() returns success with...
2006-01-14  Pierangelo... previous commit contradicts man page; see comment in...
2006-01-14  Pierangelo... "relay" needs suffix and more cleanup (ITS#4340)
2006-01-13  Howard ChuReplace sleep with wait. Note that KILLSERVERS doesn...
2006-01-13  Howard ChuLog select() failure at DEBUG_ANY, since it triggers...
2006-01-13  Kurt ZeilengaLDBM is obsolete.
next