]> git.sur5r.net Git - openldap/log
openldap
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.

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

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

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

15 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

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

15 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

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

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

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

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

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

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

15 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

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

15 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

15 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

15 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

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

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

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

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

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

15 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

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

15 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

15 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

15 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

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

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

15 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

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

15 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

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

15 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

15 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

15 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

15 years agoimprove previous commit (ITS#5614)
Pierangelo Masarati [Mon, 14 Jul 2008 22:44:01 +0000 (22:44 +0000)]
improve previous commit (ITS#5614)

15 years agodo not propagate undefined or otherwise broken search filters (ITS#5614)
Pierangelo Masarati [Mon, 14 Jul 2008 22:14:49 +0000 (22:14 +0000)]
do not propagate undefined or otherwise broken search filters (ITS#5614)

15 years agoidle-timeout seems to break test036
Pierangelo Masarati [Sun, 13 Jul 2008 23:33:18 +0000 (23:33 +0000)]
idle-timeout seems to break test036

15 years agoimprove diagnostics
Pierangelo Masarati [Sat, 12 Jul 2008 17:58:11 +0000 (17:58 +0000)]
improve diagnostics

15 years agoallow checking for odbc32 library (blind fix to ITS#5602)
Pierangelo Masarati [Sat, 12 Jul 2008 16:38:19 +0000 (16:38 +0000)]
allow checking for odbc32 library (blind fix to ITS#5602)

15 years agodon't close invalid sockets (blind fix to ITS#5606)
Pierangelo Masarati [Sat, 12 Jul 2008 16:31:34 +0000 (16:31 +0000)]
don't close invalid sockets (blind fix to ITS#5606)

15 years agoremove data when freed (blind fix to ITS#5607)
Pierangelo Masarati [Sat, 12 Jul 2008 16:26:27 +0000 (16:26 +0000)]
remove data when freed (blind fix to ITS#5607)

15 years agotrim extra brackets (ITS#5609); NULL-terminate string
Pierangelo Masarati [Sat, 12 Jul 2008 16:03:31 +0000 (16:03 +0000)]
trim extra brackets (ITS#5609); NULL-terminate string

15 years agofix quarantine (ITS#5592)
Pierangelo Masarati [Sat, 12 Jul 2008 15:22:39 +0000 (15:22 +0000)]
fix quarantine (ITS#5592)

15 years agomake sure rwm_op_cleanup() is called also in case of bind (in partial fulfillment...
Pierangelo Masarati [Sat, 12 Jul 2008 11:53:49 +0000 (11:53 +0000)]
make sure rwm_op_cleanup() is called also in case of bind (in partial fulfillment of ITS#5601)

15 years agoslapd-ldap and spellcheck
Gavin Henry [Fri, 11 Jul 2008 22:05:26 +0000 (22:05 +0000)]
slapd-ldap and spellcheck

15 years agoslapd-ldif and spellcheck
Gavin Henry [Fri, 11 Jul 2008 16:35:43 +0000 (16:35 +0000)]
slapd-ldif and spellcheck

15 years agoslapd-monitor
Gavin Henry [Fri, 11 Jul 2008 16:15:47 +0000 (16:15 +0000)]
slapd-monitor