]>
git.sur5r.net Git - openldap/log
Howard Chu [Sun, 15 Jan 2006 13:33:29 +0000 (13:33 +0000)]
ITS#3950 delete gratuitous yield()s
Pierangelo Masarati [Sat, 14 Jan 2006 18:59:46 +0000 (18:59 +0000)]
improve logging
Pierangelo Masarati [Sat, 14 Jan 2006 18:44:55 +0000 (18:44 +0000)]
trace overlay: traces overlay execution
Pierangelo Masarati [Sat, 14 Jan 2006 18:02:35 +0000 (18:02 +0000)]
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
Pierangelo Masarati [Sat, 14 Jan 2006 17:47:54 +0000 (17:47 +0000)]
also restore original o_bd
Pierangelo Masarati [Sat, 14 Jan 2006 17:24:06 +0000 (17:24 +0000)]
fix previous commit
Pierangelo Masarati [Sat, 14 Jan 2006 17:19:09 +0000 (17:19 +0000)]
test needs "trace"
Pierangelo Masarati [Sat, 14 Jan 2006 16:57:14 +0000 (16:57 +0000)]
preserve original o_bd field (global overlays; part of fix to ITS#4336)
Pierangelo Masarati [Sat, 14 Jan 2006 16:51:39 +0000 (16:51 +0000)]
cleanup
Pierangelo Masarati [Sat, 14 Jan 2006 15:28:28 +0000 (15:28 +0000)]
make back-meta conform with man page
Pierangelo Masarati [Sat, 14 Jan 2006 11:17:10 +0000 (11:17 +0000)]
rootdn can exceed limit on number of dynamic objects
Pierangelo Masarati [Sat, 14 Jan 2006 11:12:56 +0000 (11:12 +0000)]
address ITS#4332; might remove dynamicObject counting
Pierangelo Masarati [Sat, 14 Jan 2006 10:21:47 +0000 (10:21 +0000)]
tolerate that config_get_vals() returns success with no values (ITS#4341)
Pierangelo Masarati [Sat, 14 Jan 2006 10:03:11 +0000 (10:03 +0000)]
previous commit contradicts man page; see comment in code
Pierangelo Masarati [Sat, 14 Jan 2006 09:56:35 +0000 (09:56 +0000)]
"relay" needs suffix and more cleanup (ITS#4340)
Howard Chu [Fri, 13 Jan 2006 21:32:24 +0000 (21:32 +0000)]
Replace sleep with wait. Note that KILLSERVERS doesn't make much sense
here since the script has to respawn the servers anyway.
Howard Chu [Fri, 13 Jan 2006 20:28:31 +0000 (20:28 +0000)]
Log select() failure at DEBUG_ANY, since it triggers a shutdown.
Kurt Zeilenga [Fri, 13 Jan 2006 18:28:58 +0000 (18:28 +0000)]
LDBM is obsolete.
Kurt Zeilenga [Fri, 13 Jan 2006 18:16:07 +0000 (18:16 +0000)]
Remove mention of LDBM
Howard Chu [Fri, 13 Jan 2006 17:30:03 +0000 (17:30 +0000)]
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.
Howard Chu [Fri, 13 Jan 2006 16:42:34 +0000 (16:42 +0000)]
ITS#4339 attributeoptions patch from Ralf Haferkamp @ SuSE
Pierangelo Masarati [Fri, 13 Jan 2006 11:25:56 +0000 (11:25 +0000)]
further rewording and clarifications
Pierangelo Masarati [Fri, 13 Jan 2006 11:01:40 +0000 (11:01 +0000)]
rationale of this test
Pierangelo Masarati [Fri, 13 Jan 2006 10:55:13 +0000 (10:55 +0000)]
cleanup
Pierangelo Masarati [Fri, 13 Jan 2006 10:42:45 +0000 (10:42 +0000)]
trace regressions to ITS#4336
Pierangelo Masarati [Fri, 13 Jan 2006 10:41:54 +0000 (10:41 +0000)]
allow slapo-chain to be instantiated without any specific config statement...
Kurt Zeilenga [Thu, 12 Jan 2006 22:55:56 +0000 (22:55 +0000)]
Update proxied authorization implementation to use IANA
assigned result code.
Pierangelo Masarati [Thu, 12 Jan 2006 22:48:02 +0000 (22:48 +0000)]
make sure appropriate limits are in place (ITS#4336)
Pierangelo Masarati [Thu, 12 Jan 2006 21:26:54 +0000 (21:26 +0000)]
improve tester_ldap_error
Pierangelo Masarati [Thu, 12 Jan 2006 18:41:19 +0000 (18:41 +0000)]
remove workaround for fixed issue
Pierangelo Masarati [Thu, 12 Jan 2006 18:29:33 +0000 (18:29 +0000)]
silence warning
Howard Chu [Thu, 12 Jan 2006 15:52:48 +0000 (15:52 +0000)]
ITS#4334 add test of invalid Binds
Howard Chu [Thu, 12 Jan 2006 15:40:52 +0000 (15:40 +0000)]
ITS#4334 Must propagate connection_destroy to captive backend.
Pierangelo Masarati [Thu, 12 Jan 2006 13:01:38 +0000 (13:01 +0000)]
rework tester common error logging and so
Howard Chu [Thu, 12 Jan 2006 08:40:09 +0000 (08:40 +0000)]
Add monitor_entry_stub() for creating entries. Fix conn peer/local mismatch.
Pierangelo Masarati [Thu, 12 Jan 2006 08:16:18 +0000 (08:16 +0000)]
add comment about run-time registered extop/control compatibility
Howard Chu [Thu, 12 Jan 2006 06:07:42 +0000 (06:07 +0000)]
Tone down dn2bv/bv2dn logging
Howard Chu [Thu, 12 Jan 2006 03:40:08 +0000 (03:40 +0000)]
Fix prev commit
Pierangelo Masarati [Wed, 11 Jan 2006 22:12:11 +0000 (22:12 +0000)]
add a comment to indicate why "lastmod off" is there (ITS#4330)
Pierangelo Masarati [Wed, 11 Jan 2006 21:30:53 +0000 (21:30 +0000)]
(incorrect) variable used before set (ITS#4331)
Pierangelo Masarati [Wed, 11 Jan 2006 19:36:18 +0000 (19:36 +0000)]
allow control handlers to be replaced
Pierangelo Masarati [Wed, 11 Jan 2006 19:33:44 +0000 (19:33 +0000)]
improve back-meta retry capabilities (ITS#4328)
Luke Howard [Wed, 11 Jan 2006 17:28:30 +0000 (17:28 +0000)]
ITS#4327 - make SASL_MECH/SASL_REALM no longer user-only options
Pierangelo Masarati [Wed, 11 Jan 2006 16:13:53 +0000 (16:13 +0000)]
check regression of ITS#4326
Howard Chu [Wed, 11 Jan 2006 15:38:30 +0000 (15:38 +0000)]
ITS#4324 don't auto-recover in slapcat. Don't trigger a recovery if
DB_CONFIG has same mtime as DB environment.
Pierangelo Masarati [Wed, 11 Jan 2006 15:32:34 +0000 (15:32 +0000)]
in abnormal cases, error may be sent twice
Pierangelo Masarati [Wed, 11 Jan 2006 12:11:59 +0000 (12:11 +0000)]
complete fix to back-ldap (ITS#4315?); not sure dobind should actually be treated as a bind...
Pierangelo Masarati [Wed, 11 Jan 2006 08:36:37 +0000 (08:36 +0000)]
fix typos in previus commit
Howard Chu [Wed, 11 Jan 2006 08:10:17 +0000 (08:10 +0000)]
Don't update in-memory cookie until db update succeeds
Howard Chu [Wed, 11 Jan 2006 07:38:21 +0000 (07:38 +0000)]
Add a delay while consumer is down to exercise proxy retry
Howard Chu [Wed, 11 Jan 2006 07:37:42 +0000 (07:37 +0000)]
Propagate local errors up, fix test045
Howard Chu [Wed, 11 Jan 2006 05:45:05 +0000 (05:45 +0000)]
A few more waits
Howard Chu [Wed, 11 Jan 2006 05:25:09 +0000 (05:25 +0000)]
Use shell "wait" instead of fixed 10 second wait-for-things-to-die
Pierangelo Masarati [Tue, 10 Jan 2006 20:30:35 +0000 (20:30 +0000)]
don't allow multiple relay lines (ITS#4322)
Howard Chu [Tue, 10 Jan 2006 18:32:09 +0000 (18:32 +0000)]
ITS#4319 fix check for need_shutdown/slap_shutdown()
Pierangelo Masarati [Tue, 10 Jan 2006 13:17:31 +0000 (13:17 +0000)]
don't idassert anon2anon (ITS#4321)
Kurt Zeilenga [Tue, 10 Jan 2006 04:07:51 +0000 (04:07 +0000)]
enable NANOSLEEP detection on Linux for ITS#3950
Kurt Zeilenga [Tue, 10 Jan 2006 02:19:02 +0000 (02:19 +0000)]
cleanup
Pierangelo Masarati [Tue, 10 Jan 2006 02:10:07 +0000 (02:10 +0000)]
comment no longer required
Pierangelo Masarati [Tue, 10 Jan 2006 02:05:54 +0000 (02:05 +0000)]
refine fix to ITS#4320
Pierangelo Masarati [Tue, 10 Jan 2006 01:53:29 +0000 (01:53 +0000)]
check pointers (ITS#4320)
Kurt Zeilenga [Tue, 10 Jan 2006 00:15:56 +0000 (00:15 +0000)]
Don't use C comments to comment out C code
Pierangelo Masarati [Mon, 9 Jan 2006 23:06:18 +0000 (23:06 +0000)]
add experimental, non-advertised support for obsolete version of proxyAuthz
Pierangelo Masarati [Mon, 9 Jan 2006 23:00:28 +0000 (23:00 +0000)]
streamline server control requests
Kurt Zeilenga [Mon, 9 Jan 2006 22:36:29 +0000 (22:36 +0000)]
kludge for correct report URL
Kurt Zeilenga [Mon, 9 Jan 2006 22:06:06 +0000 (22:06 +0000)]
ITS#4312: fixed <netinet/tcp.h> detection for AIX and other
platforms where it requires <netinet/in.h> to be previously included.
Pierangelo Masarati [Mon, 9 Jan 2006 21:27:45 +0000 (21:27 +0000)]
fix type specifier in format
Pierangelo Masarati [Mon, 9 Jan 2006 21:02:52 +0000 (21:02 +0000)]
s/o/lo/
Pierangelo Masarati [Mon, 9 Jan 2006 20:00:51 +0000 (20:00 +0000)]
use slab memory for proxyauthz
Howard Chu [Mon, 9 Jan 2006 19:35:03 +0000 (19:35 +0000)]
Optimizations for containment checks
Howard Chu [Mon, 9 Jan 2006 18:00:11 +0000 (18:00 +0000)]
Plug memleak when query isn't added to cache
Howard Chu [Mon, 9 Jan 2006 17:27:57 +0000 (17:27 +0000)]
Tone down debug messages
Pierangelo Masarati [Mon, 9 Jan 2006 16:28:02 +0000 (16:28 +0000)]
apparently Statslog() doesn't really differ any more from just Log()...
Howard Chu [Mon, 9 Jan 2006 16:22:55 +0000 (16:22 +0000)]
Streamline answerability test
Pierangelo Masarati [Mon, 9 Jan 2006 16:14:26 +0000 (16:14 +0000)]
fix resource handling
Pierangelo Masarati [Mon, 9 Jan 2006 15:45:59 +0000 (15:45 +0000)]
use a placeholder to mark that there is no process in the runqueue (ITS#4318)
Pierangelo Masarati [Mon, 9 Jan 2006 15:26:40 +0000 (15:26 +0000)]
allow to easily override the default loop number
Pierangelo Masarati [Mon, 9 Jan 2006 15:13:29 +0000 (15:13 +0000)]
don't send error with back-meta
Pierangelo Masarati [Mon, 9 Jan 2006 14:21:33 +0000 (14:21 +0000)]
add bind to stress tests
Pierangelo Masarati [Mon, 9 Jan 2006 14:20:37 +0000 (14:20 +0000)]
refine fix to ITS#4315; apply it to back-meta as well
Howard Chu [Mon, 9 Jan 2006 13:59:17 +0000 (13:59 +0000)]
ITS#4316 test subset of attrset
Howard Chu [Mon, 9 Jan 2006 13:57:21 +0000 (13:57 +0000)]
ITS#4316 test subset behavior
Howard Chu [Mon, 9 Jan 2006 13:56:25 +0000 (13:56 +0000)]
ITS#4316 fix to make attrset subsets work as documented.
Pierangelo Masarati [Mon, 9 Jan 2006 11:18:01 +0000 (11:18 +0000)]
fix typo in previous commit
Howard Chu [Mon, 9 Jan 2006 09:37:52 +0000 (09:37 +0000)]
TS#4315 fix prev commit, spinning in ldap_back_dobind
Howard Chu [Mon, 9 Jan 2006 09:14:53 +0000 (09:14 +0000)]
ITS#4315 fix bind concurrency issue
Kurt Zeilenga [Mon, 9 Jan 2006 05:25:43 +0000 (05:25 +0000)]
s/pagectrl.o/pagectrl.lo/
Kurt Zeilenga [Mon, 9 Jan 2006 05:22:46 +0000 (05:22 +0000)]
cleanup
Kurt Zeilenga [Mon, 9 Jan 2006 01:29:47 +0000 (01:29 +0000)]
Move deprecated routine behind LDAP_DEPRECATED
Kurt Zeilenga [Mon, 9 Jan 2006 01:25:53 +0000 (01:25 +0000)]
Update variables holding protocol values to ber_*_t's
Remove old grouping/txn code (pending redesign)
Pierangelo Masarati [Sun, 8 Jan 2006 22:49:24 +0000 (22:49 +0000)]
use new paged results control client API (ITS#4314)
Pierangelo Masarati [Sun, 8 Jan 2006 22:45:35 +0000 (22:45 +0000)]
fix types; further check parameters
Pierangelo Masarati [Sun, 8 Jan 2006 22:44:43 +0000 (22:44 +0000)]
line up LDAP_API_FEATURE_PAGED_RESULTS with other controls
Pierangelo Masarati [Sun, 8 Jan 2006 22:03:30 +0000 (22:03 +0000)]
rework API functions to create/parse controls; add client API functions to handle RFC2696 paged results (ITS#4314; patch from Hans Leidekker with changes)
Kurt Zeilenga [Sun, 8 Jan 2006 20:29:44 +0000 (20:29 +0000)]
Add -s warning
Luke Howard [Sun, 8 Jan 2006 20:18:14 +0000 (20:18 +0000)]
Add -s option to slapadd to disable schema checking
Luke Howard [Sun, 8 Jan 2006 20:16:58 +0000 (20:16 +0000)]
Document -s flag to slapadd
Pierangelo Masarati [Sun, 8 Jan 2006 19:51:28 +0000 (19:51 +0000)]
rework control response handling
Kurt Zeilenga [Sun, 8 Jan 2006 19:34:01 +0000 (19:34 +0000)]
Update (and rename) Sort and VLV parse routines to expect actual
control to be directly passed in.
Kurt Zeilenga [Sun, 8 Jan 2006 19:11:57 +0000 (19:11 +0000)]
correct typo