2006-02-01 |
Pierangelo... | check regression of ITS#4380 |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Pierangelo... | do not assume the matching rule synta has a validate... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Howard Chu | Use -d cache instead of -d trace |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Howard Chu | Use LDAP_DEBUG_CACHE instead of TRACE. Delete remove_mutex. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Anil Kumar... | Added ldap_set_rebind_proc, ldap_unbind_ext and ldap_un... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Kurt Zeilenga | Approved revision |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Kurt Zeilenga | Approved (with Note to RFC Editor) revision |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Kurt Zeilenga | Add LBURP |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Howard Chu | ITS#4376 add missing parameters in config_generic_wrapper |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Howard Chu | Fix negative caching, only do it on Success |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Kurt Zeilenga | clarify 'native' |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Kurt Zeilenga | Add note about contrib/slapd-modules |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Howard Chu | ITS#4373, fix prev commit |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Luke Howard | fix typo |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Kurt Zeilenga | updates |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Howard Chu | ITS#4369 add log messages for delta syncrepl ops |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Howard Chu | ITS#4370 always init slap_daemon mutexes |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Howard Chu | ITS#4368 unlock pool ltp_mutex before destroying it |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Kurt Zeilenga | unifdef -DSLAPD_CONF_UNKNOWN_BAILOUT -DSLAPD_CONF_UNKNO... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Howard Chu | ITS#4365 reset frs.sr_nentries before searching in... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Luke Howard | slapi_filter_dup() can now use filter_dup() |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Howard Chu | ITS#4364 add filter_dup, don't use str2filter to dup... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Howard Chu | ITS#4361, 4362 fix autorecovery logic, add ALOCK_NOSAVE... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Howard Chu | ITS#4360 must init c_minfree |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Pierangelo... | -FF means: log just once |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Pierangelo... | fix previous commit |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Pierangelo... | on't use freed memory; streamline parse error reporting |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Howard Chu | ITS#4357 Solaris occasionally returns ENOSYS when selec... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Pierangelo... | need normalized timestamp as well, although this is... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Howard Chu | ITS#4355 timestamps must be normalized |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Luke Howard | Permissive support for LDAP_MOD_INCREMENT -- treat... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Howard Chu | ITS#4354 add a note about avoiding Anonymous DH. |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Howard Chu | ITS#4354 only set DH callback if OPT_DHFILE has been... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | dd note about indexing queryid's |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | Fix typo in filter example |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | ITS#4225 added proxyCacheQueries keyword |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | Add optional negttl / negative result caching |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | Add ability to cache negative results and specify negat... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Howard Chu | ITS#4349 don't wait on condition if there are no thread... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Pierangelo... | cleanup message |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Howard Chu | ITS#4225 added proxyCacheQueries parameter for configur... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Pierangelo... | further cleanup |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Pierangelo... | ready to test sibling renaming |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Pierangelo... | refine previous commit (error out before actual add) |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Pierangelo... | ITS#4337: renaming not implemented yet(need a better... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Kurt Zeilenga | rebuild |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Kurt Zeilenga | Remove broken yield detection. Seems to do more harm... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Kurt Zeilenga | remove jail(2) todo, see ITS#4342 |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Howard Chu | Fix WAKE_LISTENER |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Howard Chu | Get rid of trivial yield, for completeness' sake. |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Howard Chu | ITS#3950 delete gratuitous yield. (could use pthread_co... |
commit | commitdiff | tree | snapshot |
2006-01-15 |
Howard Chu | ITS#3950 delete gratuitous yield()s |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | improve logging |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | trace overlay: traces overlay execution |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | let overlays define if they must appear exactly once... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | also restore original o_bd |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | fix previous commit |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | test needs "trace" |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | preserve original o_bd field (global overlays; part... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | make back-meta conform with man page |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | rootdn can exceed limit on number of dynamic objects |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | address ITS#4332; might remove dynamicObject counting |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | tolerate that config_get_vals() returns success with... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | previous commit contradicts man page; see comment in... |
commit | commitdiff | tree | snapshot |
2006-01-14 |
Pierangelo... | "relay" needs suffix and more cleanup (ITS#4340) |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Howard Chu | Replace sleep with wait. Note that KILLSERVERS doesn... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Howard Chu | Log select() failure at DEBUG_ANY, since it triggers... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Kurt Zeilenga | LDBM is obsolete. |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Kurt Zeilenga | Remove mention of LDBM |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Howard Chu | ITS#4338 delete extraneous slapd_close() calls. Descrip... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Howard Chu | ITS#4339 attributeoptions patch from Ralf Haferkamp... |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Pierangelo... | further rewording and clarifications |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Pierangelo... | rationale of this test |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Pierangelo... | cleanup |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Pierangelo... | trace regressions to ITS#4336 |
commit | commitdiff | tree | snapshot |
2006-01-13 |
Pierangelo... | allow slapo-chain to be instantiated without any specif... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Kurt Zeilenga | Update proxied authorization implementation to use... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | make sure appropriate limits are in place (ITS#4336) |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | improve tester_ldap_error |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | remove workaround for fixed issue |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | silence warning |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Howard Chu | ITS#4334 add test of invalid Binds |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Howard Chu | ITS#4334 Must propagate connection_destroy to captive... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | rework tester common error logging and so |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Howard Chu | Add monitor_entry_stub() for creating entries. Fix... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Pierangelo... | add comment about run-time registered extop/control... |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Howard Chu | Tone down dn2bv/bv2dn logging |
commit | commitdiff | tree | snapshot |
2006-01-12 |
Howard Chu | Fix prev commit |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | add a comment to indicate why "lastmod off" is there... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | (incorrect) variable used before set (ITS#4331) |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | allow control handlers to be replaced |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | improve back-meta retry capabilities (ITS#4328) |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Luke Howard | ITS#4327 - make SASL_MECH/SASL_REALM no longer user... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | check regression of ITS#4326 |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Howard Chu | ITS#4324 don't auto-recover in slapcat. Don't trigger... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | in abnormal cases, error may be sent twice |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | complete fix to back-ldap (ITS#4315?); not sure dobind... |
commit | commitdiff | tree | snapshot |
2006-01-11 |
Pierangelo... | fix typos in previus commit |
commit | commitdiff | tree | snapshot |
next |