A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 4d0d12db27b3b44cc36acc089b0e640320480fe7 (commit)
via fbf9c233045881e85ca2eaafd930af404bf39f86 (commit)
via 20baad4a207db5d0e84fc3a7409f216aefa59385 (commit)
via 0a4aa889277a701b893cd842d7cf73ff87a1ed90 (commit)
via dce5bb2fee751d623327005e0c2ba625fae66c1f (commit)
via 729a8a28196f043603b3c296b02e0010dfae1648 (commit)
via 99fa22c164438e6845ecd0878b02afb8069cdf9e (commit)
via 592b3f87279ce057985b8f1f55d39f746afbac14 (commit)
via 8e1ebbb4a83a7c8b1500d00b7e5c5f3da134f1ca (commit)
via 6d0b424dbe2dd4abe75fad7b88def5088b7ff074 (commit)
via 4a0b30499caab8628efcedb8be5643fead7cd17e (commit)
via d1738c3e6b8260d4036ddd17b4f4194407d5ab38 (commit)
from 42e3bedbf200da4e216b980fd5c67f18d1ea0c99 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4d0d12db27b3b44cc36acc089b0e640320480fe7
Merge: 42e3bed fbf9c23
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 18 16:05:16 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 245 ++++++++++++++++++++++++++---------------------
libraries/libmdb/mdb.h | 8 ++
libraries/libmdb/midl.c | 44 ++++----
libraries/libmdb/midl.h | 53 ++++++-----
4 files changed, 197 insertions(+), 153 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via fbf9c233045881e85ca2eaafd930af404bf39f86 (commit)
from 20baad4a207db5d0e84fc3a7409f216aefa59385 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fbf9c233045881e85ca2eaafd930af404bf39f86
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Apr 18 15:59:54 2012 -0700
ITS#7251 fix Apple/Windows shared mutex naming
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 41 ++++++++++++++++++++++++++++++++++-------
1 files changed, 34 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The annotated tag, OPENLDAP_REL_ENG_2_4_31 has been created
at 5b3b1b9db22768638be4aff0758d7e3de5e700f0 (tag)
tagging a31c66e732bb17adea557eaf55ae7f59c0698350 (commit)
replaces OPENLDAP_REL_ENG_2_4_30
tagged by Quanah Gibson-Mount
on Wed Apr 18 12:18:51 2012 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.31
HIRABAYASHI Satoshi (1):
ITS#7218 fix sessionlog usability check
Hallvard Furuseth (11):
ITS#7191 Fix mdb_xcursor_init1() unaligned access
Remove development file libmdb/make.sh
Fix libmdb comments
ITS#7191 Align dirty MDB pages on the stack
Clean up MAP_FAILED handling in mdb.
Fix valgrind call after malloc failure in mdb.
Tweak mdb comment with conflicting spec of 'ID'
Fix MDB_txninfo.mt2 padding on Windows/Apple
ITS#7204 Fix test044-dynlist for --disable-monitor
ITS#7234 Fix syncprov entry leak: Set op->o_tag
ITS#7233 Fix slapd listener initialization.
Howard Chu (43):
ITS#7195 add NotAllowedOnNonleaf to deltasync fallback errors
ITS#7196 use IOV_MAX if it's defined and small
ITS#7190 don't crash in slapcat on NULL entry
ITS#7190 fix merging of branch pages in deletes
Fix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
ITS#7200 enforce check for matching serverID URL
ITS#7201 fix config flags
ITS#7188 fix formatting
ITS#7194 fix IPv6 URL detection
ITS#7191 more alignment tweaks
ITS#7191 fix typo, more alignment tweaks
ITS#7203 approxIndexer should omit zero-length keys
ITS#7200 fix regression in b4d403ea310022ca4ffcbf31fa20ead6c754f28d
ITS#7205 fix check for existing suffix
ITS#7207 check for ld->ld_defconn
Update overflow page count when freeing overflow page
ITS#7213 fix page_split with MDB_APPEND
ITS#7210 partial fix
ITS#7210 additional freelist fixes
Add mfree utility to show the freelist
Fix uninit'd xcursor index
Fix entry counts in cursor_put
Partial revert of prev commit
ITS#7210 fix leak of overflow pages in freelist
ITS#7219 fix for odd-aligned keys in mdb_update_key()
ITS#7219 fixup keysize in previous commit
ITS#7149 fix back-shell/back-perl Modify with binary values
ITS#7149 more for back-perl, always use bv_len when available
ITS#7149 pick up definition of STRLENOF
ITS#7197 fix olcTLSVerifyClient keywords
ITS#7228 check for unexpected result from ldapsearch
ITS#7231 fix idl_append when b has only 1 element
ITS#7231 simplify prev commit
ITS#7235 prevent sop from being freed during init
ITS#7229 more mdb_page_split fixes
ITS#7230 check and strip 0 length IDLs from freelist
ITS#7229 additional tweaks
ITS#7238 doc clarification
MDB_APPEND should only be used in tool mode
ITS#7210 fix check for freelist changes
ITS#7229 more mdb_page_split tweaks
ITS#7245 fix slap_parse_sync_cookie invocation
ITS#7240 note option inheritance behavior
Pierangelo Masarati (7):
ITS#6656 add reqEntryUUID to logs of write ops
ITS#6656 make reqEntryUUID searchable
ITS#6656 keep loginfo mutex-protected
ITS#6598 make control global
ITS#7224 check *_names pointer before dereferencing
ITS#7088 fix deadlock on write operations that do not need to be logged (please check)
more on ITS#6656
Quanah Gibson-Mount (30):
Return to release engineering
ITS#7195
ITS#7196
ITS#7191
ITS#7190
ITS#7200
ITS#7201
ITS#7188
ITS#7194
ITS#7203
ITS#7204
ITS#7205
ITS#7207
ITS#7213 fix page_split with MDB_APPEND
ITS#7218
ITS#7210
ITS#7219
ITS#7149
ITS#7197
ITS#7228
ITS#7233, ITS#7234
ITS#7231
ITS#7235
ITS#7229, ITS#7230, ITS#7238
ITS#6656
ITS#7224
ITS#7088
ITS#7245
ITS#7240
Prep for release
-----------------------------------------------------------------------
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via a31c66e732bb17adea557eaf55ae7f59c0698350 (commit)
from e3a9127aacca9a0dfc414b6a34d165dbb7ca4c20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a31c66e732bb17adea557eaf55ae7f59c0698350
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 18 12:18:17 2012 -0700
Prep for release
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
build/version.var | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 42e3bedbf200da4e216b980fd5c67f18d1ea0c99 (commit)
via 6f8fb3bf39676d7c41ae19d5130ed8cc5bb09e2d (commit)
via e255d3e9967459a091c498c0a2541edf4f56a6b9 (commit)
via e8d913110d4cbf3403684fe83c9307c0bbb8c4e8 (commit)
via 838a7f513853ba213f1a25d19b3a4cfe27ace174 (commit)
from 7767a4106110ee3120351e0203a08391a878e430 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 42e3bedbf200da4e216b980fd5c67f18d1ea0c99
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 18 11:52:38 2012 -0700
ITS#7182 new entry points should just be appended to monitor_extra_t
commit 6f8fb3bf39676d7c41ae19d5130ed8cc5bb09e2d
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 12 10:29:33 2012 +0200
ITS#7182 Simplify connection entry creation using entry_stub.
commit e255d3e9967459a091c498c0a2541edf4f56a6b9
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 12 09:46:08 2012 +0200
ITS#7182 Remove use of monitor_info_t in back-ldap.
commit e8d913110d4cbf3403684fe83c9307c0bbb8c4e8
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Apr 12 09:44:21 2012 +0200
ITS#7182 Remove monitor_info_t from params for monitor_entry_stub.
commit 838a7f513853ba213f1a25d19b3a4cfe27ace174
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Mon Apr 9 17:35:41 2012 +0200
ITS#7182 allow for later monitor subsystem registration
Some databases might want to register their subsystems under the dn
allocated for them by monitor_register_databas. It requires that the
deferred database registration callback be called *before* the
subsystem's.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/monitor.c | 61 ++++++++++++----------
servers/slapd/back-monitor/back-monitor.h | 2 +-
servers/slapd/back-monitor/backend.c | 2 +-
servers/slapd/back-monitor/conn.c | 8 ++--
servers/slapd/back-monitor/database.c | 4 +-
servers/slapd/back-monitor/entry.c | 4 +-
servers/slapd/back-monitor/init.c | 52 ++++++++++++++++++-
servers/slapd/back-monitor/listener.c | 2 +-
servers/slapd/back-monitor/operation.c | 2 +-
servers/slapd/back-monitor/overlay.c | 2 +-
servers/slapd/back-monitor/proto-back-monitor.h | 4 +-
servers/slapd/back-monitor/rww.c | 2 +-
servers/slapd/back-monitor/sent.c | 2 +-
servers/slapd/back-monitor/thread.c | 2 +-
servers/slapd/back-monitor/time.c | 6 +-
15 files changed, 105 insertions(+), 50 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via e3a9127aacca9a0dfc414b6a34d165dbb7ca4c20 (commit)
via 5335df77da666ac52805491aa1158d6903219b55 (commit)
from 8ca44adcc0c14e45559621fb2ec47278ed5dbf77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e3a9127aacca9a0dfc414b6a34d165dbb7ca4c20
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 18 11:19:54 2012 -0700
ITS#7240
commit 5335df77da666ac52805491aa1158d6903219b55
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 18 03:09:53 2012 -0700
ITS#7240 note option inheritance behavior
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/man/man3/ldap_get_option.3 | 4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 7767a4106110ee3120351e0203a08391a878e430 (commit)
from e92704309af169e784c34e3257ade5113cc8fa25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7767a4106110ee3120351e0203a08391a878e430
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 18 03:09:53 2012 -0700
ITS#7240 note option inheritance behavior
-----------------------------------------------------------------------
Summary of changes:
doc/man/man3/ldap_get_option.3 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 8ca44adcc0c14e45559621fb2ec47278ed5dbf77 (commit)
from a07b3faf5be05acb62d3b63a0e9a54ca1d24a113 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8ca44adcc0c14e45559621fb2ec47278ed5dbf77
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 17 21:50:39 2012 +0200
more on ITS#6656
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via e92704309af169e784c34e3257ade5113cc8fa25 (commit)
from 62cdc32f4e76e25dbdb5ddb2a6941bbc61972b7a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e92704309af169e784c34e3257ade5113cc8fa25
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 17 21:50:39 2012 +0200
more on ITS#6656
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via a07b3faf5be05acb62d3b63a0e9a54ca1d24a113 (commit)
via 96c081f046ab5a9bd377e7eb2e173052c1e6ca62 (commit)
from 39fb7afe5f5acb48686a41a11ef57aa72a772626 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a07b3faf5be05acb62d3b63a0e9a54ca1d24a113
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Apr 16 10:55:30 2012 -0700
ITS#7245
commit 96c081f046ab5a9bd377e7eb2e173052c1e6ca62
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Apr 16 07:36:43 2012 -0700
ITS#7245 fix slap_parse_sync_cookie invocation
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/syncrepl.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 62cdc32f4e76e25dbdb5ddb2a6941bbc61972b7a (commit)
via 519e2b34b5789ff29d3e4b328c88c7494b1ca5e8 (commit)
from 5bbfd85a83199a4329f1e9923cc7088c9af6a692 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 62cdc32f4e76e25dbdb5ddb2a6941bbc61972b7a
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Apr 16 07:36:43 2012 -0700
ITS#7245 fix slap_parse_sync_cookie invocation
commit 519e2b34b5789ff29d3e4b328c88c7494b1ca5e8
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Apr 14 07:54:26 2012 -0700
Support double-buffering for threaded slapadd
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapadd.c | 12 +++++++++---
servers/slapd/syncrepl.c | 2 +-
2 files changed, 10 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 79238d5b7dc15d74125a78e0316a28f38794638e (commit)
from abb1c6c4644a7e385ebad0e1eb8b7090ceccfbe6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 79238d5b7dc15d74125a78e0316a28f38794638e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Apr 15 12:12:53 2012 -0500
rc9 changes to javadoc
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/sentry/J2eePolicyMgr.java | 2 +-
.../jts/fortress/sentry/J2eePolicyMgrFactory.java | 2 +-
.../com/jts/fortress/sentry/J2eePolicyMgrImpl.java | 2 +-
.../fortress/sentry/tomcat/TcAccessMgrImpl.java | 2 +-
.../jts/fortress/sentry/tomcat/TcPrincipal.java | 2 +-
.../fortress/sentry/websphere/WsAccessMgrImpl.java | 2 +-
.../fortress/sentry/tomcat/Tc7AccessMgrProxy.java | 2 +-
.../jts/fortress/sentry/tomcat/TcAccessMgr.java | 2 +-
.../fortress/sentry/tomcat/TcAccessMgrProxy.java | 2 +-
.../sentry/util/ChildFirstUrlClassLoader.java | 2 +-
.../proxy/com/jts/fortress/sentry/util/CpUtil.java | 2 +-
.../sentry/websphere/WsAccessMgrProxy.java | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 3336f90c45bb89ee42412a1486a73e415965f18c (commit)
from 02cb5718c0cf1fc9cb85367d00500854194811e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3336f90c45bb89ee42412a1486a73e415965f18c
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Apr 14 08:37:55 2012 -0500
rc9 includes code cleanup prep work for 1.0 release
-----------------------------------------------------------------------
Summary of changes:
build.xml | 2 +-
.../java/com/jts/fortress/ant/FortressAntTask.java | 7 ++---
.../jts/fortress/arbac/DelegatedAccessMgrImpl.java | 4 +-
.../jts/fortress/arbac/DelegatedAdminMgrImpl.java | 5 +---
.../java/com/jts/fortress/arbac/UserAdminRole.java | 22 ++++++++----------
.../com/jts/fortress/configuration/ConfigP.java | 14 +----------
.../java/com/jts/fortress/constants/GlobalIds.java | 2 +
src/main/java/com/jts/fortress/hier/HierP.java | 1 -
src/main/java/com/jts/fortress/hier/HierUtil.java | 2 +-
.../jts/fortress/pwpolicy/PswdPolicyMgrImpl.java | 1 -
.../java/com/jts/fortress/rbac/AdminMgrImpl.java | 1 -
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 8 +------
src/main/java/com/jts/fortress/rbac/SdDAO.java | 11 ---------
src/main/java/com/jts/fortress/rbac/UserDAO.java | 14 ++++++++---
src/main/java/com/jts/fortress/rbac/UserP.java | 1 -
src/main/java/com/jts/fortress/rbac/UserRole.java | 23 ++++++++-----------
.../com/jts/fortress/util/attr/AttrHelper.java | 10 +++-----
.../java/com/jts/fortress/util/time/CUtil.java | 14 +++--------
.../com/jts/fortress/audit/AuditMgrImplTest.java | 2 +-
19 files changed, 52 insertions(+), 92 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 39fb7afe5f5acb48686a41a11ef57aa72a772626 (commit)
via 08836a7d2d12660c51191c3c4958b013dace2647 (commit)
from 1bfb20ef436b1c9e72e83a80195208c23d7a8f22 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 39fb7afe5f5acb48686a41a11ef57aa72a772626
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 12 09:54:12 2012 -0700
ITS#7088
commit 08836a7d2d12660c51191c3c4958b013dace2647
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Apr 12 18:03:43 2012 +0200
ITS#7088 fix deadlock on write operations that do not need to be logged (please check)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +-
servers/slapd/overlays/accesslog.c | 42 +++++++++++++++++++++++------------
2 files changed, 29 insertions(+), 16 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via 1bfb20ef436b1c9e72e83a80195208c23d7a8f22 (commit)
via 2b32e52ae4b1f48991f2b5c7ff2d1a17f83f958d (commit)
from afe9af3551f66443de93e5354714928cdea4f0d7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1bfb20ef436b1c9e72e83a80195208c23d7a8f22
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 12 09:50:52 2012 -0700
ITS#7224
commit 2b32e52ae4b1f48991f2b5c7ff2d1a17f83f958d
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 00:46:06 2012 +0200
ITS#7224 check *_names pointer before dereferencing
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/at.c | 2 ++
servers/slapd/oc.c | 2 ++
3 files changed, 5 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 5bbfd85a83199a4329f1e9923cc7088c9af6a692 (commit)
from 762ef802f6053d712459e99c65e9443cd45affdd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5bbfd85a83199a4329f1e9923cc7088c9af6a692
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Apr 12 18:03:43 2012 +0200
ITS#7088 fix deadlock on write operations that do not need to be logged (please check)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 42 +++++++++++++++++++++++------------
1 files changed, 27 insertions(+), 15 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 20baad4a207db5d0e84fc3a7409f216aefa59385 (commit)
via 0a4aa889277a701b893cd842d7cf73ff87a1ed90 (commit)
via dce5bb2fee751d623327005e0c2ba625fae66c1f (commit)
via 729a8a28196f043603b3c296b02e0010dfae1648 (commit)
via 99fa22c164438e6845ecd0878b02afb8069cdf9e (commit)
via 592b3f87279ce057985b8f1f55d39f746afbac14 (commit)
via 8e1ebbb4a83a7c8b1500d00b7e5c5f3da134f1ca (commit)
via 6d0b424dbe2dd4abe75fad7b88def5088b7ff074 (commit)
via 4a0b30499caab8628efcedb8be5643fead7cd17e (commit)
via d1738c3e6b8260d4036ddd17b4f4194407d5ab38 (commit)
from d793594173bb5367e466134d5fe3366feeb672f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 20baad4a207db5d0e84fc3a7409f216aefa59385
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: midl.h namespace cleanup.
Prefix ID, NOID, ID2, IDL, ID2L with 'MDB_'.
Also drop bdb from file description.
commit 0a4aa889277a701b893cd842d7cf73ff87a1ed90
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: Simplify pick_meta() from read_meta().
Put one call in #if MDB_DEBUG. Move DPRINTF(Using meta page #) there.
commit dce5bb2fee751d623327005e0c2ba625fae66c1f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:14 2012 +0200
libmdb: Simplify mdb_default_cmp. No real change.
commit 729a8a28196f043603b3c296b02e0010dfae1648
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: signed meets unsigned warning cleanup
commit 99fa22c164438e6845ecd0878b02afb8069cdf9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: MDB_FDATASYNC code cleanup.
Define MDB_FDATASYNC() instead of redefining fdatasync().
commit 592b3f87279ce057985b8f1f55d39f746afbac14
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Add C++ 'extern "C" {}' to *.h
commit 8e1ebbb4a83a7c8b1500d00b7e5c5f3da134f1ca
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Don't open datafile twice when not needed.
If the database is opened with MDB_RDONLY or MDB_NOSYNC,
instead use the same file descriptor for me_mfd and me_fd.
Also factor out Windows/Unix error handling after open.
commit 6d0b424dbe2dd4abe75fad7b88def5088b7ff074
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Set close-on-exec flag on lockfile
commit 4a0b30499caab8628efcedb8be5643fead7cd17e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
libmdb: Do not use the MDB_txbody.mtb_txnid field.
Get txn->mt_txnid from the meta page instead. Otherwise it
and txn->mt_toggle could become inconsistent, since read-only
txns fetched both from MDB_txbody without mutex proteciton.
commit d1738c3e6b8260d4036ddd17b4f4194407d5ab38
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Apr 12 07:34:13 2012 +0200
Fix MDB_DEBUG in last ITS#7299 commit.
Make DPRINTF usable in if-else. Silence signed vs unsigned warning.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 204 ++++++++++++++++++++++++-----------------------
libraries/libmdb/mdb.h | 8 ++
libraries/libmdb/midl.c | 44 +++++-----
libraries/libmdb/midl.h | 53 +++++++-----
4 files changed, 163 insertions(+), 146 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via afe9af3551f66443de93e5354714928cdea4f0d7 (commit)
via 8e59f78470ba6b720edad4ed63df167fc915d873 (commit)
via bf929df142acab92c392b33094c15cd28d5b196f (commit)
via cd6271559f24b83910d79a66b7fa9f58c2cf3b5e (commit)
via 41c2b370bf9abf9d08cc16325a92e4db9e986cd0 (commit)
via 57c02102f68a2dcc5869a8255bd7bf96c8bb77dd (commit)
via 75b97f03e4137325b1141f8fa6f4034ef03b47a0 (commit)
from f26e77f5a8b6d8c124c6c136cd2aa9e94495c465 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit afe9af3551f66443de93e5354714928cdea4f0d7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Apr 11 11:44:52 2012 -0700
ITS#6656
commit 8e59f78470ba6b720edad4ed63df167fc915d873
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:47:10 2012 +0200
ITS#6598 make control global
commit bf929df142acab92c392b33094c15cd28d5b196f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:15:36 2012 +0200
ITS#6656 keep loginfo mutex-protected
commit cd6271559f24b83910d79a66b7fa9f58c2cf3b5e
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 23:12:41 2012 +0200
ITS#6656 make reqEntryUUID searchable
commit 41c2b370bf9abf9d08cc16325a92e4db9e986cd0
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 14:05:05 2012 -0700
ITS#7229 more mdb_page_split tweaks
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
commit 57c02102f68a2dcc5869a8255bd7bf96c8bb77dd
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 22:37:47 2012 +0200
ITS#6656 add reqEntryUUID to logs of write ops
commit 75b97f03e4137325b1141f8fa6f4034ef03b47a0
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Apr 9 19:24:47 2012 -0700
ITS#7210 fix check for freelist changes
Was being fooled before because the newly malloc'd block had
the same address as the previously freed block.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
contrib/slapd-modules/noopsrch/noopsrch.c | 2 +-
libraries/libmdb/mdb.c | 76 ++++++++++++++++------------
servers/slapd/overlays/accesslog.c | 65 +++++++++++++++++++++++--
4 files changed, 105 insertions(+), 39 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 762ef802f6053d712459e99c65e9443cd45affdd (commit)
from d806b970b1b91b4db5998aec7dd5ab610fbe590b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 762ef802f6053d712459e99c65e9443cd45affdd
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:47:10 2012 +0200
ITS#6598 make control global
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/noopsrch/noopsrch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via d806b970b1b91b4db5998aec7dd5ab610fbe590b (commit)
via d793594173bb5367e466134d5fe3366feeb672f6 (commit)
via a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (commit)
from a47ef8d2b77192a2a9ee1d079393fd6a84e25278 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d806b970b1b91b4db5998aec7dd5ab610fbe590b
Merge: a47ef8d d793594
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 15:42:43 2012 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 76 +++++++++++++++++++++++++++---------------------
1 files changed, 43 insertions(+), 33 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via a47ef8d2b77192a2a9ee1d079393fd6a84e25278 (commit)
from 3d99878d0bb834e2a71ce21b266b03b5e648f647 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a47ef8d2b77192a2a9ee1d079393fd6a84e25278
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 11 00:15:36 2012 +0200
ITS#6656 keep loginfo mutex-protected
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 3d99878d0bb834e2a71ce21b266b03b5e648f647 (commit)
from f65ee5ddc153dbd70e3853a0a32c179cd9108c25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d99878d0bb834e2a71ce21b266b03b5e648f647
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Apr 10 23:12:41 2012 +0200
ITS#6656 make reqEntryUUID searchable
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via d793594173bb5367e466134d5fe3366feeb672f6 (commit)
from a66f9e9292069ed01ae0fcf50e8a5bb3d3888935 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d793594173bb5367e466134d5fe3366feeb672f6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Apr 10 14:05:05 2012 -0700
ITS#7229 more mdb_page_split tweaks
Also add mdb_debug/mdb_debug_start to toggle debug output at runtime
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 74 +++++++++++++++++++++++++++--------------------
1 files changed, 42 insertions(+), 32 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git