]> git.sur5r.net Git - openldap/log
openldap
17 years agofix double free - related to ITS#4860 and probably ITS#4873
Pierangelo Masarati [Thu, 13 Sep 2007 22:39:33 +0000 (22:39 +0000)]
fix double free - related to ITS#4860 and probably ITS#4873

17 years agos/timelimit/timeout/
Pierangelo Masarati [Thu, 13 Sep 2007 21:16:38 +0000 (21:16 +0000)]
s/timelimit/timeout/

17 years agofurther clarify
Pierangelo Masarati [Thu, 13 Sep 2007 21:09:40 +0000 (21:09 +0000)]
further clarify

17 years agodon't leak in case of error
Pierangelo Masarati [Thu, 13 Sep 2007 18:47:36 +0000 (18:47 +0000)]
don't leak in case of error

17 years agoHEADS-UP: now the list of URIs is better set by using separate arguments
Pierangelo Masarati [Thu, 13 Sep 2007 18:40:19 +0000 (18:40 +0000)]
HEADS-UP: now the list of URIs is better set by using separate arguments

17 years agoHEADS-UP: now the list of URIs is better set by using separate arguments
Pierangelo Masarati [Thu, 13 Sep 2007 18:34:04 +0000 (18:34 +0000)]
HEADS-UP: now the list of URIs is better set by using separate arguments

