]> git.sur5r.net Git - openldap/log
openldap
17 years agorebuild
Kurt Zeilenga [Fri, 18 Aug 2006 01:51:19 +0000 (01:51 +0000)]
rebuild

17 years agoSync with HEAD
Kurt Zeilenga [Fri, 18 Aug 2006 01:50:16 +0000 (01:50 +0000)]
Sync with HEAD

17 years agoFix null pointer reference (coverity scan) and freed pointer reference
Howard Chu [Fri, 18 Aug 2006 01:37:21 +0000 (01:37 +0000)]
Fix null pointer reference (coverity scan) and freed pointer reference

17 years agoFix prev commit
Howard Chu [Fri, 18 Aug 2006 01:17:44 +0000 (01:17 +0000)]
Fix prev commit

17 years agogive slapd a chance to play callback cleanup handlers when a search operation is...
Pierangelo Masarati [Thu, 17 Aug 2006 19:47:25 +0000 (19:47 +0000)]
give slapd a chance to play callback cleanup handlers when a search operation is abandoned (ITS#4645)

17 years agoAdd note about setting effectiveness.
Kurt Zeilenga [Thu, 17 Aug 2006 19:33:48 +0000 (19:33 +0000)]
Add note about setting effectiveness.

17 years agodon't core if out value is NULL (log error instead; in partial fulfilment of ITS...
Pierangelo Masarati [Thu, 17 Aug 2006 17:37:46 +0000 (17:37 +0000)]
don't core if out value is NULL (log error instead; in partial fulfilment of ITS#4644)

17 years agofix previous commit
Pierangelo Masarati [Thu, 17 Aug 2006 16:32:11 +0000 (16:32 +0000)]
fix previous commit

17 years agoadd tasklist monitoring; review runqueue monitoring
Pierangelo Masarati [Thu, 17 Aug 2006 16:10:47 +0000 (16:10 +0000)]
add tasklist monitoring; review runqueue monitoring

17 years agoadd bverb_to_mask() API
Pierangelo Masarati [Thu, 17 Aug 2006 16:10:17 +0000 (16:10 +0000)]
add bverb_to_mask() API

17 years agofix typo
Pierangelo Masarati [Thu, 17 Aug 2006 15:54:10 +0000 (15:54 +0000)]
fix typo

17 years agotest undefined attribute in filter
Pierangelo Masarati [Thu, 17 Aug 2006 12:23:25 +0000 (12:23 +0000)]
test undefined attribute in filter

17 years agoMove socket close into slapd_remove, don't close until after socket
Howard Chu [Thu, 17 Aug 2006 00:44:38 +0000 (00:44 +0000)]
Move socket close into slapd_remove, don't close until after socket
is removed from daemon control.

17 years agofix confused comment
Kurt Zeilenga [Thu, 17 Aug 2006 00:26:25 +0000 (00:26 +0000)]
fix confused comment

17 years agoTS#4622 deletes in psearch didn't always propagate
Howard Chu [Tue, 15 Aug 2006 21:41:14 +0000 (21:41 +0000)]
TS#4622 deletes in psearch didn't always propagate

17 years agoForced commit. Previously logged 1.269 commit was deleted instead of reversed.
Kurt Zeilenga [Tue, 15 Aug 2006 21:26:27 +0000 (21:26 +0000)]
Forced commit.  Previously logged 1.269 commit was deleted instead of reversed.

17 years agoSome LDAP_DEVEL cleanup
Kurt Zeilenga [Tue, 15 Aug 2006 19:36:54 +0000 (19:36 +0000)]
Some LDAP_DEVEL cleanup

17 years agoITS#4622 if any present list was sent, must send refreshPresent
Howard Chu [Tue, 15 Aug 2006 12:37:59 +0000 (12:37 +0000)]
ITS#4622 if any present list was sent, must send refreshPresent

17 years agoITS#4622 make sure queued psearch responses get played after refresh
Howard Chu [Tue, 15 Aug 2006 09:28:25 +0000 (09:28 +0000)]
ITS#4622 make sure queued psearch responses get played after refresh
phase completes. Ignore empty sessionlog

17 years agoDelete curcsn arg to slap_get_commit_csn, redundant with op->o_csn
Howard Chu [Tue, 15 Aug 2006 09:25:42 +0000 (09:25 +0000)]
Delete curcsn arg to slap_get_commit_csn, redundant with op->o_csn

17 years agoDelete curcsn arg to slap_get_commit_csn, redundant with op->o_csn
Howard Chu [Tue, 15 Aug 2006 08:51:49 +0000 (08:51 +0000)]
Delete curcsn arg to slap_get_commit_csn, redundant with op->o_csn

17 years agoAdditional shutdown check
Howard Chu [Tue, 15 Aug 2006 00:04:29 +0000 (00:04 +0000)]
Additional shutdown check

17 years agoDon't purge log entries if a shutdown was requested
Howard Chu [Tue, 15 Aug 2006 00:02:57 +0000 (00:02 +0000)]
Don't purge log entries if a shutdown was requested

17 years agoUse LDAP_OTHER to indicate internal error
Kurt Zeilenga [Sat, 12 Aug 2006 21:46:29 +0000 (21:46 +0000)]
Use LDAP_OTHER to indicate internal error

17 years agofix bind/unbind typo
Kurt Zeilenga [Thu, 10 Aug 2006 15:23:50 +0000 (15:23 +0000)]
fix bind/unbind typo

17 years agoAdd notes regarding alternatives to deprecated routines
Kurt Zeilenga [Thu, 10 Aug 2006 01:49:26 +0000 (01:49 +0000)]
Add notes regarding alternatives to deprecated routines

17 years agoRemove FLAIM backend item. FLAIM licensing (GNU GPL) is too restrictive.
Kurt Zeilenga [Wed, 9 Aug 2006 02:52:44 +0000 (02:52 +0000)]
Remove FLAIM backend item.  FLAIM licensing (GNU GPL) is too restrictive.

17 years agoTone down default ppolicy msg
Howard Chu [Mon, 7 Aug 2006 23:33:03 +0000 (23:33 +0000)]
Tone down default ppolicy msg

17 years agoITS#4634 always init pp->ad
Howard Chu [Mon, 7 Aug 2006 22:40:51 +0000 (22:40 +0000)]
ITS#4634 always init pp->ad

17 years agoAdd a FLAIM backend item
Kurt Zeilenga [Mon, 7 Aug 2006 20:22:51 +0000 (20:22 +0000)]
Add a FLAIM backend item

17 years agonow syncprov wants lastmod on (ITS#4632)
Pierangelo Masarati [Sun, 6 Aug 2006 13:09:42 +0000 (13:09 +0000)]
now syncprov wants lastmod on (ITS#4632)

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)

17 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.

17 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.

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

17 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

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

17 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.

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

17 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

17 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

17 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

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

17 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

17 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

17 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.

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

17 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

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

17 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

17 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

17 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

17 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

17 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.

17 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

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

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

17 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

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

17 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

17 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

17 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

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

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

17 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

17 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)

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

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

17 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

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

17 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

17 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

17 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)

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

17 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

17 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)

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

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

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

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

17 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

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

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

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

17 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.

17 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.

17 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)

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

17 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

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

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

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

17 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

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