]> git.sur5r.net Git - openldap/log
openldap
20 years agofurther improve loglevel selection
Pierangelo Masarati [Thu, 29 Jul 2004 12:39:51 +0000 (12:39 +0000)]
further improve loglevel selection

20 years agoallow to use names to set loglevel
Pierangelo Masarati [Thu, 29 Jul 2004 00:10:03 +0000 (00:10 +0000)]
allow to use names to set loglevel

20 years agominor cleanup
Pierangelo Masarati [Wed, 28 Jul 2004 23:48:08 +0000 (23:48 +0000)]
minor cleanup

20 years agoshould not assert(0) in UUIDValidate
Jong Hyuk Choi [Wed, 28 Jul 2004 17:27:52 +0000 (17:27 +0000)]
should not assert(0) in UUIDValidate

20 years agoPatch for ITS#3259
Jong Hyuk Choi [Wed, 28 Jul 2004 17:24:54 +0000 (17:24 +0000)]
Patch for ITS#3259

20 years agoin case of early exit, frontendDB might be uninitialized
Pierangelo Masarati [Tue, 27 Jul 2004 21:15:33 +0000 (21:15 +0000)]
in case of early exit, frontendDB might be uninitialized

20 years agofrontend stuff moved into a database structure, essentially to allow overlays to...
Pierangelo Masarati [Mon, 26 Jul 2004 21:26:34 +0000 (21:26 +0000)]
frontend stuff moved into a database structure, essentially to allow overlays to be processed before database selection; passes all tests (ITS#3080)

20 years agomonitor database added to all tests, to detect further incompatibilities
Pierangelo Masarati [Mon, 26 Jul 2004 20:26:52 +0000 (20:26 +0000)]
monitor database added to all tests, to detect further incompatibilities

20 years agomisc cleanup and improvements; please use @URIx@ and @PORTx@ in configurations/tests
Pierangelo Masarati [Mon, 26 Jul 2004 13:45:28 +0000 (13:45 +0000)]
misc cleanup and improvements; please use @URIx@ and @PORTx@ in configurations/tests

20 years agocleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt...
Pierangelo Masarati [Mon, 26 Jul 2004 08:31:01 +0000 (08:31 +0000)]
cleanup previous fix; maybe the advanced url parsing funcs should go in some ldap_pvt.h header?

20 years agoslightly rework user/operational attributes handling (including fixing a bug in the...
Pierangelo Masarati [Sun, 25 Jul 2004 23:16:40 +0000 (23:16 +0000)]
slightly rework user/operational attributes handling (including fixing a bug in the logic of the previous change to backend_operational()); cleanup; more improvements to slapo-rwm and back-relay

20 years agofix ITS#3257
Pierangelo Masarati [Sun, 25 Jul 2004 23:05:29 +0000 (23:05 +0000)]
fix ITS#3257

20 years agofix ITS#3254
Pierangelo Masarati [Sun, 25 Jul 2004 22:57:52 +0000 (22:57 +0000)]
fix ITS#3254

20 years agofix leak when the rewriteContext is disabled (ITS#3256)
Pierangelo Masarati [Sun, 25 Jul 2004 22:45:53 +0000 (22:45 +0000)]
fix leak when the rewriteContext is disabled (ITS#3256)

20 years agoFix ITS#3255, boi_bdb comparisons
Howard Chu [Sun, 25 Jul 2004 21:10:41 +0000 (21:10 +0000)]
Fix ITS#3255, boi_bdb comparisons

20 years agoFix spurious warning for fasttool keyword when running in Server mode
Howard Chu [Sun, 25 Jul 2004 19:49:24 +0000 (19:49 +0000)]
Fix spurious warning for fasttool keyword when running in Server mode

20 years agocleanup
Pierangelo Masarati [Sat, 24 Jul 2004 17:10:29 +0000 (17:10 +0000)]
cleanup

20 years agocleanup URI parsing/checking (fixes ITS#3253)
Pierangelo Masarati [Sat, 24 Jul 2004 11:17:03 +0000 (11:17 +0000)]
cleanup URI parsing/checking (fixes ITS#3253)

20 years agocleanup error codes
Pierangelo Masarati [Sat, 24 Jul 2004 11:15:13 +0000 (11:15 +0000)]
cleanup error codes

20 years agoITS#3250 don't call select unnecessarily
Howard Chu [Sat, 24 Jul 2004 03:13:29 +0000 (03:13 +0000)]
ITS#3250 don't call select unnecessarily

20 years agoassert administrative identity instead of the required one if doing auth check in...
Pierangelo Masarati [Fri, 23 Jul 2004 00:11:05 +0000 (00:11 +0000)]
assert administrative identity instead of the required one if doing auth check in non-caching mode

20 years agohack to handle cases where o_req_dn = o_req_ndn
Pierangelo Masarati [Thu, 22 Jul 2004 23:48:04 +0000 (23:48 +0000)]
hack to handle cases where o_req_dn = o_req_ndn

20 years agofix previous fix
Pierangelo Masarati [Thu, 22 Jul 2004 23:03:04 +0000 (23:03 +0000)]
fix previous fix

20 years agoMore info about linearindex and slapadd
Howard Chu [Thu, 22 Jul 2004 22:52:47 +0000 (22:52 +0000)]
More info about linearindex and slapadd

20 years agoAdded linearindex option for slapindex. Improves performance when database
Howard Chu [Thu, 22 Jul 2004 22:32:37 +0000 (22:32 +0000)]
Added linearindex option for slapindex. Improves performance when database
size exceeds dbcache size by minimizing cache thrashing.

20 years agoITS#3178 add "fasttool" option to disable transaction logging in tool mode
Howard Chu [Thu, 22 Jul 2004 22:14:35 +0000 (22:14 +0000)]
ITS#3178 add "fasttool" option to disable transaction logging in tool mode

20 years agoMinor cleanup
Howard Chu [Thu, 22 Jul 2004 22:13:13 +0000 (22:13 +0000)]
Minor cleanup

20 years agoOne more Windows tweak
Howard Chu [Tue, 20 Jul 2004 21:42:00 +0000 (21:42 +0000)]
One more Windows tweak

20 years agoWindoes compatibility tweaks
Howard Chu [Tue, 20 Jul 2004 21:40:33 +0000 (21:40 +0000)]
Windoes compatibility tweaks

20 years agoimprove manual and make naming contexts uniform; NOTE: backwards compatibility not...
Pierangelo Masarati [Tue, 20 Jul 2004 00:46:20 +0000 (00:46 +0000)]
improve manual and make naming contexts uniform; NOTE: backwards compatibility not preserved

20 years agocleanup function name in log
Pierangelo Masarati [Tue, 20 Jul 2004 00:32:43 +0000 (00:32 +0000)]
cleanup function name in log

20 years agoimprove relay backend/rwm overlay test
Pierangelo Masarati [Tue, 20 Jul 2004 00:28:15 +0000 (00:28 +0000)]
improve relay backend/rwm overlay test

20 years agorework passwd_extop to comply with rwm requirements...
Pierangelo Masarati [Tue, 20 Jul 2004 00:22:05 +0000 (00:22 +0000)]
rework passwd_extop to comply with rwm requirements...

20 years agominor cleanup
Pierangelo Masarati [Mon, 19 Jul 2004 21:43:03 +0000 (21:43 +0000)]
minor cleanup

20 years agoadd {creators|modifiers}Name to all entries
Pierangelo Masarati [Mon, 19 Jul 2004 21:42:11 +0000 (21:42 +0000)]
add {creators|modifiers}Name to all entries

20 years agoRequired by backover.c -r1.22
Howard Chu [Mon, 19 Jul 2004 20:25:43 +0000 (20:25 +0000)]
Required by backover.c -r1.22

20 years agoRequired by backover.c -r1.22
Howard Chu [Mon, 19 Jul 2004 20:01:26 +0000 (20:01 +0000)]
Required by backover.c -r1.22

20 years agodocument rwm overlay
Pierangelo Masarati [Sun, 18 Jul 2004 21:45:20 +0000 (21:45 +0000)]
document rwm overlay

20 years agorework op/rs structures to deal with opeartional attributes
Pierangelo Masarati [Sun, 18 Jul 2004 21:44:29 +0000 (21:44 +0000)]
rework op/rs structures to deal with opeartional attributes

20 years agofix empty uniqueMember dn portion (ITS#3247)
Pierangelo Masarati [Sun, 18 Jul 2004 21:40:16 +0000 (21:40 +0000)]
fix empty uniqueMember dn portion (ITS#3247)

20 years agostartup and shutdown backends only if not in dryrun mode
Pierangelo Masarati [Sun, 18 Jul 2004 21:36:39 +0000 (21:36 +0000)]
startup and shutdown backends only if not in dryrun mode

20 years agodnMatch must be called with valid args
Pierangelo Masarati [Sun, 18 Jul 2004 21:34:01 +0000 (21:34 +0000)]
dnMatch must be called with valid args

20 years agohelpers for special attribute lists
Pierangelo Masarati [Sun, 18 Jul 2004 21:33:15 +0000 (21:33 +0000)]
helpers for special attribute lists

20 years agocleanup...
Pierangelo Masarati [Sun, 18 Jul 2004 21:32:38 +0000 (21:32 +0000)]
cleanup...

20 years agostrptime is unreliable, just parse time ourselves
Howard Chu [Sun, 18 Jul 2004 18:28:16 +0000 (18:28 +0000)]
strptime is unreliable, just parse time ourselves

20 years agoMake sure hdb gets signed chars for len comparison
Howard Chu [Sun, 18 Jul 2004 12:29:52 +0000 (12:29 +0000)]
Make sure hdb gets signed chars for len comparison

20 years agoAdd missing format argument for 'unhandled idassert-method' error message.
Hallvard Furuseth [Sun, 18 Jul 2004 07:16:34 +0000 (07:16 +0000)]
Add missing format argument for 'unhandled idassert-method' error message.

20 years agoFix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.
Hallvard Furuseth [Sun, 18 Jul 2004 07:14:07 +0000 (07:14 +0000)]
Fix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.

20 years agoldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.
Hallvard Furuseth [Sun, 18 Jul 2004 04:12:24 +0000 (04:12 +0000)]
ldap_url_parse_ext(): Kill duplicate init + pointless free(NULL) of lud_filter.

20 years agoSplit string literal to keep it below ANSI C's allowed 509-char limit.
Hallvard Furuseth [Sun, 18 Jul 2004 00:47:35 +0000 (00:47 +0000)]
Split string literal to keep it below ANSI C's allowed 509-char limit.

20 years agoHide WINAPI entry points from slapd/symdummy
Howard Chu [Sat, 17 Jul 2004 17:46:54 +0000 (17:46 +0000)]
Hide WINAPI entry points from slapd/symdummy

20 years agodon't ask for attributes
Pierangelo Masarati [Sat, 17 Jul 2004 17:06:03 +0000 (17:06 +0000)]
don't ask for attributes

20 years agomore cleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:35:06 +0000 (15:35 +0000)]
more cleanup

20 years agocleanup
Pierangelo Masarati [Sat, 17 Jul 2004 15:15:59 +0000 (15:15 +0000)]
cleanup

20 years agonormalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn...
Pierangelo Masarati [Sat, 17 Jul 2004 14:45:07 +0000 (14:45 +0000)]
normalize authcDN (ITS#3246); don't touch databases when running slapadd in dryryn mode (ITS#3244); release lock when acquiring entry in tool mode (ITS#3245)

20 years agoto be safe, always start backends and database
Pierangelo Masarati [Fri, 16 Jul 2004 16:42:57 +0000 (16:42 +0000)]
to be safe, always start backends and database

20 years agouninitialized var
Pierangelo Masarati [Wed, 14 Jul 2004 08:18:26 +0000 (08:18 +0000)]
uninitialized var

20 years agocleanup; fix loop
Pierangelo Masarati [Wed, 14 Jul 2004 01:34:46 +0000 (01:34 +0000)]
cleanup; fix loop

20 years agocleanup
Pierangelo Masarati [Wed, 14 Jul 2004 01:16:23 +0000 (01:16 +0000)]
cleanup

20 years agocleanup; plug potential leak?
Pierangelo Masarati [Wed, 14 Jul 2004 01:10:35 +0000 (01:10 +0000)]
cleanup; plug potential leak?

20 years agorevert previous change; anticipate backend_operational before overlays callbacks...
Pierangelo Masarati [Wed, 14 Jul 2004 00:42:23 +0000 (00:42 +0000)]
revert previous change; anticipate backend_operational before overlays callbacks (thanks, Howard); rework overlays cycle to allow callbacks to free themselves (thanks Howard)

20 years agosilence warning
Pierangelo Masarati [Wed, 14 Jul 2004 00:22:27 +0000 (00:22 +0000)]
silence warning

20 years agouse a separate field for a modified entry in SlapReply
Pierangelo Masarati [Tue, 13 Jul 2004 22:52:54 +0000 (22:52 +0000)]
use a separate field for a modified entry in SlapReply

20 years agomore on AttributeDescription error messages
Pierangelo Masarati [Tue, 13 Jul 2004 22:49:50 +0000 (22:49 +0000)]
more on AttributeDescription error messages

20 years agoswap overlay and internal cleanup
Pierangelo Masarati [Tue, 13 Jul 2004 22:00:28 +0000 (22:00 +0000)]
swap overlay and internal cleanup

20 years agomemory hanling cleanup
Pierangelo Masarati [Tue, 13 Jul 2004 01:00:48 +0000 (01:00 +0000)]
memory hanling cleanup

20 years agochange flags only if entry massaging goes fine
Pierangelo Masarati [Mon, 12 Jul 2004 22:50:34 +0000 (22:50 +0000)]
change flags only if entry massaging goes fine

20 years agocleanup
Pierangelo Masarati [Mon, 12 Jul 2004 22:33:44 +0000 (22:33 +0000)]
cleanup

20 years agoAdd backend_startup_one()
Howard Chu [Mon, 12 Jul 2004 20:27:33 +0000 (20:27 +0000)]
Add backend_startup_one()

20 years agoDon't bother logging lock failures for tryOnly mode
Howard Chu [Mon, 12 Jul 2004 20:02:24 +0000 (20:02 +0000)]
Don't bother logging lock failures for tryOnly mode

20 years agoadd test for back-relay/rwm
Pierangelo Masarati [Mon, 12 Jul 2004 19:26:07 +0000 (19:26 +0000)]
add test for back-relay/rwm

20 years agoRelease cache locker on db close
Howard Chu [Mon, 12 Jul 2004 14:29:13 +0000 (14:29 +0000)]
Release cache locker on db close

20 years agoFix for non-thread run
Howard Chu [Mon, 12 Jul 2004 04:05:26 +0000 (04:05 +0000)]
Fix for non-thread run

20 years agoad test for back-relay and rwm overlay
Pierangelo Masarati [Mon, 12 Jul 2004 00:19:15 +0000 (00:19 +0000)]
ad test for back-relay and rwm overlay

20 years agomostly done...
Pierangelo Masarati [Sun, 11 Jul 2004 22:57:51 +0000 (22:57 +0000)]
mostly done...

20 years agominor cleanup
Pierangelo Masarati [Sun, 11 Jul 2004 22:55:57 +0000 (22:55 +0000)]
minor cleanup

20 years agolog what backend is starting (bdb/hdb)
Pierangelo Masarati [Sun, 11 Jul 2004 22:52:26 +0000 (22:52 +0000)]
log what backend is starting (bdb/hdb)

20 years agoback-relay doesn't like this
Pierangelo Masarati [Sun, 11 Jul 2004 22:52:01 +0000 (22:52 +0000)]
back-relay doesn't like this

20 years agoMake sure DB result codes are returned to caller; add missing retries to
Howard Chu [Sat, 10 Jul 2004 19:06:20 +0000 (19:06 +0000)]
Make sure DB result codes are returned to caller; add missing retries to
callers of bdb_cache_find_id().

20 years agoRemove redundant code from previous patch
Howard Chu [Sat, 10 Jul 2004 18:26:05 +0000 (18:26 +0000)]
Remove redundant code from previous patch

20 years agofix previous commit (needs work)
Pierangelo Masarati [Sat, 10 Jul 2004 15:15:01 +0000 (15:15 +0000)]
fix previous commit (needs work)

20 years agomake sure we only get here when everything is fine
Pierangelo Masarati [Sat, 10 Jul 2004 11:41:28 +0000 (11:41 +0000)]
make sure we only get here when everything is fine

20 years agocache backend was not started up
Pierangelo Masarati [Sat, 10 Jul 2004 11:37:48 +0000 (11:37 +0000)]
cache backend was not started up

20 years agounnecessary DN in URI
Pierangelo Masarati [Sat, 10 Jul 2004 11:08:43 +0000 (11:08 +0000)]
unnecessary DN in URI

20 years agoallow unescaped equals, according to draft-ietf-ldapbis-dn (ITS#3229)
Pierangelo Masarati [Sat, 10 Jul 2004 10:48:41 +0000 (10:48 +0000)]
allow unescaped equals, according to draft-ietf-ldapbis-dn (ITS#3229)

20 years agoMinor cleanup
Howard Chu [Sat, 10 Jul 2004 04:48:07 +0000 (04:48 +0000)]
Minor cleanup

20 years agobasic poll(2) implementation for connect(2) (needs work)
Kurt Zeilenga [Fri, 9 Jul 2004 19:29:46 +0000 (19:29 +0000)]
basic poll(2) implementation for connect(2) (needs work)
Need to deal with selectinfo...

20 years agoMore prep for poll(2) support.
Kurt Zeilenga [Fri, 9 Jul 2004 19:08:48 +0000 (19:08 +0000)]
More prep for poll(2) support.

20 years agoAdd a query to aggravate delete deadlocks
Howard Chu [Fri, 9 Jul 2004 18:29:44 +0000 (18:29 +0000)]
Add a query to aggravate delete deadlocks

20 years agoMove SETSIZE hack to a header to avoid config.status munging
Kurt Zeilenga [Fri, 9 Jul 2004 17:52:26 +0000 (17:52 +0000)]
Move SETSIZE hack to a header to avoid config.status munging

20 years agoMark areas needed poll(2) support with HAVE_POLL.
Kurt Zeilenga [Fri, 9 Jul 2004 17:50:22 +0000 (17:50 +0000)]
Mark areas needed poll(2) support with HAVE_POLL.

20 years agoFix prev commit
Howard Chu [Fri, 9 Jul 2004 17:44:50 +0000 (17:44 +0000)]
Fix prev commit

20 years agoUse previously unused Backend->be_context_csn
Howard Chu [Fri, 9 Jul 2004 17:27:23 +0000 (17:27 +0000)]
Use previously unused Backend->be_context_csn

20 years agoUse long-lived per-thread TXNs for loading entries from DB.
Howard Chu [Fri, 9 Jul 2004 17:00:07 +0000 (17:00 +0000)]
Use long-lived per-thread TXNs for loading entries from DB.
Make sure only one thread tries to load a given entry at a time.
Bump up the DB environment's max TXNs to accomodate the new TXNs.

20 years agoITS#3226: Clear attribute flags after schema_check failed
Ralf Haferkamp [Fri, 9 Jul 2004 11:18:42 +0000 (11:18 +0000)]
ITS#3226: Clear attribute flags after schema_check failed

20 years agoFix 't' tag option
Howard Chu [Fri, 9 Jul 2004 10:19:20 +0000 (10:19 +0000)]
Fix 't' tag option

20 years agoSLAP_IDL_CACHE macro removed
Jong Hyuk Choi [Fri, 9 Jul 2004 03:31:52 +0000 (03:31 +0000)]
SLAP_IDL_CACHE macro removed

20 years agocleanup AD stuff (ITS#3225)
Pierangelo Masarati [Fri, 9 Jul 2004 00:14:15 +0000 (00:14 +0000)]
cleanup AD stuff (ITS#3225)

20 years agofurther improve error log clarity
Pierangelo Masarati [Wed, 7 Jul 2004 23:01:22 +0000 (23:01 +0000)]
further improve error log clarity

20 years agosmall improvements
Pierangelo Masarati [Tue, 6 Jul 2004 22:37:22 +0000 (22:37 +0000)]
small improvements