17 years agofix test when slapo-memberof(5) built as module (ITS#5132)
Pierangelo Masarati [Thu, 13 Sep 2007 17:58:10 +0000 (17:58 +0000)]
fix test when slapo-memberof(5) built as module (ITS#5132)

17 years agofurther rework URI parsing
Pierangelo Masarati [Thu, 13 Sep 2007 17:55:45 +0000 (17:55 +0000)]
further rework URI parsing

17 years agoimprove error message
Pierangelo Masarati [Thu, 13 Sep 2007 17:54:49 +0000 (17:54 +0000)]
improve error message

17 years agolog unknown message type
Pierangelo Masarati [Thu, 13 Sep 2007 17:54:15 +0000 (17:54 +0000)]
log unknown message type

17 years agoenable unindexed searches monitoring ifdef LDAP_DEVEL
Pierangelo Masarati [Wed, 12 Sep 2007 21:26:10 +0000 (21:26 +0000)]
enable unindexed searches monitoring ifdef LDAP_DEVEL

17 years agoslapo-memberof test
Pierangelo Masarati [Wed, 12 Sep 2007 21:13:49 +0000 (21:13 +0000)]
slapo-memberof test

17 years agohandle sizelimit in caching (in partial fulfilment of ITS#5114)
Pierangelo Masarati [Wed, 12 Sep 2007 21:09:04 +0000 (21:09 +0000)]
handle sizelimit in caching (in partial fulfilment of ITS#5114)

17 years agoMention upgrading section in guide changes.
Gavin Henry [Tue, 11 Sep 2007 16:03:30 +0000 (16:03 +0000)]
Mention upgrading section in guide changes.

17 years agoDon't populate member list unless it was requested
Howard Chu [Tue, 11 Sep 2007 14:10:50 +0000 (14:10 +0000)]
Don't populate member list unless it was requested

17 years agoIntro sections complete. Still some content re-working to do.
Gavin Henry [Tue, 11 Sep 2007 13:49:52 +0000 (13:49 +0000)]
Intro sections complete. Still some content re-working to do.

17 years agouse /-* for all parents; ignore /-0; check syntax; better parsing
Pierangelo Masarati [Mon, 10 Sep 2007 22:29:10 +0000 (22:29 +0000)]
use /-* for all parents; ignore /-0; check syntax; better parsing

17 years agohandle empty set, empty string special cases
Pierangelo Masarati [Mon, 10 Sep 2007 21:58:12 +0000 (21:58 +0000)]
handle empty set, empty string special cases

17 years agocleanup sets code; should fix a potential leak and possibly address ITS#4873. Please...
Pierangelo Masarati [Mon, 10 Sep 2007 21:30:02 +0000 (21:30 +0000)]
cleanup sets code; should fix a potential leak and possibly address ITS#4873.  Please test

17 years agoapplied with changes (ITS#4860)
Pierangelo Masarati [Mon, 10 Sep 2007 00:06:20 +0000 (00:06 +0000)]
applied with changes (ITS#4860)

17 years agoidassert also in case of SASL mechs that do not set authcId
Pierangelo Masarati [Sun, 9 Sep 2007 21:52:10 +0000 (21:52 +0000)]
idassert also in case of SASL mechs that do not set authcId

17 years agofix proxyAuthz oid setup
Pierangelo Masarati [Sun, 9 Sep 2007 21:48:17 +0000 (21:48 +0000)]
fix proxyAuthz oid setup

17 years agore: prev commit, init j
Howard Chu [Sun, 9 Sep 2007 14:25:34 +0000 (14:25 +0000)]
re: prev commit, init j

17 years agoback-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)
Howard Chu [Sun, 9 Sep 2007 14:23:36 +0000 (14:23 +0000)]
back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)

17 years agoITS#5129 fix alock_close with Quick mode
Howard Chu [Sat, 8 Sep 2007 05:26:03 +0000 (05:26 +0000)]
ITS#5129 fix alock_close with Quick mode

17 years agoITS#5129 disallow Quick mode if DB_CONFIG has changed
Howard Chu [Sat, 8 Sep 2007 04:59:34 +0000 (04:59 +0000)]
ITS#5129 disallow Quick mode if DB_CONFIG has changed

17 years agoquote suffix (ITS#5128) and use it as much as possible to identify databases
Pierangelo Masarati [Sat, 8 Sep 2007 00:41:29 +0000 (00:41 +0000)]
quote suffix (ITS#5128) and use it as much as possible to identify databases

17 years agoremove experimental code as per ITS#4962 discussion
Pierangelo Masarati [Fri, 7 Sep 2007 12:33:21 +0000 (12:33 +0000)]
remove experimental code as per ITS#4962 discussion

17 years agoback-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)
Howard Chu [Fri, 7 Sep 2007 12:27:33 +0000 (12:27 +0000)]
back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)

17 years agoAdd Acknolwedgement
Howard Chu [Fri, 7 Sep 2007 12:20:24 +0000 (12:20 +0000)]
Add Acknolwedgement

17 years agoUse permalink
Howard Chu [Fri, 7 Sep 2007 12:14:10 +0000 (12:14 +0000)]
Use permalink

17 years agoUpdate Net::Server URL
Howard Chu [Fri, 7 Sep 2007 12:13:29 +0000 (12:13 +0000)]
Update Net::Server URL

17 years agoback-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)
Howard Chu [Fri, 7 Sep 2007 12:02:43 +0000 (12:02 +0000)]
back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested)

17 years agoalso copy modifications we don't deal with, as they will be freed altogether (ITS...
Pierangelo Masarati [Fri, 7 Sep 2007 09:38:38 +0000 (09:38 +0000)]
also copy modifications we don't deal with, as they will be freed altogether (ITS#5124)

17 years agotidy.
Gavin Henry [Thu, 6 Sep 2007 23:14:09 +0000 (23:14 +0000)]
tidy.

17 years agoauthzFrom removed.
Gavin Henry [Thu, 6 Sep 2007 22:08:24 +0000 (22:08 +0000)]
authzFrom removed.

17 years agochain-return-error TRUE added.
Gavin Henry [Thu, 6 Sep 2007 21:20:34 +0000 (21:20 +0000)]
chain-return-error TRUE added.

17 years agoChaining example added.
Gavin Henry [Thu, 6 Sep 2007 21:17:45 +0000 (21:17 +0000)]
Chaining example added.

17 years agofix indent
Pierangelo Masarati [Thu, 6 Sep 2007 18:35:40 +0000 (18:35 +0000)]
fix indent

17 years agomove test schema to "published OID arc" (under 1.3.6.1.4.1.4203.1.12.1)
Pierangelo Masarati [Wed, 5 Sep 2007 08:41:59 +0000 (08:41 +0000)]
move test schema to "published OID arc" (under 1.3.6.1.4.1.4203.1.12.1)

17 years agorfc2829-30 are no longer in this directory (superseded by rfc4511, I guess)
Pierangelo Masarati [Wed, 5 Sep 2007 08:07:50 +0000 (08:07 +0000)]
rfc2829-30 are no longer in this directory (superseded by rfc4511, I guess)

17 years agotypo
Pierangelo Masarati [Wed, 5 Sep 2007 08:04:36 +0000 (08:04 +0000)]
typo

17 years agoparse unsigned as unsigned (ITS#5122)
Pierangelo Masarati [Tue, 4 Sep 2007 19:32:54 +0000 (19:32 +0000)]
parse unsigned as unsigned (ITS#5122)

17 years agoblind fix: I assume we need to restore ors_scope
Pierangelo Masarati [Tue, 4 Sep 2007 19:31:47 +0000 (19:31 +0000)]
blind fix: I assume we need to restore ors_scope

17 years agofix idl lru deletion of last entry (ITS#5121) OPENLDAP_REL_ENG_2_4_MP
Pierangelo Masarati [Tue, 4 Sep 2007 19:01:55 +0000 (19:01 +0000)]
fix idl lru deletion of last entry (ITS#5121)

17 years agoITS#5119 fix uninit'd nval after normalization failure
Howard Chu [Tue, 4 Sep 2007 05:40:41 +0000 (05:40 +0000)]
ITS#5119 fix uninit'd nval after normalization failure

17 years agoUpgrading from 2.3.x Appendix added. Please comment.
Gavin Henry [Mon, 3 Sep 2007 22:59:36 +0000 (22:59 +0000)]
Upgrading from 2.3.x Appendix added. Please comment.

17 years agofix authzTo regex example
Pierangelo Masarati [Mon, 3 Sep 2007 19:04:19 +0000 (19:04 +0000)]
fix authzTo regex example

17 years agocheck call consistency
Pierangelo Masarati [Mon, 3 Sep 2007 16:36:22 +0000 (16:36 +0000)]
check call consistency

17 years agomake sure n,o are non-zero, so j is initialized (coverity)
Pierangelo Masarati [Mon, 3 Sep 2007 16:31:33 +0000 (16:31 +0000)]
make sure n,o are non-zero, so j is initialized (coverity)

17 years agofix one-time leak (coverity)
Pierangelo Masarati [Mon, 3 Sep 2007 16:27:01 +0000 (16:27 +0000)]
fix one-time leak (coverity)

17 years agofix helper pointer inizialization (coverity)
Pierangelo Masarati [Mon, 3 Sep 2007 16:22:53 +0000 (16:22 +0000)]
fix helper pointer inizialization (coverity)

17 years agodon't leak file descriptors (coverity)
Pierangelo Masarati [Mon, 3 Sep 2007 16:18:17 +0000 (16:18 +0000)]
don't leak file descriptors (coverity)

17 years agoUse IA5String for olcDbConfig to allow empty strings
Howard Chu [Mon, 3 Sep 2007 00:41:30 +0000 (00:41 +0000)]
Use IA5String for olcDbConfig to allow empty strings

17 years agoAdd IA5String macro
Howard Chu [Mon, 3 Sep 2007 00:40:52 +0000 (00:40 +0000)]
Add IA5String macro

17 years agoFix PrintableString/IA5String commentary
Howard Chu [Mon, 3 Sep 2007 00:40:37 +0000 (00:40 +0000)]
Fix PrintableString/IA5String commentary

17 years agoRead DB_CONFIG file in server and tool mode, for config conversions
Howard Chu [Sun, 2 Sep 2007 23:53:29 +0000 (23:53 +0000)]
Read DB_CONFIG file in server and tool mode, for config conversions

17 years agoFix schema undo crash
Howard Chu [Sun, 2 Sep 2007 23:47:49 +0000 (23:47 +0000)]
Fix schema undo crash

17 years agoITS#5082 RE23 compatibility, allow olcPasswordHash in global entry
Howard Chu [Sun, 2 Sep 2007 13:24:14 +0000 (13:24 +0000)]
ITS#5082 RE23 compatibility, allow olcPasswordHash in global entry

17 years agoPartially resurrect cn=Include stuff - parse from LDIF and ignore.
Howard Chu [Sun, 2 Sep 2007 12:01:56 +0000 (12:01 +0000)]
Partially resurrect cn=Include stuff - parse from LDIF and ignore.

17 years agoMore for ITS#5117 - only use libfetch for non-file: URLs
Howard Chu [Sun, 2 Sep 2007 03:43:58 +0000 (03:43 +0000)]
More for ITS#5117 - only use libfetch for non-file: URLs

17 years agoITS#5117 try to log a message if chasing an include: fails. Since
Howard Chu [Sun, 2 Sep 2007 02:16:52 +0000 (02:16 +0000)]
ITS#5117 try to log a message if chasing an include: fails. Since
ldif_read_record() doesn't distinguish errors from EOF, this is kind
of futile.

17 years agoITS#5117 use absolute FILE URLs 'cause BSD libfetch is braindead
Howard Chu [Sun, 2 Sep 2007 01:59:04 +0000 (01:59 +0000)]
ITS#5117 use absolute FILE URLs 'cause BSD libfetch is braindead

17 years agoHide log schema
Howard Chu [Sat, 1 Sep 2007 22:28:06 +0000 (22:28 +0000)]
Hide log schema

17 years agodon't mention ldbm any more
Pierangelo Masarati [Sat, 1 Sep 2007 17:33:07 +0000 (17:33 +0000)]
don't mention ldbm any more

17 years agohide (experimental) schema
Pierangelo Masarati [Sat, 1 Sep 2007 16:09:06 +0000 (16:09 +0000)]
hide (experimental) schema

17 years agohide (experimental) schema
Pierangelo Masarati [Sat, 1 Sep 2007 16:01:29 +0000 (16:01 +0000)]
hide (experimental) schema

17 years agofix previous commit
Pierangelo Masarati [Sat, 1 Sep 2007 15:47:23 +0000 (15:47 +0000)]
fix previous commit

17 years agohide (experimental) schema
Pierangelo Masarati [Sat, 1 Sep 2007 15:45:12 +0000 (15:45 +0000)]
hide (experimental) schema

17 years agoauthzMatch IS octetStringMatch
Pierangelo Masarati [Sat, 1 Sep 2007 15:44:24 +0000 (15:44 +0000)]
authzMatch IS octetStringMatch

17 years agohide (experimental) schema
Pierangelo Masarati [Sat, 1 Sep 2007 15:38:03 +0000 (15:38 +0000)]
hide (experimental) schema

17 years agohide schema
Pierangelo Masarati [Sat, 1 Sep 2007 15:32:47 +0000 (15:32 +0000)]
hide schema

17 years agoProtect Debug messages from NULL pointers
Howard Chu [Sat, 1 Sep 2007 13:35:34 +0000 (13:35 +0000)]
Protect Debug messages from NULL pointers

17 years agoRegenerate with db4.6 check
Howard Chu [Sat, 1 Sep 2007 02:37:41 +0000 (02:37 +0000)]
Regenerate with db4.6 check

17 years agoAdd db-4.6 check, delete db-4.1 check. Try -ldbX.Y first
Howard Chu [Sat, 1 Sep 2007 02:25:04 +0000 (02:25 +0000)]
Add db-4.6 check, delete db-4.1 check. Try -ldbX.Y first

17 years agoITS#5102 fix
Quanah Gibson-Mount [Sat, 1 Sep 2007 00:28:07 +0000 (00:28 +0000)]
ITS#5102 fix

17 years agoFix DEVEL dependency
Howard Chu [Sat, 1 Sep 2007 00:11:42 +0000 (00:11 +0000)]
Fix DEVEL dependency

17 years agoRemove reference to slurpd.
Quanah Gibson-Mount [Fri, 31 Aug 2007 23:09:20 +0000 (23:09 +0000)]
Remove reference to slurpd.

17 years agoPortions Copyright added for docs work etc.
Gavin Henry [Fri, 31 Aug 2007 17:26:34 +0000 (17:26 +0000)]
Portions Copyright added for docs work etc.

17 years agoRevert prev commit, don't advertise subord scope
Howard Chu [Thu, 30 Aug 2007 21:09:30 +0000 (21:09 +0000)]
Revert prev commit, don't advertise subord scope

17 years agorelease certificateListValidate()
Pierangelo Masarati [Thu, 30 Aug 2007 20:27:13 +0000 (20:27 +0000)]
release certificateListValidate()

17 years agoFix SORTED_RESULTS check
Howard Chu [Wed, 29 Aug 2007 23:57:55 +0000 (23:57 +0000)]
Fix SORTED_RESULTS check

17 years agounifdef LDAP_DEVEL for relax control in usage message
Howard Chu [Wed, 29 Aug 2007 23:41:15 +0000 (23:41 +0000)]
unifdef LDAP_DEVEL for relax control in usage message

17 years agounifdef LDAP_DEVEL for subordinate scope
Howard Chu [Wed, 29 Aug 2007 23:40:17 +0000 (23:40 +0000)]
unifdef LDAP_DEVEL for subordinate scope

17 years agofix OID
Pierangelo Masarati [Wed, 29 Aug 2007 22:23:02 +0000 (22:23 +0000)]
fix OID

17 years agoallow shutdown while syncrepl_del_nonpresent()
Pierangelo Masarati [Wed, 29 Aug 2007 18:13:12 +0000 (18:13 +0000)]
allow shutdown while syncrepl_del_nonpresent()

17 years agonote what SID the server is assuming
Pierangelo Masarati [Wed, 29 Aug 2007 18:12:05 +0000 (18:12 +0000)]
note what SID the server is assuming

17 years agoAdditional fix for ITS#4991. _cleanup callback was always executed when
Ralf Haferkamp [Wed, 29 Aug 2007 14:29:37 +0000 (14:29 +0000)]
Additional fix for ITS#4991. _cleanup callback was always executed when
needed.

17 years agoplug yet another leak
Pierangelo Masarati [Wed, 29 Aug 2007 00:27:47 +0000 (00:27 +0000)]
plug yet another leak

17 years agoplug another leak (hope it's general enough)
Pierangelo Masarati [Wed, 29 Aug 2007 00:14:33 +0000 (00:14 +0000)]
plug another leak (hope it's general enough)

17 years agofix test
Pierangelo Masarati [Wed, 29 Aug 2007 00:13:56 +0000 (00:13 +0000)]
fix test

17 years agoplug leak
Pierangelo Masarati [Tue, 28 Aug 2007 23:56:18 +0000 (23:56 +0000)]
plug leak

17 years agoback out previous two commits
Pierangelo Masarati [Tue, 28 Aug 2007 23:13:29 +0000 (23:13 +0000)]
back out previous two commits

17 years agofix uninit'ed var crasher
Pierangelo Masarati [Tue, 28 Aug 2007 23:00:36 +0000 (23:00 +0000)]
fix uninit'ed var crasher

17 years agoadd -S to slapadd to set desired SID in generated entryCSN/contextCSN
Pierangelo Masarati [Tue, 28 Aug 2007 19:35:57 +0000 (19:35 +0000)]
add -S to slapadd to set desired SID in generated entryCSN/contextCSN

17 years agofirst round of CSN normalization consequences
Pierangelo Masarati [Tue, 28 Aug 2007 18:38:27 +0000 (18:38 +0000)]
first round of CSN normalization consequences

17 years agoforgot to re-sort operation names
Pierangelo Masarati [Tue, 28 Aug 2007 18:37:23 +0000 (18:37 +0000)]
forgot to re-sort operation names

17 years agoif tool mode needs to add structuralObjectClass, override any database setting (ratio...
Pierangelo Masarati [Tue, 28 Aug 2007 18:36:42 +0000 (18:36 +0000)]
if tool mode needs to add structuralObjectClass, override any database setting (rationale: if configured w/ mirror mode and syncrepl, a master is also a shadow, but we need to be able to slapadd to a master (possibly with the correct SID; will deal with this later)

17 years agoConvert collect to dynamic config. Even though it's only a demo...
Howard Chu [Tue, 28 Aug 2007 09:19:07 +0000 (09:19 +0000)]
Convert collect to dynamic config. Even though it's only a demo...

17 years agokeep pretty and normal form of CSN the same...
Pierangelo Masarati [Mon, 27 Aug 2007 10:39:48 +0000 (10:39 +0000)]
keep pretty and normal form of CSN the same...