]> git.sur5r.net Git - openldap/log
openldap
18 years agoMove CSN invocations to backends
Howard Chu [Thu, 13 Oct 2005 11:58:44 +0000 (11:58 +0000)]
Move CSN invocations to backends

18 years agomissed \
Kurt Zeilenga [Thu, 13 Oct 2005 06:53:32 +0000 (06:53 +0000)]
missed \

18 years agoAdd ldap_bv2escaped_filter_value (ITS#2535)
Kurt Zeilenga [Thu, 13 Oct 2005 06:35:28 +0000 (06:35 +0000)]
Add ldap_bv2escaped_filter_value (ITS#2535)

18 years agocleanup
Kurt Zeilenga [Thu, 13 Oct 2005 04:33:01 +0000 (04:33 +0000)]
cleanup

18 years agocleanup
Kurt Zeilenga [Thu, 13 Oct 2005 02:08:14 +0000 (02:08 +0000)]
cleanup

18 years agoCorrect last commit message: lightweight listener (ITS#3975
Kurt Zeilenga [Wed, 12 Oct 2005 23:20:20 +0000 (23:20 +0000)]
Correct last commit message: lightweight listener (ITS#3975

18 years agoAlign Operation buffers using LBER_ALIGNED_BUFFER
Kurt Zeilenga [Wed, 12 Oct 2005 23:17:28 +0000 (23:17 +0000)]
Align Operation buffers using LBER_ALIGNED_BUFFER

18 years agoAssume TLS is properly configured if any one of
Kurt Zeilenga [Wed, 12 Oct 2005 20:31:04 +0000 (20:31 +0000)]
Assume TLS is properly configured if any one of
keyfile, certfile, cacertfile, or cacertdir is
provided.  Note that TLS can be properly configured
without any of these when non-X.509 cipher suites
are used, so this might have be rethought.

18 years agoITS#4078 fix buffer alignment
Howard Chu [Wed, 12 Oct 2005 17:34:06 +0000 (17:34 +0000)]
ITS#4078 fix buffer alignment

18 years agoTLS is configured after listener creation
Kurt Zeilenga [Wed, 12 Oct 2005 16:58:22 +0000 (16:58 +0000)]
TLS is configured after listener creation

18 years agoRemove obsolete csn variables
Howard Chu [Wed, 12 Oct 2005 07:59:51 +0000 (07:59 +0000)]
Remove obsolete csn variables

18 years agoFix typo
Howard Chu [Wed, 12 Oct 2005 00:31:05 +0000 (00:31 +0000)]
Fix typo

18 years agoAdd LDAP* to debug messages to aid tracking
Howard Chu [Wed, 12 Oct 2005 00:23:30 +0000 (00:23 +0000)]
Add LDAP* to debug messages to aid tracking

18 years agoFix ITS#3832 must mutex protect ld->ld_conns
Howard Chu [Wed, 12 Oct 2005 00:05:43 +0000 (00:05 +0000)]
Fix ITS#3832 must mutex protect ld->ld_conns

18 years agoITS#4077. I wonder if we should have an ARG_OCTAL flag to preserve the
Howard Chu [Tue, 11 Oct 2005 18:57:34 +0000 (18:57 +0000)]
ITS#4077. I wonder if we should have an ARG_OCTAL flag to preserve the
representation ... ?

18 years agoUse ldap_unbind_ext, don't depend on ldap-int.h
Howard Chu [Tue, 11 Oct 2005 03:05:13 +0000 (03:05 +0000)]
Use ldap_unbind_ext, don't depend on ldap-int.h

18 years agoFix writefds init on Windows
Howard Chu [Tue, 11 Oct 2005 02:56:56 +0000 (02:56 +0000)]
Fix writefds init on Windows

18 years agoRemove lint
Howard Chu [Tue, 11 Oct 2005 02:16:09 +0000 (02:16 +0000)]
Remove lint

18 years agofix ITS#4073
Pierangelo Masarati [Mon, 10 Oct 2005 14:54:14 +0000 (14:54 +0000)]
fix ITS#4073

18 years agoImprove prev commit
Howard Chu [Sun, 9 Oct 2005 21:20:40 +0000 (21:20 +0000)]
Improve prev commit

18 years agoITS#4035 let underlying backend know about updated rootdn
Howard Chu [Sun, 9 Oct 2005 21:17:18 +0000 (21:17 +0000)]
ITS#4035 let underlying backend know about updated rootdn

18 years agoITS#4072 prevent ldaps listeners when TLS is not configured
Howard Chu [Sun, 9 Oct 2005 20:04:49 +0000 (20:04 +0000)]
ITS#4072 prevent ldaps listeners when TLS is not configured

18 years agoITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SUPPORT if not
Howard Chu [Sun, 9 Oct 2005 19:55:39 +0000 (19:55 +0000)]
ITS#4072 ldap_pvt_tls_init_def_ctx() returns LDAP_NO_SUPPORT if not
sufficiently configured. Update slapd/slurpd to act appropriately.

18 years agoITS#2942 skip referrals that we've already chased
Howard Chu [Sun, 9 Oct 2005 10:01:38 +0000 (10:01 +0000)]
ITS#2942 skip referrals that we've already chased

18 years agofix ITS#4071
Pierangelo Masarati [Sat, 8 Oct 2005 19:39:56 +0000 (19:39 +0000)]
fix ITS#4071

18 years agoimprove previous commit (ITS#4071)
Pierangelo Masarati [Sat, 8 Oct 2005 18:54:03 +0000 (18:54 +0000)]
improve previous commit (ITS#4071)

18 years agoAdd comment that LDAP_MORE_RESULTS_TO_RETURN is obsolete
Howard Chu [Sat, 8 Oct 2005 18:51:53 +0000 (18:51 +0000)]
Add comment that LDAP_MORE_RESULTS_TO_RETURN is obsolete

18 years agoSimplify lm_chain_tail handling, support LDAP_MSG_RECEIVED
Howard Chu [Sat, 8 Oct 2005 18:51:14 +0000 (18:51 +0000)]
Simplify lm_chain_tail handling, support LDAP_MSG_RECEIVED
Drop support for LDAP_MORE_RESULTS_TO_RETURN

18 years agoDon't set ndelay on socket connect if no timeout was specified
Howard Chu [Sat, 8 Oct 2005 18:19:50 +0000 (18:19 +0000)]
Don't set ndelay on socket connect if no timeout was specified

18 years agoallow rwm to work with either the real or the virtual naming context equal to the...
Pierangelo Masarati [Sat, 8 Oct 2005 10:56:10 +0000 (10:56 +0000)]
allow rwm to work with either the real or the virtual naming context equal to the empty DN

18 years agoITS#4068 fix queued UUIDs
Howard Chu [Fri, 7 Oct 2005 00:31:38 +0000 (00:31 +0000)]
ITS#4068 fix queued UUIDs

18 years agoBetter fix for req_pwdexop_s
Howard Chu [Thu, 6 Oct 2005 20:34:30 +0000 (20:34 +0000)]
Better fix for req_pwdexop_s

18 years agoSilence valgrind complaint
Howard Chu [Thu, 6 Oct 2005 20:06:53 +0000 (20:06 +0000)]
Silence valgrind complaint

18 years agoFix req_pwdexop definition
Howard Chu [Thu, 6 Oct 2005 20:04:12 +0000 (20:04 +0000)]
Fix req_pwdexop definition

18 years agoAdd back proper bv_len initialization
Kurt Zeilenga [Thu, 6 Oct 2005 19:27:53 +0000 (19:27 +0000)]
Add back proper bv_len initialization
Need to find and fix test010 properly.

18 years agosplit 'tests' so, by default, only primary backends are tested.
Kurt Zeilenga [Thu, 6 Oct 2005 19:17:42 +0000 (19:17 +0000)]
split 'tests' so, by default, only primary backends are tested.

18 years agoCleanup
Howard Chu [Thu, 6 Oct 2005 19:11:13 +0000 (19:11 +0000)]
Cleanup

18 years agoPlug memleak
Howard Chu [Thu, 6 Oct 2005 19:04:39 +0000 (19:04 +0000)]
Plug memleak

18 years agoPlug memleaks
Howard Chu [Thu, 6 Oct 2005 18:45:53 +0000 (18:45 +0000)]
Plug memleaks

18 years agoITS#4017 add TLSDHParamDir for Diffie-Hellman key parameters
Howard Chu [Wed, 5 Oct 2005 20:07:32 +0000 (20:07 +0000)]
ITS#4017 add TLSDHParamDir for Diffie-Hellman key parameters

18 years agoITS#4017 support Diffie-Hellman parameters for multiple key lengths
Howard Chu [Wed, 5 Oct 2005 20:01:52 +0000 (20:01 +0000)]
ITS#4017 support Diffie-Hellman parameters for multiple key lengths

18 years agoregenerated autoconfig/automake files
Ralf Haferkamp [Wed, 5 Oct 2005 17:30:04 +0000 (17:30 +0000)]
regenerated autoconfig/automake files

18 years agodon't use deprecated libldap functions
Ralf Haferkamp [Wed, 5 Oct 2005 17:26:27 +0000 (17:26 +0000)]
don't use deprecated libldap functions

18 years agoCall normalizer directly, not rdnNormalize.
Howard Chu [Wed, 5 Oct 2005 15:51:34 +0000 (15:51 +0000)]
Call normalizer directly, not rdnNormalize.

18 years agoMake time counter zero based
Howard Chu [Wed, 5 Oct 2005 15:45:22 +0000 (15:45 +0000)]
Make time counter zero based

18 years agoFix rdn timestamp normalization
Howard Chu [Wed, 5 Oct 2005 08:59:59 +0000 (08:59 +0000)]
Fix rdn timestamp normalization

18 years agoITS#4066 ignore writes that aren't under the unique_base
Howard Chu [Wed, 5 Oct 2005 06:18:56 +0000 (06:18 +0000)]
ITS#4066 ignore writes that aren't under the unique_base

18 years agoldapmodify doesn't return an LDAP error code
Pierangelo Masarati [Wed, 5 Oct 2005 01:22:26 +0000 (01:22 +0000)]
ldapmodify doesn't return an LDAP error code

18 years agoplug potential ld_error leak (ITS#4064)
Pierangelo Masarati [Tue, 4 Oct 2005 21:30:30 +0000 (21:30 +0000)]
plug potential ld_error leak (ITS#4064)

18 years agoadd missing space (ITS#4061)
Pierangelo Masarati [Tue, 4 Oct 2005 10:02:54 +0000 (10:02 +0000)]
add missing space (ITS#4061)

18 years agoDon't flush psearch queue in main search, let the qtask do it.
Howard Chu [Tue, 4 Oct 2005 02:29:25 +0000 (02:29 +0000)]
Don't flush psearch queue in main search, let the qtask do it.

18 years agoFix abandon checks, syncop use count.
Howard Chu [Mon, 3 Oct 2005 22:59:25 +0000 (22:59 +0000)]
Fix abandon checks, syncop use count.

18 years agoFix prev commit op initialization, runqueue startup latency
Howard Chu [Mon, 3 Oct 2005 04:49:35 +0000 (04:49 +0000)]
Fix prev commit op initialization, runqueue startup latency

18 years agoITS#4027 select_backend should ignore manageDSAit when glue is in use.
Howard Chu [Mon, 3 Oct 2005 03:12:32 +0000 (03:12 +0000)]
ITS#4027 select_backend should ignore manageDSAit when glue is in use.

18 years agoTweak prev commit, avoid rescheduling running qtask
Howard Chu [Sun, 2 Oct 2005 12:28:50 +0000 (12:28 +0000)]
Tweak prev commit, avoid rescheduling running qtask

18 years agoFix runq scheduling
Howard Chu [Sun, 2 Oct 2005 12:26:02 +0000 (12:26 +0000)]
Fix runq scheduling

18 years agoFix prev commit modrdn
Howard Chu [Sun, 2 Oct 2005 10:48:28 +0000 (10:48 +0000)]
Fix prev commit modrdn

18 years agoMinimize base lookups
Howard Chu [Sun, 2 Oct 2005 05:01:45 +0000 (05:01 +0000)]
Minimize base lookups

18 years agoAlways queue psearch responses (ITS#3671 revisited)
Howard Chu [Sun, 2 Oct 2005 03:58:00 +0000 (03:58 +0000)]
Always queue psearch responses (ITS#3671 revisited)

18 years agoAdd slap_overinfo oi_origdb field to point to original BackendDB
Howard Chu [Sun, 2 Oct 2005 01:23:09 +0000 (01:23 +0000)]
Add slap_overinfo oi_origdb field to point to original BackendDB

18 years agodeal with the case a pseudorootn is not defined
Pierangelo Masarati [Sat, 1 Oct 2005 18:31:14 +0000 (18:31 +0000)]
deal with the case a pseudorootn is not defined

18 years agoplug selected leaks resulting from ITS#4056 & ITS#4057 implementation; may need furth...
Pierangelo Masarati [Sat, 1 Oct 2005 18:07:00 +0000 (18:07 +0000)]
plug selected leaks resulting from ITS#4056 & ITS#4057 implementation; may need further cleanup and reworking to streamline a bit

18 years agodocument new directive as per ITS#4057
Pierangelo Masarati [Sat, 1 Oct 2005 18:06:13 +0000 (18:06 +0000)]
document new directive as per ITS#4057

18 years agoallow writable dirs to be user-relocated
Pierangelo Masarati [Sat, 1 Oct 2005 18:01:27 +0000 (18:01 +0000)]
allow writable dirs to be user-relocated

18 years agoimprove previous commit
Pierangelo Masarati [Sat, 1 Oct 2005 15:27:16 +0000 (15:27 +0000)]
improve previous commit

18 years agoITS#4049,4051 - verify oldPassword when provided.
Howard Chu [Sat, 1 Oct 2005 15:12:39 +0000 (15:12 +0000)]
ITS#4049,4051 - verify oldPassword when provided.

18 years agoallow to inject whatever control doesn't need response handling
Pierangelo Masarati [Sat, 1 Oct 2005 15:11:58 +0000 (15:11 +0000)]
allow to inject whatever control doesn't need response handling

18 years agoRemoved initialization of old.bv_len and new.bv_len cures
Kurt Zeilenga [Fri, 30 Sep 2005 16:14:50 +0000 (16:14 +0000)]
Removed initialization of old.bv_len and new.bv_len cures
the recent test010 failure!  hmmmm.....

18 years agoTweak slapd startup delays
Howard Chu [Fri, 30 Sep 2005 07:32:49 +0000 (07:32 +0000)]
Tweak slapd startup delays

18 years agoITS#4050 compare normalized DNs when detecting modrdn
Howard Chu [Fri, 30 Sep 2005 06:39:37 +0000 (06:39 +0000)]
ITS#4050 compare normalized DNs when detecting modrdn

18 years agoITS#4048 plug leak
Howard Chu [Fri, 30 Sep 2005 06:20:56 +0000 (06:20 +0000)]
ITS#4048 plug leak

18 years agoITS#4053 free cldap peer address
Howard Chu [Fri, 30 Sep 2005 06:04:38 +0000 (06:04 +0000)]
ITS#4053 free cldap peer address

18 years agoUse $CONFFILTER. Parametrize testrun directory.
Hallvard Furuseth [Thu, 29 Sep 2005 23:30:54 +0000 (23:30 +0000)]
Use $CONFFILTER.  Parametrize testrun directory.

18 years agoSource scripts/defines.sh _after_ the variables it uses have been set
Hallvard Furuseth [Thu, 29 Sep 2005 23:19:28 +0000 (23:19 +0000)]
Source scripts/defines.sh _after_ the variables it uses have been set

18 years agoDon't refuse to ./run -b sql just because none of bdb, hdb & ldbm is configured
Hallvard Furuseth [Thu, 29 Sep 2005 23:07:35 +0000 (23:07 +0000)]
Don't refuse to ./run -b sql just because none of bdb, hdb & ldbm is configured

18 years agoMinor cleanup to match the other tests:
Hallvard Furuseth [Thu, 29 Sep 2005 22:26:43 +0000 (22:26 +0000)]
Minor cleanup to match the other tests:
Always mkdir $TESTDIR when making subdirs, and always use mkdir -p anyway.
Add or modify "test skipped" messages.
'exit 0' instead of 'exit'.

18 years agoExit with nonzero instead of $RC when $RC is 0 and should not be
Hallvard Furuseth [Thu, 29 Sep 2005 22:12:29 +0000 (22:12 +0000)]
Exit with nonzero instead of $RC when $RC is 0 and should not be

18 years agoITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
Kurt Zeilenga [Thu, 29 Sep 2005 20:30:09 +0000 (20:30 +0000)]
ITS#4021: add new {CLEARTEXT} kludge as bv_len=0 kludge no
longer works well.

18 years agoRemove lint
Kurt Zeilenga [Thu, 29 Sep 2005 20:03:04 +0000 (20:03 +0000)]
Remove lint

18 years agoRemove unused variable
Hallvard Furuseth [Thu, 29 Sep 2005 09:32:25 +0000 (09:32 +0000)]
Remove unused variable

18 years agocannot ignore old password when setting sasl password
Kurt Zeilenga [Thu, 29 Sep 2005 08:05:38 +0000 (08:05 +0000)]
cannot ignore old password when setting sasl password

18 years agoITS#4049: oldPassword cannot be ignored, error for now
Kurt Zeilenga [Thu, 29 Sep 2005 08:00:33 +0000 (08:00 +0000)]
ITS#4049: oldPassword cannot be ignored, error for now
Add tests to confirm proper behavior

18 years agoRefuse empty old and/or new passwords
Kurt Zeilenga [Thu, 29 Sep 2005 07:49:15 +0000 (07:49 +0000)]
Refuse empty old and/or new passwords

18 years agoparametrize all directories
Pierangelo Masarati [Wed, 28 Sep 2005 23:38:15 +0000 (23:38 +0000)]
parametrize all directories

18 years agocleanup
Kurt Zeilenga [Wed, 28 Sep 2005 18:03:35 +0000 (18:03 +0000)]
cleanup

18 years agoITS#4045 fix ldapsearch checks
Howard Chu [Wed, 28 Sep 2005 16:56:24 +0000 (16:56 +0000)]
ITS#4045 fix ldapsearch checks

18 years agoFix prev commit, reset parent == slap_entry_root
Howard Chu [Wed, 28 Sep 2005 16:08:01 +0000 (16:08 +0000)]
Fix prev commit, reset parent == slap_entry_root

18 years agoITS#4046 fix recvfrom len
Howard Chu [Wed, 28 Sep 2005 08:36:24 +0000 (08:36 +0000)]
ITS#4046 fix recvfrom len

18 years agoITS#4047 fix nested overlay configuration
Howard Chu [Wed, 28 Sep 2005 08:30:14 +0000 (08:30 +0000)]
ITS#4047 fix nested overlay configuration

18 years agoFix typos in error messages
Hallvard Furuseth [Tue, 27 Sep 2005 20:10:12 +0000 (20:10 +0000)]
Fix typos in error messages

18 years agoITS#4025 add pretty/normal for pwdAttribute that recognizes descr's as
Howard Chu [Tue, 27 Sep 2005 16:15:59 +0000 (16:15 +0000)]
ITS#4025 add pretty/normal for pwdAttribute that recognizes descr's as
well as numeric OIDs

18 years agoITS#3996 add notes about glue interaction with other overlays (syncprov)
Howard Chu [Tue, 27 Sep 2005 15:29:36 +0000 (15:29 +0000)]
ITS#3996 add notes about glue interaction with other overlays (syncprov)

18 years agoITS#3996 fix glue/syncprov interaction
Howard Chu [Tue, 27 Sep 2005 15:10:57 +0000 (15:10 +0000)]
ITS#3996 fix glue/syncprov interaction

18 years agoFix dn2id_add/del parent cache updates
Howard Chu [Tue, 27 Sep 2005 14:11:10 +0000 (14:11 +0000)]
Fix dn2id_add/del parent cache updates

18 years agoentryUUID schema to use IANA (newly) assigned OIDs
Kurt Zeilenga [Mon, 26 Sep 2005 18:37:50 +0000 (18:37 +0000)]
entryUUID schema to use IANA (newly) assigned OIDs

18 years agoAdd missing 'kill -HUP $KILLPIDS' statement before an exit.
Hallvard Furuseth [Mon, 26 Sep 2005 15:28:11 +0000 (15:28 +0000)]
Add missing 'kill -HUP $KILLPIDS' statement before an exit.

18 years agoAdd missing 'kill -HUP $KILLPIDS' statements before exit.
Hallvard Furuseth [Mon, 26 Sep 2005 14:56:12 +0000 (14:56 +0000)]
Add missing 'kill -HUP $KILLPIDS' statements before exit.
Obey ./run -k ($KILLSERVERS = no).

18 years agoDelete pointless wait for (foreground) slapadd
Hallvard Furuseth [Mon, 26 Sep 2005 14:52:02 +0000 (14:52 +0000)]
Delete pointless wait for (foreground) slapadd

18 years agoFix typo "failed $(RC)" -> "failed ($RC)"
Hallvard Furuseth [Mon, 26 Sep 2005 14:50:15 +0000 (14:50 +0000)]
Fix typo "failed $(RC)" -> "failed ($RC)"

18 years agoCheck log_ops before logging unbind and abandon
Howard Chu [Mon, 26 Sep 2005 09:49:03 +0000 (09:49 +0000)]
Check log_ops before logging unbind and abandon