]> git.sur5r.net Git - openldap/log
openldap
15 years agoITS#5659 "collect" overlay enhancements
Howard Chu [Thu, 11 Sep 2008 00:29:56 +0000 (00:29 +0000)]
ITS#5659 "collect" overlay enhancements

15 years agoFix prev commit
Howard Chu [Wed, 10 Sep 2008 03:35:26 +0000 (03:35 +0000)]
Fix prev commit

15 years agoITS#5694 update context's entryCSN during log purges
Howard Chu [Wed, 10 Sep 2008 02:29:26 +0000 (02:29 +0000)]
ITS#5694 update context's entryCSN during log purges

15 years agocleanup round of memory handling (either check results or use ch_* calls; ITS#5691)
Pierangelo Masarati [Tue, 9 Sep 2008 19:58:47 +0000 (19:58 +0000)]
cleanup round of memory handling (either check results or use ch_* calls; ITS#5691)

15 years agoInto the attic this goes
Quanah Gibson-Mount [Tue, 9 Sep 2008 17:38:18 +0000 (17:38 +0000)]
Into the attic this goes

15 years agoallow trying local bind when remote fails (ITS#5656)
Pierangelo Masarati [Tue, 9 Sep 2008 10:50:51 +0000 (10:50 +0000)]
allow trying local bind when remote fails (ITS#5656)

15 years agounique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).
Hallvard Furuseth [Mon, 8 Sep 2008 16:33:40 +0000 (16:33 +0000)]
unique_search(): Print key->bv_val rather than key. Broke in r1.32 (ITS#5526).

15 years agofix one-time leak
Pierangelo Masarati [Mon, 8 Sep 2008 15:21:51 +0000 (15:21 +0000)]
fix one-time leak

15 years agofix olcTranslucentLocal/Remote handling (ITS#5689)
Pierangelo Masarati [Mon, 8 Sep 2008 12:56:27 +0000 (12:56 +0000)]
fix olcTranslucentLocal/Remote handling (ITS#5689)

15 years agoalways re-test filter after merging local and remote entries (ITS#5679)
Pierangelo Masarati [Mon, 8 Sep 2008 12:16:05 +0000 (12:16 +0000)]
always re-test filter after merging local and remote entries (ITS#5679)

15 years agoimplement X-SUBST substitute syntax extension (ITS#5663)
Pierangelo Masarati [Mon, 8 Sep 2008 00:10:18 +0000 (00:10 +0000)]
implement X-SUBST substitute syntax extension (ITS#5663)

15 years agodon't risk using uninitialized vars
Pierangelo Masarati [Mon, 8 Sep 2008 00:05:15 +0000 (00:05 +0000)]
don't risk using uninitialized vars

15 years agoif objectClass is not present (e.g. schema check is off, like for partial replicas...
Pierangelo Masarati [Sat, 6 Sep 2008 18:06:41 +0000 (18:06 +0000)]
if objectClass is not present (e.g. schema check is off, like for partial replicas, slapo-translucent and so), consider ocflags computed (and 0)

15 years agocleanup in case of failure during search rewriting (partial fulfilment of ITS#5687)
Pierangelo Masarati [Sat, 6 Sep 2008 16:25:03 +0000 (16:25 +0000)]
cleanup in case of failure during search rewriting (partial fulfilment of ITS#5687)

15 years agobe careful when restoring rewritten DN (partial fulfilment of ITS#5687)
Pierangelo Masarati [Sat, 6 Sep 2008 16:24:27 +0000 (16:24 +0000)]
be careful when restoring rewritten DN (partial fulfilment of ITS#5687)

15 years agoITS#5687 more cleanup fixes
Howard Chu [Sat, 6 Sep 2008 02:11:26 +0000 (02:11 +0000)]
ITS#5687 more cleanup fixes

15 years agoNULL out spurious text (ITS#5688)
Pierangelo Masarati [Sat, 6 Sep 2008 00:00:37 +0000 (00:00 +0000)]
NULL out spurious text (ITS#5688)

15 years agoregenerate to disable back-bdb by default
Quanah Gibson-Mount [Fri, 5 Sep 2008 21:00:09 +0000 (21:00 +0000)]
regenerate to disable back-bdb by default

15 years agoDisable back-bdb by default (per discussion with Howard)
Quanah Gibson-Mount [Fri, 5 Sep 2008 20:59:50 +0000 (20:59 +0000)]
Disable back-bdb by default (per discussion with Howard)

15 years agoallow databases to be deleted (hidden behind LDAP_DEVEL)
Ralf Haferkamp [Thu, 4 Sep 2008 17:12:07 +0000 (17:12 +0000)]
allow databases to be deleted  (hidden behind LDAP_DEVEL)

15 years agodon't dereference NULL pointer
Ralf Haferkamp [Thu, 4 Sep 2008 16:05:55 +0000 (16:05 +0000)]
don't dereference NULL pointer

15 years agoA new entry's index should not be larger than the number of its siblings (ITS#5684)
Ralf Haferkamp [Thu, 4 Sep 2008 13:56:31 +0000 (13:56 +0000)]
A new entry's index should not be larger than the number of its siblings (ITS#5684)

15 years agoDon't leak syntax oid macro in case of duplicate attribute (ITS#5683)
Pierangelo Masarati [Thu, 4 Sep 2008 12:19:05 +0000 (12:19 +0000)]
Don't leak syntax oid macro in case of duplicate attribute (ITS#5683)

15 years agolet undefined objectClasses be used in proxy filters
Pierangelo Masarati [Thu, 4 Sep 2008 10:13:30 +0000 (10:13 +0000)]
let undefined objectClasses be used in proxy filters

15 years agoNUL-terminate undefined objectClass soc_cname (ITS#5682)
Pierangelo Masarati [Thu, 4 Sep 2008 10:12:01 +0000 (10:12 +0000)]
NUL-terminate undefined objectClass soc_cname (ITS#5682)

15 years agocanonicalize undef objectClass names (much like attributes; ITS#5681)
Pierangelo Masarati [Thu, 4 Sep 2008 08:05:17 +0000 (08:05 +0000)]
canonicalize undef objectClass names (much like attributes; ITS#5681)

15 years agomake additional checking optional (more on ITS#5860)
Pierangelo Masarati [Thu, 4 Sep 2008 07:43:19 +0000 (07:43 +0000)]
make additional checking optional (more on ITS#5860)

15 years agoremove references to OpenLDAP 2.4.6
Howard Chu [Thu, 4 Sep 2008 02:15:21 +0000 (02:15 +0000)]
remove references to OpenLDAP 2.4.6

15 years agomention schema requirements of proxy cache (ITS#5680)
Pierangelo Masarati [Thu, 4 Sep 2008 00:58:37 +0000 (00:58 +0000)]
mention schema requirements of proxy cache (ITS#5680)

15 years agodon't cache queries that would not be answered correctly because of schema issues...
Pierangelo Masarati [Thu, 4 Sep 2008 00:05:26 +0000 (00:05 +0000)]
don't cache queries that would not be answered correctly because of schema issues (ITS#5680)

15 years agomention schema requirements of proxy backends
Pierangelo Masarati [Wed, 3 Sep 2008 22:44:59 +0000 (22:44 +0000)]
mention schema requirements of proxy backends

15 years agoAdd missing revision string
Quanah Gibson-Mount [Wed, 3 Sep 2008 21:05:54 +0000 (21:05 +0000)]
Add missing revision string

15 years agoremove datebase.
Gavin Henry [Wed, 3 Sep 2008 09:30:45 +0000 (09:30 +0000)]
remove datebase.

15 years agoITS#5677 s/TLS_CRL/TLS_CRLFILE/
Howard Chu [Tue, 2 Sep 2008 22:10:44 +0000 (22:10 +0000)]
ITS#5677 s/TLS_CRL/TLS_CRLFILE/

15 years agorequire BDB >= 4.4
Howard Chu [Tue, 2 Sep 2008 21:36:21 +0000 (21:36 +0000)]
require BDB >= 4.4

15 years agodon't dereference NULL pointers (ITS#5676)
Pierangelo Masarati [Tue, 2 Sep 2008 20:58:34 +0000 (20:58 +0000)]
don't dereference NULL pointers (ITS#5676)

15 years agouse the most recent contextCSN (ITS#5675)
Pierangelo Masarati [Tue, 2 Sep 2008 20:35:51 +0000 (20:35 +0000)]
use the most recent contextCSN (ITS#5675)

15 years agoITS#5578 signed/unsigned comparison
Howard Chu [Sun, 31 Aug 2008 00:38:07 +0000 (00:38 +0000)]
ITS#5578 signed/unsigned comparison

15 years agoITS#5672 regenerate
Howard Chu [Sun, 31 Aug 2008 00:18:50 +0000 (00:18 +0000)]
ITS#5672 regenerate

15 years agoITS#5672 add checks for NDB headers and libraries
Howard Chu [Sun, 31 Aug 2008 00:18:08 +0000 (00:18 +0000)]
ITS#5672 add checks for NDB headers and libraries

15 years agoRegenerate for BUILD_NDB
Howard Chu [Sat, 30 Aug 2008 22:09:49 +0000 (22:09 +0000)]
Regenerate for BUILD_NDB

15 years agono need to unescape/re-escape each line (more on ITS#5608)
Pierangelo Masarati [Sat, 30 Aug 2008 15:00:05 +0000 (15:00 +0000)]
no need to unescape/re-escape each line (more on ITS#5608)

15 years agoimplement caseIgnoreListMatch (ITS#5608)
Pierangelo Masarati [Sat, 30 Aug 2008 14:30:31 +0000 (14:30 +0000)]
implement caseIgnoreListMatch (ITS#5608)

15 years agoinitialize BUILD_NDB; please regenerate with autoconf 2.59
Pierangelo Masarati [Sat, 30 Aug 2008 12:43:58 +0000 (12:43 +0000)]
initialize BUILD_NDB; please regenerate with autoconf 2.59

15 years agoTranslucent Overlay docs
Gavin Henry [Fri, 29 Aug 2008 22:20:45 +0000 (22:20 +0000)]
Translucent Overlay docs

15 years agoAvoid deadlocks on reader txns
Howard Chu [Wed, 27 Aug 2008 22:28:16 +0000 (22:28 +0000)]
Avoid deadlocks on reader txns

15 years agoslapo-retcode manpage ITS#5633
Gavin Henry [Wed, 27 Aug 2008 22:20:53 +0000 (22:20 +0000)]
slapo-retcode manpage ITS#5633

15 years ago- remove unneeded Copy-Constructor
Ralf Haferkamp [Wed, 27 Aug 2008 21:19:51 +0000 (21:19 +0000)]
- remove unneeded Copy-Constructor
- allow to create Controls with no value

15 years agoUse read-only txn's instead of read lockers. Support BDB 4.4-4.7
Howard Chu [Wed, 27 Aug 2008 01:45:35 +0000 (01:45 +0000)]
Use read-only txn's instead of read lockers. Support BDB 4.4-4.7

15 years ago(ITS#5670) admin guide octetstring matching rule typos
Gavin Henry [Tue, 26 Aug 2008 23:35:22 +0000 (23:35 +0000)]
(ITS#5670) admin guide octetstring matching rule typos

15 years agoFix dynamic module init
Howard Chu [Tue, 26 Aug 2008 22:25:35 +0000 (22:25 +0000)]
Fix dynamic module init

15 years agoRegenerate with back-ndb
Howard Chu [Tue, 26 Aug 2008 21:53:18 +0000 (21:53 +0000)]
Regenerate with back-ndb

15 years agoAdd back-ndb
Howard Chu [Tue, 26 Aug 2008 21:48:17 +0000 (21:48 +0000)]
Add back-ndb

15 years agofix attribute list swapping when NULL (ITS#5665)
Pierangelo Masarati [Sat, 23 Aug 2008 11:08:41 +0000 (11:08 +0000)]
fix attribute list swapping when NULL (ITS#5665)

15 years ago[blind commit] better logging; check schema data before manipulation (related to...
Pierangelo Masarati [Thu, 21 Aug 2008 22:07:29 +0000 (22:07 +0000)]
[blind commit] better logging; check schema data before manipulation (related to ITS#5653)

15 years agos/ldap_sync.h/ldap.h/
Kurt Zeilenga [Thu, 21 Aug 2008 18:37:33 +0000 (18:37 +0000)]
s/ldap_sync.h/ldap.h/

15 years agoSummarize in description field and add details in header
Hallvard Furuseth [Wed, 20 Aug 2008 14:21:10 +0000 (14:21 +0000)]
Summarize in description field and add details in header

15 years agovalsort overlay section.
Gavin Henry [Tue, 19 Aug 2008 17:27:48 +0000 (17:27 +0000)]
valsort overlay section.

15 years agoTo do list review: small typo quick fix.
Gavin Henry [Mon, 18 Aug 2008 15:09:00 +0000 (15:09 +0000)]
To do list review: small typo quick fix.

15 years agoPass LDAPURLDescs to connect functions instead of host/port
Howard Chu [Fri, 15 Aug 2008 22:53:47 +0000 (22:53 +0000)]
Pass LDAPURLDescs to connect functions instead of host/port

15 years agoFix prev commit
Howard Chu [Fri, 15 Aug 2008 10:53:11 +0000 (10:53 +0000)]
Fix prev commit

15 years agoConnect callbacks need error recovery checks
Howard Chu [Fri, 15 Aug 2008 10:23:29 +0000 (10:23 +0000)]
Connect callbacks need error recovery checks

15 years agoAdd LDAP_OPT_CONNECT_CB connection callbacks
Howard Chu [Thu, 14 Aug 2008 04:54:32 +0000 (04:54 +0000)]
Add LDAP_OPT_CONNECT_CB connection callbacks

15 years agoModular TLS support, proof of concept. tls2.c would replace tls.c,
Howard Chu [Wed, 13 Aug 2008 16:18:51 +0000 (16:18 +0000)]
Modular TLS support, proof of concept. tls2.c would replace tls.c,
but I'm leaving tls.c intact for now.

16 years agodon't return entry if requested attr is not present (ITS#5650) LOCKER_IDS
Pierangelo Masarati [Sat, 9 Aug 2008 16:04:55 +0000 (16:04 +0000)]
don't return entry if requested attr is not present (ITS#5650)

16 years agohandle anonymous before doing mallocs
Pierangelo Masarati [Sat, 9 Aug 2008 15:41:55 +0000 (15:41 +0000)]
handle anonymous before doing mallocs

16 years agofix log message
Pierangelo Masarati [Sat, 9 Aug 2008 15:41:22 +0000 (15:41 +0000)]
fix log message

16 years agoITS#5618 log Search result errors, force Deref to Never
Howard Chu [Sat, 9 Aug 2008 13:15:54 +0000 (13:15 +0000)]
ITS#5618 log Search result errors, force Deref to Never

16 years agodon't strip set string (ITS#5627)
Pierangelo Masarati [Sat, 9 Aug 2008 12:50:18 +0000 (12:50 +0000)]
don't strip set string (ITS#5627)

16 years agodon't copy strings if not necessary
Pierangelo Masarati [Sat, 9 Aug 2008 12:49:44 +0000 (12:49 +0000)]
don't copy strings if not necessary

16 years agofix continuation checking in dynacl (ITS#5637)
Pierangelo Masarati [Sat, 9 Aug 2008 12:27:57 +0000 (12:27 +0000)]
fix continuation checking in dynacl (ITS#5637)

16 years agooptimize ACI check (ITS#5636)
Pierangelo Masarati [Sat, 9 Aug 2008 12:26:17 +0000 (12:26 +0000)]
optimize ACI check (ITS#5636)

16 years agomake sure objectClass is not filtered out by 'map attribute *' (ITS#5647)
Pierangelo Masarati [Sat, 9 Aug 2008 10:54:31 +0000 (10:54 +0000)]
make sure objectClass is not filtered out by 'map attribute *' (ITS#5647)

16 years agomake sure objectClass is not filtered out by 'rwm-map attribute *' (ITS#5647)
Pierangelo Masarati [Sat, 9 Aug 2008 10:49:20 +0000 (10:49 +0000)]
make sure objectClass is not filtered out by 'rwm-map attribute *' (ITS#5647)

16 years agosuffix must be defined before overlay configuration (ITS#5641)
Pierangelo Masarati [Sat, 9 Aug 2008 10:29:31 +0000 (10:29 +0000)]
suffix must be defined before overlay configuration (ITS#5641)

16 years agoreally check if filter is valid...(more on ITS#5581)
Pierangelo Masarati [Sat, 9 Aug 2008 10:20:46 +0000 (10:20 +0000)]
really check if filter is valid...(more on ITS#5581)

16 years agoITS#5649 fix overlay_register_control
Howard Chu [Sat, 9 Aug 2008 10:11:41 +0000 (10:11 +0000)]
ITS#5649 fix overlay_register_control

16 years agoclarify selfwrite
Pierangelo Masarati [Sat, 9 Aug 2008 10:10:33 +0000 (10:10 +0000)]
clarify selfwrite

16 years agoAllow to pass LDAP_SCHEMA_-flags
Ralf Haferkamp [Fri, 8 Aug 2008 11:14:58 +0000 (11:14 +0000)]
Allow to pass LDAP_SCHEMA_-flags

16 years agober_decode_oid(): Fix typo in comment
Hallvard Furuseth [Wed, 6 Aug 2008 13:36:53 +0000 (13:36 +0000)]
ber_decode_oid(): Fix typo in comment

16 years agoITS#5642 don't inherit custom attributes
Howard Chu [Wed, 6 Aug 2008 01:11:13 +0000 (01:11 +0000)]
ITS#5642 don't inherit custom attributes

16 years agofix normalizable/non-normalizable attr mapping \& merging (ITS#5624)
Pierangelo Masarati [Mon, 4 Aug 2008 21:20:06 +0000 (21:20 +0000)]
fix normalizable/non-normalizable attr mapping \& merging (ITS#5624)

16 years agodefer relayed database lookup (ITS#5643)
Pierangelo Masarati [Mon, 4 Aug 2008 21:17:25 +0000 (21:17 +0000)]
defer relayed database lookup (ITS#5643)

16 years agofix check for single-field firstComponentMatch normalization (ITS#5634)
Pierangelo Masarati [Mon, 4 Aug 2008 21:06:37 +0000 (21:06 +0000)]
fix check for single-field firstComponentMatch normalization (ITS#5634)

16 years agoAdd server side sorting
Howard Chu [Fri, 1 Aug 2008 22:57:55 +0000 (22:57 +0000)]
Add server side sorting

16 years agoAdd server side sorting control
Howard Chu [Fri, 1 Aug 2008 22:53:47 +0000 (22:53 +0000)]
Add server side sorting control

16 years ago(ITS#5616) Docs: various admin guide corrections
Gavin Henry [Fri, 25 Jul 2008 21:10:27 +0000 (21:10 +0000)]
(ITS#5616) Docs: various admin guide corrections

16 years agoFix missing space
Quanah Gibson-Mount [Thu, 24 Jul 2008 22:41:22 +0000 (22:41 +0000)]
Fix missing space

16 years agoITS#5604: Normalize lutil_progname(): strip .exe from Windows executable names
Hallvard Furuseth [Tue, 22 Jul 2008 10:16:11 +0000 (10:16 +0000)]
ITS#5604: Normalize lutil_progname(): strip .exe from Windows executable names

16 years agoadd monitor testing to concurrency tests data
Pierangelo Masarati [Sat, 19 Jul 2008 14:28:41 +0000 (14:28 +0000)]
add monitor testing to concurrency tests data

16 years agoadd monitor testing to concurrency tests data
Pierangelo Masarati [Sat, 19 Jul 2008 14:01:44 +0000 (14:01 +0000)]
add monitor testing to concurrency tests data

16 years agofix logs indentation
Pierangelo Masarati [Sat, 19 Jul 2008 11:54:54 +0000 (11:54 +0000)]
fix logs indentation

16 years agoadd checkpoint as required
Pierangelo Masarati [Sat, 19 Jul 2008 11:54:38 +0000 (11:54 +0000)]
add checkpoint as required

16 years agoallow easy customization of amount of loops
Pierangelo Masarati [Sat, 19 Jul 2008 11:54:01 +0000 (11:54 +0000)]
allow easy customization of amount of loops

16 years agoalso check entryCSN
Pierangelo Masarati [Sat, 19 Jul 2008 11:53:22 +0000 (11:53 +0000)]
also check entryCSN

16 years agopopulate consumer2 as well; mix cleanup
Pierangelo Masarati [Sat, 19 Jul 2008 11:52:43 +0000 (11:52 +0000)]
populate consumer2 as well; mix cleanup

16 years agos/o_dn/o_ndn/ (ITS#5622)
Pierangelo Masarati [Sat, 19 Jul 2008 11:27:10 +0000 (11:27 +0000)]
s/o_dn/o_ndn/ (ITS#5622)

16 years agoITS#5615 return success on Solaris 10
Howard Chu [Tue, 15 Jul 2008 20:07:36 +0000 (20:07 +0000)]
ITS#5615 return success on Solaris 10

16 years agofree filter before overlays' cleanup callback
Pierangelo Masarati [Tue, 15 Jul 2008 12:31:08 +0000 (12:31 +0000)]
free filter before overlays' cleanup callback

16 years agofix potential leak in previous commit
Pierangelo Masarati [Tue, 15 Jul 2008 08:54:41 +0000 (08:54 +0000)]
fix potential leak in previous commit