]> git.sur5r.net Git - openldap/log
openldap
17 years agoskip host="" and port=0 (ITS#4610)
Pierangelo Masarati [Sat, 5 Aug 2006 17:08:40 +0000 (17:08 +0000)]
skip host="" and port=0 (ITS#4610)

17 years agomake log messages more esplicative
Pierangelo Masarati [Sat, 5 Aug 2006 16:34:19 +0000 (16:34 +0000)]
make log messages more esplicative

17 years agoprocess callbacks first; they are supposed to remove modifications they successfully...
Pierangelo Masarati [Sat, 5 Aug 2006 15:51:13 +0000 (15:51 +0000)]
process callbacks first; they are supposed to remove modifications they successfully handled, so that regular modify function can complain if any unhandled modification remains

17 years agofix logging
Pierangelo Masarati [Sat, 5 Aug 2006 12:33:53 +0000 (12:33 +0000)]
fix logging

17 years agofactor connection code out of syncrepl
Pierangelo Masarati [Fri, 4 Aug 2006 19:20:59 +0000 (19:20 +0000)]
factor connection code out of syncrepl

17 years agofix uri rewriting
Pierangelo Masarati [Thu, 3 Aug 2006 01:15:41 +0000 (01:15 +0000)]
fix uri rewriting

17 years agoMinor typo fix (maintaned -> maintained)
Quanah Gibson-Mount [Tue, 1 Aug 2006 01:27:02 +0000 (01:27 +0000)]
Minor typo fix (maintaned -> maintained)

18 years agoA few clarifications. "sync" in syncprov should refer to the
Kurt Zeilenga [Sat, 29 Jul 2006 16:44:29 +0000 (16:44 +0000)]
A few clarifications.  "sync" in syncprov should refer to the
LDAP Content Sync in general and "syncrepl" should only be used
when referring to replication-specific functionality.

18 years agoITS#4589 slap_get_commit_csn occasionally returns a curcsn that points
Howard Chu [Fri, 28 Jul 2006 02:40:38 +0000 (02:40 +0000)]
ITS#4589 slap_get_commit_csn occasionally returns a curcsn that points
to already-freed memory. That bug still needs to be tracked down. This
patch deletes curcsn and just uses op->o_csn, which did not exist when
this code was originally written.

18 years agorm cruft
Kurt Zeilenga [Thu, 27 Jul 2006 18:45:30 +0000 (18:45 +0000)]
rm cruft

18 years agoITS#4622
Howard Chu [Thu, 27 Jul 2006 10:44:22 +0000 (10:44 +0000)]
ITS#4622
  syncrepl: don't save contextCSN on incoming context entry
  syncprov: delete contextCSN on checkpoint if ctxcsn is empty

18 years agoITS#4622 additional fix
Howard Chu [Wed, 26 Jul 2006 21:36:44 +0000 (21:36 +0000)]
ITS#4622 additional fix

18 years agoITS#4534, don't update the context cookie with the delete syncID set
Howard Chu [Wed, 26 Jul 2006 21:23:21 +0000 (21:23 +0000)]
ITS#4534, don't update the context cookie with the delete syncID set
cookie, that's only an intermediate value.
ITS#4622, don't update the context cookie until all the nonpresent
deletes are finished.

18 years agoITS#4621 regenerate
Howard Chu [Wed, 26 Jul 2006 02:57:08 +0000 (02:57 +0000)]
ITS#4621 regenerate

18 years agoITS#4621 only check winsock.h if using MinGW
Howard Chu [Wed, 26 Jul 2006 02:55:07 +0000 (02:55 +0000)]
ITS#4621 only check winsock.h if using MinGW

18 years agoITS#4613 - fail to start if lastmod is off
Howard Chu [Mon, 24 Jul 2006 00:32:27 +0000 (00:32 +0000)]
ITS#4613 - fail to start if lastmod is off

18 years agoITS#4613 note that lastmod also controls entryCSN and entryUUID
Howard Chu [Mon, 24 Jul 2006 00:16:34 +0000 (00:16 +0000)]
ITS#4613 note that lastmod also controls entryCSN and entryUUID

18 years agofix formatting (ITS#4619)
Kurt Zeilenga [Sun, 23 Jul 2006 21:48:47 +0000 (21:48 +0000)]
fix formatting (ITS#4619)

18 years agoFix prev commit, update kid counters too
Howard Chu [Wed, 19 Jul 2006 00:06:57 +0000 (00:06 +0000)]
Fix prev commit, update kid counters too

18 years agoITS#4616 fix cache_modrdn bei_state management
Howard Chu [Tue, 18 Jul 2006 10:22:48 +0000 (10:22 +0000)]
ITS#4616 fix cache_modrdn bei_state management

18 years agoITS#4614 - complain if glue/subordinate are attempted on the same backend
Howard Chu [Sat, 15 Jul 2006 00:18:44 +0000 (00:18 +0000)]
ITS#4614 - complain if glue/subordinate are attempted on the same backend
cleanup overlay list if overlay db_init fails.

18 years agoResurrect special refint modifiersName
Howard Chu [Fri, 14 Jul 2006 22:19:00 +0000 (22:19 +0000)]
Resurrect special refint modifiersName

18 years agoEach refint op needs a unique timestamp, must perform searches as rootdn
Howard Chu [Fri, 14 Jul 2006 01:55:57 +0000 (01:55 +0000)]
Each refint op needs a unique timestamp, must perform searches as rootdn

18 years agos/HPcfgOv/OLcfgOv/
Howard Chu [Wed, 12 Jul 2006 07:05:09 +0000 (07:05 +0000)]
s/HPcfgOv/OLcfgOv/

18 years agoITS#4609, dynamic config support from Neil Dunbar
Howard Chu [Wed, 12 Jul 2006 02:14:22 +0000 (02:14 +0000)]
ITS#4609, dynamic config support from Neil Dunbar

18 years agoAdditional purge changes for rev 1.120, don't keep the current thread
Howard Chu [Wed, 12 Jul 2006 01:55:21 +0000 (01:55 +0000)]
Additional purge changes for rev 1.120, don't keep the current thread
busy unnecessarily

18 years agoRE23 seems to still need these ACL states
Howard Chu [Sun, 9 Jul 2006 22:23:14 +0000 (22:23 +0000)]
RE23 seems to still need these ACL states

18 years agoCleanup unused fields from prev commit
Howard Chu [Sun, 9 Jul 2006 21:32:16 +0000 (21:32 +0000)]
Cleanup unused fields from prev commit

18 years agoITS#4253 fix value-dependent ACL caching - just record the ACL we'll start
Howard Chu [Sun, 9 Jul 2006 20:51:00 +0000 (20:51 +0000)]
ITS#4253 fix value-dependent ACL caching - just record the ACL we'll start
looking for, don't cache anything else.

18 years agoITS#4587 fix for uniquemember/NameAndOptionalUID syntax
Howard Chu [Sun, 9 Jul 2006 10:21:42 +0000 (10:21 +0000)]
ITS#4587 fix for uniquemember/NameAndOptionalUID syntax

18 years agorefine previous commit
Pierangelo Masarati [Sat, 8 Jul 2006 15:04:50 +0000 (15:04 +0000)]
refine previous commit

18 years agocount candidate unavailable (quarantined) targets
Pierangelo Masarati [Sat, 8 Jul 2006 12:42:09 +0000 (12:42 +0000)]
count candidate unavailable (quarantined) targets

18 years agodon't sigsegv if has_ldapinfo_dn_ru is erroneously defined; return a (more) meaningfu...
Pierangelo Masarati [Sat, 8 Jul 2006 11:47:23 +0000 (11:47 +0000)]
don't sigsegv if has_ldapinfo_dn_ru is erroneously defined; return a (more) meaningful error

18 years agorebuild
Kurt Zeilenga [Thu, 6 Jul 2006 07:53:05 +0000 (07:53 +0000)]
rebuild

18 years ago(ITS#4608) Testing for GMP broken fix
Kurt Zeilenga [Thu, 6 Jul 2006 07:51:14 +0000 (07:51 +0000)]
(ITS#4608) Testing for GMP broken fix

18 years agoexample code for the LDAPUrl Class
Ralf Haferkamp [Mon, 3 Jul 2006 16:31:27 +0000 (16:31 +0000)]
example code for the LDAPUrl Class

18 years agonew routines for parsing/constructing LDAP Urls
Ralf Haferkamp [Mon, 3 Jul 2006 16:30:33 +0000 (16:30 +0000)]
new routines for parsing/constructing LDAP Urls

18 years agominor cleanup
Ralf Haferkamp [Mon, 3 Jul 2006 16:29:30 +0000 (16:29 +0000)]
minor cleanup

18 years agoFix TLS CTX ref counting
Howard Chu [Sun, 2 Jul 2006 22:38:01 +0000 (22:38 +0000)]
Fix TLS CTX ref counting

18 years agoITS#4596 control can be critical
Howard Chu [Sun, 2 Jul 2006 02:50:13 +0000 (02:50 +0000)]
ITS#4596 control can be critical

18 years agohandle computed filters the best it can (ITS#4604)
Pierangelo Masarati [Sat, 1 Jul 2006 19:00:27 +0000 (19:00 +0000)]
handle computed filters the best it can (ITS#4604)

18 years agofix prev. commit
Pierangelo Masarati [Sat, 1 Jul 2006 18:27:53 +0000 (18:27 +0000)]
fix prev. commit

18 years agoremove password from command line
Pierangelo Masarati [Sat, 1 Jul 2006 18:22:43 +0000 (18:22 +0000)]
remove password from command line

18 years agoneed to be bound to lookup userPassword; cleanup
Pierangelo Masarati [Sat, 1 Jul 2006 16:45:44 +0000 (16:45 +0000)]
need to be bound to lookup userPassword; cleanup

18 years agouse bound credentials, if any
Pierangelo Masarati [Sat, 1 Jul 2006 16:45:07 +0000 (16:45 +0000)]
use bound credentials, if any

18 years agoAdd access control note to authz-regexp discussion
Kurt Zeilenga [Tue, 27 Jun 2006 20:28:57 +0000 (20:28 +0000)]
Add access control note to authz-regexp discussion

18 years agoAdd note about "auth" access requirement for authz-regexp
Kurt Zeilenga [Tue, 27 Jun 2006 20:22:28 +0000 (20:22 +0000)]
Add note about "auth" access requirement for authz-regexp

18 years agoDo "selfwrite" check independent of other <who> clauses (ITS#4587)
Ralf Haferkamp [Tue, 27 Jun 2006 15:26:08 +0000 (15:26 +0000)]
Do "selfwrite" check independent of other <who> clauses (ITS#4587)

18 years agoFix rootDN check
Howard Chu [Mon, 26 Jun 2006 13:00:29 +0000 (13:00 +0000)]
Fix rootDN check

18 years agobackend hardcoded in dynamic configuration makes test fail
Luca Scamoni [Mon, 26 Jun 2006 10:48:36 +0000 (10:48 +0000)]
backend hardcoded in dynamic configuration makes test fail

18 years agofix response sending while rebinding (ITS#4597)
Pierangelo Masarati [Sat, 24 Jun 2006 16:58:49 +0000 (16:58 +0000)]
fix response sending while rebinding (ITS#4597)

18 years agoFix typos
Howard Chu [Sat, 24 Jun 2006 02:09:42 +0000 (02:09 +0000)]
Fix typos

18 years agoFix use of generated passwords
Howard Chu [Sat, 24 Jun 2006 02:00:31 +0000 (02:00 +0000)]
Fix use of generated passwords

18 years agoFix use of generated password
Howard Chu [Sat, 24 Jun 2006 01:59:54 +0000 (01:59 +0000)]
Fix use of generated password

18 years agoFix prev commit
Howard Chu [Sat, 24 Jun 2006 01:46:12 +0000 (01:46 +0000)]
Fix prev commit

18 years agoGenerate random configpw, use dynamic config for translucent test
Howard Chu [Sat, 24 Jun 2006 01:36:18 +0000 (01:36 +0000)]
Generate random configpw, use dynamic config for translucent test

18 years agoDynamic config
Howard Chu [Sat, 24 Jun 2006 01:35:35 +0000 (01:35 +0000)]
Dynamic config

18 years agoMisc RFC reference updates
Kurt Zeilenga [Wed, 21 Jun 2006 07:09:39 +0000 (07:09 +0000)]
Misc RFC reference updates

18 years agodeprecated interfaces update
Kurt Zeilenga [Mon, 19 Jun 2006 08:10:02 +0000 (08:10 +0000)]
deprecated interfaces update

18 years agoFix SEGV when ldapadd'ing new schema entries. This functionality needs work.
Howard Chu [Sun, 18 Jun 2006 02:51:58 +0000 (02:51 +0000)]
Fix SEGV when ldapadd'ing new schema entries. This functionality needs work.

18 years agoITS#4595 additional fix - don't allow age/cycle times of zero.
Howard Chu [Sat, 17 Jun 2006 13:09:14 +0000 (13:09 +0000)]
ITS#4595 additional fix - don't allow age/cycle times of zero.

18 years agomove retry into response handling (fix ITS#4594; partially addresses ITS#4591 as...
Pierangelo Masarati [Sat, 17 Jun 2006 12:37:45 +0000 (12:37 +0000)]
move retry into response handling (fix ITS#4594; partially addresses ITS#4591 as well)

18 years agoMore deprecated interface updates
Kurt Zeilenga [Sat, 17 Jun 2006 07:06:48 +0000 (07:06 +0000)]
More deprecated interface updates

18 years agoOmit logpurge attr if no purge time was configured
Howard Chu [Sat, 17 Jun 2006 01:28:50 +0000 (01:28 +0000)]
Omit logpurge attr if no purge time was configured

18 years agoAdditional ONELEVEL fix
Howard Chu [Fri, 16 Jun 2006 21:58:40 +0000 (21:58 +0000)]
Additional ONELEVEL fix

18 years agoAdditional deprecated interfaces changes
Kurt Zeilenga [Fri, 16 Jun 2006 20:13:46 +0000 (20:13 +0000)]
Additional deprecated interfaces changes

18 years agodeprecated interface updates
Kurt Zeilenga [Fri, 16 Jun 2006 20:12:32 +0000 (20:12 +0000)]
deprecated interface updates

18 years agoITS#4589 fix slap_compose_sync_cookie
Howard Chu [Thu, 15 Jun 2006 23:54:51 +0000 (23:54 +0000)]
ITS#4589 fix slap_compose_sync_cookie

18 years agomore cleanup for previous commit
Pierangelo Masarati [Thu, 15 Jun 2006 23:43:09 +0000 (23:43 +0000)]
more cleanup for previous commit

18 years agoMisc updates (based in part on ITS#4590 discussions)
Kurt Zeilenga [Thu, 15 Jun 2006 23:15:31 +0000 (23:15 +0000)]
Misc updates (based in part on ITS#4590 discussions)

18 years agoport identity assertion to back-meta; share as much code as possible with back-ldap...
Pierangelo Masarati [Thu, 15 Jun 2006 23:12:38 +0000 (23:12 +0000)]
port identity assertion to back-meta; share as much code as possible with back-ldap; misc cleanup

18 years agosome LDAP ASN.1 updates from 4511/4526
Kurt Zeilenga [Thu, 15 Jun 2006 05:18:06 +0000 (05:18 +0000)]
some LDAP ASN.1 updates from 4511/4526

18 years agoimprove previous commit
Pierangelo Masarati [Thu, 15 Jun 2006 01:47:39 +0000 (01:47 +0000)]
improve previous commit

18 years agofix ber_bvreplace() in case dst is NULL and src is empty
Pierangelo Masarati [Thu, 15 Jun 2006 01:42:25 +0000 (01:42 +0000)]
fix ber_bvreplace() in case dst is NULL and src is empty

18 years agoDocument requirement for rootDN on logdb, note access controls.
Howard Chu [Thu, 15 Jun 2006 00:05:04 +0000 (00:05 +0000)]
Document requirement for rootDN on logdb, note access controls.

18 years agoRequire rootDN to be present on logDB
Howard Chu [Thu, 15 Jun 2006 00:02:35 +0000 (00:02 +0000)]
Require rootDN to be present on logDB

18 years agoUse private name space
Kurt Zeilenga [Wed, 14 Jun 2006 22:53:46 +0000 (22:53 +0000)]
Use private name space
Reference RFC 4520

18 years agorecord value-dependent state for acl_mask_dn() (ITS#4587)
Pierangelo Masarati [Wed, 14 Jun 2006 18:33:02 +0000 (18:33 +0000)]
record value-dependent state for acl_mask_dn() (ITS#4587)

18 years agofurther checks for ITS#4587
Pierangelo Masarati [Wed, 14 Jun 2006 18:31:35 +0000 (18:31 +0000)]
further checks for ITS#4587

18 years agocleanup
Kurt Zeilenga [Wed, 14 Jun 2006 06:02:44 +0000 (06:02 +0000)]
cleanup

18 years agoDeprecated.
Kurt Zeilenga [Wed, 14 Jun 2006 05:55:34 +0000 (05:55 +0000)]
Deprecated.

18 years agoAdd comment
Kurt Zeilenga [Wed, 14 Jun 2006 04:26:36 +0000 (04:26 +0000)]
Add comment

18 years agoUse shared project acknowledgement
Kurt Zeilenga [Wed, 14 Jun 2006 04:24:43 +0000 (04:24 +0000)]
Use shared project acknowledgement

18 years agoMore cleanup
Kurt Zeilenga [Wed, 14 Jun 2006 04:21:54 +0000 (04:21 +0000)]
More cleanup

18 years agocleanup
Kurt Zeilenga [Wed, 14 Jun 2006 04:15:41 +0000 (04:15 +0000)]
cleanup

18 years agoMisc updates. Need to add deprecated routines to the
Kurt Zeilenga [Wed, 14 Jun 2006 01:25:04 +0000 (01:25 +0000)]
Misc updates.  Need to add deprecated routines to the
"DEPRECATED INTERFACES" section.

18 years agoDon't refer to deprecated routines
Kurt Zeilenga [Wed, 14 Jun 2006 00:28:16 +0000 (00:28 +0000)]
Don't refer to deprecated routines

18 years agomore updates
Kurt Zeilenga [Wed, 14 Jun 2006 00:19:32 +0000 (00:19 +0000)]
more updates

18 years agoAdditional updates
Kurt Zeilenga [Wed, 14 Jun 2006 00:17:31 +0000 (00:17 +0000)]
Additional updates

18 years agofix typo
Kurt Zeilenga [Wed, 14 Jun 2006 00:04:42 +0000 (00:04 +0000)]
fix typo

18 years agodeprecated replaced by Deprecated
Kurt Zeilenga [Tue, 13 Jun 2006 23:37:46 +0000 (23:37 +0000)]
deprecated replaced by Deprecated

18 years agoAnother fix
Kurt Zeilenga [Tue, 13 Jun 2006 23:15:06 +0000 (23:15 +0000)]
Another fix

18 years agoAdditional cleanup
Kurt Zeilenga [Tue, 13 Jun 2006 23:09:33 +0000 (23:09 +0000)]
Additional cleanup

18 years agoShared text
Kurt Zeilenga [Tue, 13 Jun 2006 23:07:28 +0000 (23:07 +0000)]
Shared text

18 years agoTweaks to last commit
Kurt Zeilenga [Tue, 13 Jun 2006 23:07:10 +0000 (23:07 +0000)]
Tweaks to last commit

18 years agoUpdate ldap_abandon(3) as example as to how to document
Kurt Zeilenga [Tue, 13 Jun 2006 22:31:34 +0000 (22:31 +0000)]
Update ldap_abandon(3) as example as to how to document
non-deprecated v. deprecated interfaces.

18 years agodon't search past end of berval
Pierangelo Masarati [Tue, 13 Jun 2006 20:34:02 +0000 (20:34 +0000)]
don't search past end of berval

18 years agofix scheme recognition (ITS#4575)
Pierangelo Masarati [Tue, 13 Jun 2006 19:45:11 +0000 (19:45 +0000)]
fix scheme recognition (ITS#4575)

18 years agodon't risk using dangling pointers when looping thru connections (ITS#4405)
Pierangelo Masarati [Tue, 13 Jun 2006 18:00:33 +0000 (18:00 +0000)]
don't risk using dangling pointers when looping thru connections (ITS#4405)

18 years agorefine previous commit
Pierangelo Masarati [Tue, 13 Jun 2006 10:03:44 +0000 (10:03 +0000)]
refine previous commit