Howard Chu
7b5716ae9b
dd note about indexing queryid's
2006-01-18 03:31:01 +00:00
Howard Chu
ff2163ff17
Fix typo in filter example
2006-01-18 03:23:52 +00:00
Howard Chu
5a977483d4
ITS#4225 added proxyCacheQueries keyword
2006-01-18 03:21:19 +00:00
Howard Chu
8a7501449a
Add optional negttl / negative result caching
2006-01-18 03:03:35 +00:00
Howard Chu
4361a942ab
Add ability to cache negative results and specify negative TTL on templates
2006-01-18 02:59:06 +00:00
Howard Chu
84315e96f8
ITS#4349 don't wait on condition if there are no threads in the pool.
2006-01-18 01:55:24 +00:00
Pierangelo Masarati
26cf7548ef
cleanup message
2006-01-17 23:38:21 +00:00
Howard Chu
03f28de8bb
ITS#4225 added proxyCacheQueries parameter for configuring max_queries
2006-01-17 19:51:50 +00:00
Pierangelo Masarati
5ffc8c2588
further cleanup
2006-01-16 23:28:08 +00:00
Pierangelo Masarati
327fd9e7f8
ready to test sibling renaming
2006-01-16 23:27:47 +00:00
Pierangelo Masarati
324174fc76
refine previous commit (error out before actual add)
2006-01-16 23:14:21 +00:00
Pierangelo Masarati
fa4e093f0c
ITS#4337: renaming not implemented yet(need a better fix)
2006-01-16 22:58:36 +00:00
Kurt Zeilenga
7072225050
rebuild
2006-01-16 18:56:26 +00:00
Kurt Zeilenga
416848ed63
Remove broken yield detection. Seems to do more harm than good.
2006-01-16 18:54:36 +00:00
Kurt Zeilenga
02c206acd1
remove jail(2) todo, see ITS#4342
2006-01-16 06:21:26 +00:00
Howard Chu
9b2ee679e8
Fix WAKE_LISTENER
2006-01-15 15:40:53 +00:00
Howard Chu
7f5ea4c098
Get rid of trivial yield, for completeness' sake.
2006-01-15 14:34:44 +00:00
Howard Chu
78a9d66e53
ITS#3950 delete gratuitous yield. (could use pthread_cond_timedwait
...
if we ever wanted to time out idle threads.)
2006-01-15 14:21:16 +00:00
Howard Chu
a4a85e03c1
ITS#3950 delete gratuitous yield()s
2006-01-15 13:33:29 +00:00
Pierangelo Masarati
4d9fc0e85d
improve logging
2006-01-14 18:59:46 +00:00
Pierangelo Masarati
a76a78096d
trace overlay: traces overlay execution
2006-01-14 18:44:55 +00:00
Pierangelo Masarati
a029490fe8
let overlays define if they must appear exactly once in a chain, and if they must be global/per-db only, and holler in case
2006-01-14 18:02:35 +00:00
Pierangelo Masarati
7f826af5fd
also restore original o_bd
2006-01-14 17:47:54 +00:00
Pierangelo Masarati
bad81cb0d1
fix previous commit
2006-01-14 17:24:06 +00:00
Pierangelo Masarati
ef29f9a349
test needs "trace"
2006-01-14 17:19:09 +00:00
Pierangelo Masarati
31578ca431
preserve original o_bd field (global overlays; part of fix to ITS#4336)
2006-01-14 16:57:14 +00:00
Pierangelo Masarati
da921ed175
cleanup
2006-01-14 16:51:39 +00:00
Pierangelo Masarati
d168b49464
make back-meta conform with man page
2006-01-14 15:28:28 +00:00
Pierangelo Masarati
63e80ef12e
rootdn can exceed limit on number of dynamic objects
2006-01-14 11:17:10 +00:00
Pierangelo Masarati
72d2ee4d19
address ITS#4332; might remove dynamicObject counting
2006-01-14 11:12:56 +00:00
Pierangelo Masarati
e720c15c4d
tolerate that config_get_vals() returns success with no values (ITS#4341)
2006-01-14 10:21:47 +00:00
Pierangelo Masarati
f3dba23fbb
previous commit contradicts man page; see comment in code
2006-01-14 10:03:11 +00:00
Pierangelo Masarati
af83c5e242
"relay" needs suffix and more cleanup (ITS#4340)
2006-01-14 09:56:35 +00:00
Howard Chu
002b826c30
Replace sleep with wait. Note that KILLSERVERS doesn't make much sense
...
here since the script has to respawn the servers anyway.
2006-01-13 21:32:24 +00:00
Howard Chu
f16d101033
Log select() failure at DEBUG_ANY, since it triggers a shutdown.
2006-01-13 20:28:31 +00:00
Kurt Zeilenga
a39d48d045
LDBM is obsolete.
2006-01-13 18:28:58 +00:00
Kurt Zeilenga
83976a1e98
Remove mention of LDBM
2006-01-13 18:16:07 +00:00
Howard Chu
84429e8bcb
ITS#4338 delete extraneous slapd_close() calls. Descriptors that were in
...
the event set must be removed using slapd_remove() and the whole sequence
must be protected with the slap_daemon.sd_mutex to close them properly.
Otherwise it will wind up closing valid, freshly opened sockets, or closing
dead sockets twice, etc. It's unnecessary to do any close management here
since connection.c already does the correct teardown sequence.
2006-01-13 17:30:03 +00:00
Howard Chu
b85926a2c1
ITS#4339 attributeoptions patch from Ralf Haferkamp @ SuSE
2006-01-13 16:42:34 +00:00
Pierangelo Masarati
2d3e7de49b
further rewording and clarifications
2006-01-13 11:25:56 +00:00
Pierangelo Masarati
8af95e1320
rationale of this test
2006-01-13 11:01:40 +00:00
Pierangelo Masarati
cad464e96d
cleanup
2006-01-13 10:55:13 +00:00
Pierangelo Masarati
d48653d64a
trace regressions to ITS#4336
2006-01-13 10:42:45 +00:00
Pierangelo Masarati
e393f47465
allow slapo-chain to be instantiated without any specific config statement...
2006-01-13 10:41:54 +00:00
Kurt Zeilenga
48c34d254f
Update proxied authorization implementation to use IANA
...
assigned result code.
2006-01-12 22:55:56 +00:00
Pierangelo Masarati
7124ec615e
make sure appropriate limits are in place (ITS#4336)
2006-01-12 22:48:02 +00:00
Pierangelo Masarati
4c39d2c5a0
improve tester_ldap_error
2006-01-12 21:26:54 +00:00
Pierangelo Masarati
c9b3cf7fab
remove workaround for fixed issue
2006-01-12 18:41:19 +00:00
Pierangelo Masarati
056b7e55da
silence warning
2006-01-12 18:29:33 +00:00
Howard Chu
9cf636a460
ITS#4334 add test of invalid Binds
2006-01-12 15:52:48 +00:00