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 5e8abb8e507f9b8a225de388ffca654873444eef (commit)
from 2d6ef6297e044191ba31e54a6f978f08adcda82d (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 5e8abb8e507f9b8a225de388ffca654873444eef
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Aug 11 12:30:03 2012 -0500
RC12 Move ldap utilities into provider dao class
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/ldap/DataProvider.java | 38 +++++++-
.../java/com/jts/fortress/rbac/AdminRoleDAO.java | 4 +-
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 2 +-
src/main/java/com/jts/fortress/rbac/PermDAO.java | 14 ++--
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 2 +-
src/main/java/com/jts/fortress/rbac/RoleDAO.java | 4 +-
src/main/java/com/jts/fortress/rbac/SdDAO.java | 4 +-
src/main/java/com/jts/fortress/rbac/UserDAO.java | 20 ++--
.../java/com/jts/fortress/util/attr/VUtil.java | 99 +++++++-------------
.../java/com/jts/fortress/example/ExampleDAO.java | 13 ++-
10 files changed, 100 insertions(+), 100 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 2d6ef6297e044191ba31e54a6f978f08adcda82d (commit)
from 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61 (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 2d6ef6297e044191ba31e54a6f978f08adcda82d
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Tue Aug 7 19:47:49 2012 -0500
RC12 convert daoutils to abstract class.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/cfg/ConfigDAO.java | 26 ++--
.../ldap/{DaoUtil.java => DataProvider.java} | 78 +++++-----
src/main/java/com/jts/fortress/ldap/PoolMgr.java | 2 +-
.../ldap/container/OrganizationalUnitDAO.java | 21 +--
.../com/jts/fortress/ldap/suffix/SuffixDAO.java | 14 +-
.../java/com/jts/fortress/rbac/AdminRoleDAO.java | 73 ++++----
src/main/java/com/jts/fortress/rbac/AuditDAO.java | 138 ++++++++--------
src/main/java/com/jts/fortress/rbac/HierDAO.java | 32 ++--
.../java/com/jts/fortress/rbac/OrgUnitDAO.java | 45 +++---
src/main/java/com/jts/fortress/rbac/PermDAO.java | 135 ++++++++--------
src/main/java/com/jts/fortress/rbac/PolicyDAO.java | 87 +++++-----
src/main/java/com/jts/fortress/rbac/RoleDAO.java | 57 +++----
src/main/java/com/jts/fortress/rbac/SdDAO.java | 47 +++---
src/main/java/com/jts/fortress/rbac/UserDAO.java | 176 ++++++++++----------
.../java/com/jts/fortress/example/ExampleDAO.java | 34 ++--
15 files changed, 477 insertions(+), 488 deletions(-)
rename src/main/java/com/jts/fortress/ldap/{DaoUtil.java => DataProvider.java} (92%)
mode change 100755 => 100644
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61 (commit)
from 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 (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 1e72716a6815e12cdcc2c7fc3aa05f7096eb8d61
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 21:22:10 2012 -0500
RC12 additions include method to assert contextId onto entities.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/AccessMgrImpl.java | 60 +++++------
.../java/com/jts/fortress/rbac/AdminMgrImpl.java | 113 +++++++++-----------
.../java/com/jts/fortress/rbac/AuditMgrImpl.java | 18 +--
.../com/jts/fortress/rbac/DelAccessMgrImpl.java | 64 +++++------
.../com/jts/fortress/rbac/DelAdminMgrImpl.java | 68 +++++--------
.../com/jts/fortress/rbac/DelReviewMgrImpl.java | 12 +--
.../java/com/jts/fortress/rbac/Manageable.java | 33 +++++-
.../com/jts/fortress/rbac/PwPolicyMgrImpl.java | 7 +-
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 89 +++++----------
.../java/com/jts/fortress/util/attr/VUtil.java | 7 +-
.../com/jts/fortress/rbac/FortressJUnitTest.java | 4 +-
11 files changed, 213 insertions(+), 262 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 5a13ac048edb03c583b69abc5ef2c1cd92ba2257 (commit)
from 97da74b44552ab2682fa6e02b168de5e67e0518b (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 5a13ac048edb03c583b69abc5ef2c1cd92ba2257
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 14:21:17 2012 -0500
RC12 includes new factory methods to create fortress Managers.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/AccessMgrFactory.java | 23 +++++++++++++++-
.../java/com/jts/fortress/AdminMgrFactory.java | 22 ++++++++++++++-
.../java/com/jts/fortress/AuditMgrFactory.java | 22 ++++++++++++++-
.../java/com/jts/fortress/DelAccessMgrFactory.java | 19 +++++++++++++
.../java/com/jts/fortress/DelAdminMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/DelReviewMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/PwPolicyMgrFactory.java | 18 ++++++++++++
.../java/com/jts/fortress/ReviewMgrFactory.java | 20 ++++++++++++-
.../com/jts/fortress/rbac/AdminMgrImplTest.java | 3 +-
.../com/jts/fortress/rbac/AuditMgrImplTest.java | 28 +++++++++++++++-----
.../jts/fortress/rbac/DelegatedMgrImplTest.java | 3 +-
.../java/com/jts/fortress/rbac/PermTestData.java | 1 -
.../jts/fortress/rbac/PswdPolicyMgrImplTest.java | 3 +-
.../com/jts/fortress/rbac/ReviewMgrImplTest.java | 3 +-
14 files changed, 177 insertions(+), 24 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 97da74b44552ab2682fa6e02b168de5e67e0518b (commit)
from 97199804d72a5f8667bb8e73fe0b60b480a867f0 (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 97da74b44552ab2682fa6e02b168de5e67e0518b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 11:00:51 2012 -0500
RC12 - add tenant using Ant
-----------------------------------------------------------------------
Summary of changes:
ldap/setup/FortressDemoUsers.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 97199804d72a5f8667bb8e73fe0b60b480a867f0 (commit)
from 2d4ab26167e46d70b27162d16f16ed110ca694f5 (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 97199804d72a5f8667bb8e73fe0b60b480a867f0
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:44:13 2012 -0500
RC12 - Support adding new contexts through Ant admin.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/ant/Addcontext.java | 71 ++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)
create mode 100755 src/main/java/com/jts/fortress/ant/Addcontext.java
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 2d4ab26167e46d70b27162d16f16ed110ca694f5 (commit)
from 42b236647d984af332b5d54203dbc0b924de17a6 (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 2d4ab26167e46d70b27162d16f16ed110ca694f5
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:40:54 2012 -0500
RC12 - cleanup
-----------------------------------------------------------------------
Summary of changes:
config/fortress.properties.src | 18 +++++++++---------
src/main/java/com/jts/fortress/rbac/package.html | 4 ----
2 files changed, 9 insertions(+), 13 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 42b236647d984af332b5d54203dbc0b924de17a6 (commit)
from 301b91871f0fa5216c27bf89f84027d7bcaceb4f (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 42b236647d984af332b5d54203dbc0b924de17a6
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:34:08 2012 -0500
RC12 release includes restructuring of code to support multi-tenancy and package encapsulation.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/arbac/package.html | 27 --------
.../java/com/jts/fortress/rbac/audit/package.html | 63 --------------------
.../com/jts/fortress/rbac/constants/package.html | 19 ------
.../java/com/jts/fortress/rbac/hier/package.html | 20 ------
src/main/java/com/jts/fortress/rbac/package.html | 13 ++++-
5 files changed, 11 insertions(+), 131 deletions(-)
delete mode 100755 src/main/java/com/jts/fortress/rbac/arbac/package.html
delete mode 100755 src/main/java/com/jts/fortress/rbac/audit/package.html
delete mode 100755 src/main/java/com/jts/fortress/rbac/constants/package.html
delete mode 100755 src/main/java/com/jts/fortress/rbac/hier/package.html
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 076ae3934e51a6a6a56ea1f2ad9b8330f968cae0 (commit)
from 46022b58449e540d95a464db59bac232f22f7e97 (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 076ae3934e51a6a6a56ea1f2ad9b8330f968cae0
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Aug 5 10:22:25 2012 -0500
Refactored Fortress API to support multi-tenancy.
-----------------------------------------------------------------------
Summary of changes:
build.xml | 2 +-
buildWs.xml | 2 +-
conf/ehcache.xml | 1 +
.../com/jts/fortress/sentry/J2eePolicyMgr.java | 16 +++++++-------
.../jts/fortress/sentry/J2eePolicyMgrFactory.java | 4 +-
.../com/jts/fortress/sentry/J2eePolicyMgrImpl.java | 23 ++++++++++---------
.../fortress/sentry/websphere/WsAccessMgrImpl.java | 2 +-
7 files changed, 26 insertions(+), 24 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 d1120fbccc7657342e71cd14f92d98625373dcbe (commit)
from 234cd9dfb54ef2f7f83963d95b6eb8e9735bb372 (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 d1120fbccc7657342e71cd14f92d98625373dcbe
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 31 16:03:48 2012 -0700
Write optimization: avoid copying unused portions of pages.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 34 ++++++++++++++++++++++++++++++----
1 files changed, 30 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 tag, OPENLDAP_REL_ENG_2_4_32 has been updated
to 94630a3ce66149d4d779658065ac6df45987c6c3 (commit)
from 75fc9e8e1a0905f9581495c1f3fe8035e73d8375
- Log -----------------------------------------------------------------
commit 94630a3ce66149d4d779658065ac6df45987c6c3
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Tue Jul 31 09:39:26 2012 -0700
Update 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 94630a3ce66149d4d779658065ac6df45987c6c3 (commit)
from cb12eb6c8474a2b76c58454f3d6eeb4bb5688de4 (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 94630a3ce66149d4d779658065ac6df45987c6c3
Author: Kurt Zeilenga <Kurt(a)OpenLDAP.org>
Date: Tue Jul 31 09:39:26 2012 -0700
Update for release
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
build/version.var | 2 +-
2 files changed, 2 insertions(+), 2 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 dc9fccccc999793d02b80a6578ae8ed8fc8dfce5 (commit)
from 95ade24a5a16bb9d901ac82c716ad9e1d3ebd4d4 (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 dc9fccccc999793d02b80a6578ae8ed8fc8dfce5
Author: Gavin Henry <ghenry(a)OpenLDAP.org>
Date: Mon Jul 30 20:31:34 2012 +0100
(ITS#7341) Ordered list error in overlays.sdf and attr in access-control.sdf
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/access-control.sdf | 23 +++++-----
doc/guide/admin/overlays.sdf | 85 ++++++++++++------------------------
2 files changed, 39 insertions(+), 69 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_32 has been updated
to 75fc9e8e1a0905f9581495c1f3fe8035e73d8375 (tag)
from d82845d48cdb2416b0cb79e2f5fddf3cce2690d8 (which is now obsolete)
tagging cb12eb6c8474a2b76c58454f3d6eeb4bb5688de4 (commit)
replaces OPENLDAP_REL_ENG_2_4_30
tagged by Quanah Gibson-Mount
on Fri Jul 27 15:10:01 2012 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.32
Emily Backes (1):
Update name information
Frederik Deweerdt (1):
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
HIRABAYASHI Satoshi (1):
ITS#7218 fix sessionlog usability check
Hallvard Furuseth (29):
ITS#7191 Fix mdb_xcursor_init1() unaligned access
Remove development file libmdb/make.sh
Fix libmdb comments
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#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.
Fix MDB_DEBUG in last ITS#7299 commit.
libmdb: Do not use the MDB_txbody.mtb_txnid field.
libmdb: Set close-on-exec flag on lockfile
libmdb: Don't open datafile twice when not needed.
libmdb: Add C++ 'extern "C" {}' to *.h
libmdb: MDB_FDATASYNC code cleanup.
libmdb: signed meets unsigned warning cleanup
libmdb: Simplify mdb_default_cmp. No real change.
libmdb: Simplify pick_meta() from read_meta().
libmdb: midl.h namespace cleanup.
Howard Chu (146):
Fix mdb_drop return
Add Solaris byte-order detection
Add dummy DKEY define
More pgno alignment tweaks
More Solaris warning cleanup
Fix size check
Use <inttypes.h> instead of <stdint.h>
Add MDB_FDATASYNC to allow override to fsync if needed.
s/DEBUG/MDB_DEBUG/
Alignment fixes for debug msgs
More s/DEBUG/MDB_DEBUG/
Add $(SOLIBS) macro for shared lib dependencies
ITS#7121 fix page splits when data+key size is too large
Happy New Year!
ITS#7126 fix cursor tracking code
ITS#7121 fix page splits when newindx == 0
txn_commit must abort txn before returning errors
Add valgrind support with -DUSE_VALGRIND
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
ITS#7196 use IOV_MAX if it's defined and small
ITS#7195 add NotAllowedOnNonleaf to deltasync fallback errors
ITS#7196 use IOV_MAX if it's defined and small
ITS#7190 fix merging of branch pages in deletes
Fix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
ITS#7190 don't crash in slapcat on NULL entry
ITS#7190 fix merging of branch pages in deletes
Fix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
ITS#7191 more alignment tweaks
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
Update overflow page count when freeing overflow page
ITS#7213 fix page_split with MDB_APPEND
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
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
Fix entry counts in cursor_put
Partial revert of prev commit
ITS#7210 fix leak of overflow pages in freelist
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#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#7229 more mdb_page_split fixes
ITS#7230 check and strip 0 length IDLs from freelist
ITS#7229 additional tweaks
ITS#7238 doc clarification
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#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
ITS#7251 fix Apple/Windows shared mutex naming
ITS#7255 in mdb_tool_entry_modify use the existing global txn
Further clarification of mdb_open()
More freelist tweaks, avoid referencing freed page
ITS#7266 fix rebalance for LEAF2 pages
ITS#7253 add a note about Criticality and RFC4510
Additional fix for threaded slapadd
ITS#7279 init rc in mdb_idl_insert_keys
Fix mdb_open, re-use closed dbi slots
Tweak prev commit, use first unused slot
ITS#7290 fix ldap_int_initialize() to set debug level
ITS#7076 fix dup result messages on entry/searchref error
ITS#7292 plug memleaks in accesslog,syncprov
ITS#7292 plug memleak in control values
ITS#7292 more syncprov leaks
Revert "ITS#7292 plug memleak in control values"
ITS#7292 more syncprov control leaks
ITS#7292 more accesslog,syncprov leaks
ITS#7303 fix unneeded alias lookups
TS#7303 tweak
ITS#7298 fix PermissiveModify control parsing
ITS#7302 fix mdb_dn2id_delete
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
ITS#7293 make ldapava_free static
ITS#7318 fix include: example
ITS#7317 use SLEEP0 instead of 1 second sleep
Partial revert of 13c663f666ac28d7a72cbe644d393fc8d2dd9881
Tweak b802bcf7040110e1f0768d9d9ffa88dabd4bd5e7
Add MDB_NOMETASYNC env option.
Fix: avoid direct reference to meta pages
Revert "libmdb: Do not use the MDB_txbody.mtb_txnid field."
Drop me_toggle, unused
Windows thread callback support
Fix ID -> MDB_ID due to 20baad4a207db5d0e84fc3a7409f216aefa59385
Fix darwin sem_open() names
Don't use env-private copy of DB root nodes.
Make sure cursor's DB is init'd if STALE.
ITS#6262 fix gettime() regression
ITS#7323 plug leak in online indexer
Append tweaks, page_split fixes
Append mode still needs to detect duplicates
Leave extra space when creating a fake page
Skip unneeded calls to mdb_page_get in mdb_page_search
Fix root split check in mdb_page_split
Append mode should also detect keys that are too small
Update sub-DBs before updating free list
Fix 205bb17793e27be67098ccc80ee919165d7cb993
Fix txn_commit error check
Append tweak: must init mdb->mi_nextid
Fix online reconfig
ITS#7338 fix olcDbConfig changes to take effect immediately
ITS#6851 replace assert with error msg
Cleanup prev commit
ITS#7182 silence warning about AVL_APPLY type
ITS#7182 new entry points should just be appended to monitor_extra_t
Support double-buffering for threaded slapadd
ITS#7305 fix comments in prev commit
ITS#7168 cleanup prev commit
ITS#7118, #7133 tentative fix
More for prev commit (270ef33acf18dc13bfd07f8a8e66b446f80e7d27)
Cleanup gssapi_flags -> ldo_gssapi_flags
Use new Append support
Hrvoje (1):
ITS#7222 fix bdb/hdb cache hang under high load
Jan Synacek (1):
ITS#7168 Fix count constraint when using multiple modifications
Jan Vcelak (11):
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
ITS#7287 MozNSS: do not overwrite error in tlsm_verify_cert
ITS#7291 MozNSS: read pin from file file can cause infinite loop
ITS#7312 MozNSS: context specific token description for certdb
ITS#7313 MozNSS: store certificate object instead of nickname in in ctx
ITS#7314 MozNSS: lock whole init and clenaup process
ITS#7315 MozNSS: do not authenticate to a slot manually
ITS#7316 MozNSS: do not retry when reading the pin from file
ITS#7327 smbk5pwd: error if crypto backend unsupported
ITS#7331 MozNSS: ignore untrusted issuer error when verifying server cert
ITS#7241 unbind: free socket prior to destroying TLS context
Jani Salonen (1):
ITS#7305 add slapi_[get|free]_client_ip()
Kurt Zeilenga (1):
Happy New Year!
Mat Booth (1):
ITS#7332 Changes required to build with Microsoft Visual Studio
Michael Stroeder (1):
ITS#7294 reference RFC4526 instead of draft
Ondrej Kuznik (14):
(ITS#6987) Consider only same attribute siblings for Cft_misc.
ITS#7182 Add mss_private for monitor subsystem.
ITS#7182 Introduce the variables for operation monitoring.
ITS#7182 Maintain the operation counts.
ITS#7182 Keep connection IDs for monitoring purposes.
ITS#7182 Rework monitor registration.
ITS#7182 Enable operation and connection monitoring.
ITS#7182 Expose the connection flags.
ITS#7182 Expose the URI used for this connection.
ITS#7182 Expose the peer address of a connection.
ITS#7182 allow for later monitor subsystem registration
ITS#7182 Remove monitor_info_t from params for monitor_entry_stub.
ITS#7182 Remove use of monitor_info_t in back-ldap.
ITS#7182 Simplify connection entry creation using entry_stub.
Pierangelo Masarati (10):
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
fix uninit'ed parameters to monitor_back_register_entry_attrs()
move entry_stub to monitor_extra_t
move entrypriv_create into monitor_extra_t
Quanah Gibson-Mount (81):
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
Return to RE
ITS#7225
ITS7225->ITS7255
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7253
ITS#7267
ITS#7266
ITS#7251
ITS#7282
ITS#7269
ITS#7270
ITS#7276
ITS#7271
ITS#7284
ITS#7222
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7285, ITS#7287
ITS#7076, ITS#7291, ITS#7289, ITS#7290
ITS#7292
ITS#7292 wording tweak
ITS#7303
ITS#7298
ITS#7294
ITS#7302
ITS#7293
ITS#7312, ITS#7313, ITS#7314, ITS#7315, ITS#7316
ITS#7319
ITS#7318
ITS#7317
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#6262, ITS#7323
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7332
ITS#7338
Note ITS#7337
Note ITS#7339
Revert f6b8103b789ae40234b0cb7574c1a9da4e5a1b21 for add.c
ITS#7331, ITS#7327
ITS#7325
ITS#6851
ITS#6987
ITS#7182
ITS#7241
ITS#7305
ITS#7168
ITS#7118, ITS#7133
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
Prep for release
Revert "ITS#7168 cleanup prev commit"
Revert "ITS#7168 Fix count constraint when using multiple modifications"
Revert ITS#7168
SATOH Fumiyasu (4):
SHA2: Make slapd-sha2 module portable
ITS#7269 SHA2: Avoid "static char real_hash[]" to support multithread
ITS#7278 SHA-2: Add support salted SHA-2 password hashes
ITS#7284 slappasswd: Add support loading a dynamically loadable module
Ted Cheng (1):
ITS#7319 Always encode user DN in pwmod request.
Tim Strobell (Contractor) (2):
ITS#7285 Mozilla NSS: default cipher suite always selected
ITS#7289 MozNSS: cipher suite selection by name may be ignored
W. Trevor King (1):
ITS#7271 Don't clobber SASL_NOCANON in clients/tools/common.c
-----------------------------------------------------------------------
---
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 cb12eb6c8474a2b76c58454f3d6eeb4bb5688de4 (commit)
via ba0c6200f75e3d17d34d2e21fb839cd1d54d0354 (commit)
via b8fa7c231139c48ae7f5c9d9bbcccc3b64b47747 (commit)
from 8a0ce24c5abaf687a41696d988f6a1330128368d (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 cb12eb6c8474a2b76c58454f3d6eeb4bb5688de4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 27 15:09:00 2012 -0700
Revert ITS#7168
commit ba0c6200f75e3d17d34d2e21fb839cd1d54d0354
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 27 15:08:48 2012 -0700
Revert "ITS#7168 Fix count constraint when using multiple modifications"
This reverts commit f0308c497b4fa7730cc9005679770528b911a805.
commit b8fa7c231139c48ae7f5c9d9bbcccc3b64b47747
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 27 15:08:42 2012 -0700
Revert "ITS#7168 cleanup prev commit"
This reverts commit 48febcafe935ed1c991d91213bd72a3d70ff0cef.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 -
servers/slapd/overlays/constraint.c | 108 ++++++++++++----------------------
2 files changed, 38 insertions(+), 71 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_32 has been created
at d82845d48cdb2416b0cb79e2f5fddf3cce2690d8 (tag)
tagging 8a0ce24c5abaf687a41696d988f6a1330128368d (commit)
replaces OPENLDAP_REL_ENG_2_4_30
tagged by Quanah Gibson-Mount
on Fri Jul 27 10:12:14 2012 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.32
Emily Backes (1):
Update name information
Frederik Deweerdt (1):
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
HIRABAYASHI Satoshi (1):
ITS#7218 fix sessionlog usability check
Hallvard Furuseth (29):
ITS#7191 Fix mdb_xcursor_init1() unaligned access
Remove development file libmdb/make.sh
Fix libmdb comments
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#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.
Fix MDB_DEBUG in last ITS#7299 commit.
libmdb: Do not use the MDB_txbody.mtb_txnid field.
libmdb: Set close-on-exec flag on lockfile
libmdb: Don't open datafile twice when not needed.
libmdb: Add C++ 'extern "C" {}' to *.h
libmdb: MDB_FDATASYNC code cleanup.
libmdb: signed meets unsigned warning cleanup
libmdb: Simplify mdb_default_cmp. No real change.
libmdb: Simplify pick_meta() from read_meta().
libmdb: midl.h namespace cleanup.
Howard Chu (146):
Fix mdb_drop return
Add Solaris byte-order detection
Add dummy DKEY define
More pgno alignment tweaks
More Solaris warning cleanup
Fix size check
Use <inttypes.h> instead of <stdint.h>
Add MDB_FDATASYNC to allow override to fsync if needed.
s/DEBUG/MDB_DEBUG/
Alignment fixes for debug msgs
More s/DEBUG/MDB_DEBUG/
Add $(SOLIBS) macro for shared lib dependencies
ITS#7121 fix page splits when data+key size is too large
Happy New Year!
ITS#7126 fix cursor tracking code
ITS#7121 fix page splits when newindx == 0
txn_commit must abort txn before returning errors
Add valgrind support with -DUSE_VALGRIND
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
ITS#7196 use IOV_MAX if it's defined and small
ITS#7195 add NotAllowedOnNonleaf to deltasync fallback errors
ITS#7196 use IOV_MAX if it's defined and small
ITS#7190 fix merging of branch pages in deletes
Fix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
ITS#7190 don't crash in slapcat on NULL entry
ITS#7190 fix merging of branch pages in deletes
Fix typo in 7bc62c512824c0d54cc6885ea876c2764510eca2
ITS#7191 more alignment tweaks
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
Update overflow page count when freeing overflow page
ITS#7213 fix page_split with MDB_APPEND
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
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
Fix entry counts in cursor_put
Partial revert of prev commit
ITS#7210 fix leak of overflow pages in freelist
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#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#7229 more mdb_page_split fixes
ITS#7230 check and strip 0 length IDLs from freelist
ITS#7229 additional tweaks
ITS#7238 doc clarification
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#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
ITS#7251 fix Apple/Windows shared mutex naming
ITS#7255 in mdb_tool_entry_modify use the existing global txn
Further clarification of mdb_open()
More freelist tweaks, avoid referencing freed page
ITS#7266 fix rebalance for LEAF2 pages
ITS#7253 add a note about Criticality and RFC4510
Additional fix for threaded slapadd
ITS#7279 init rc in mdb_idl_insert_keys
Fix mdb_open, re-use closed dbi slots
Tweak prev commit, use first unused slot
ITS#7290 fix ldap_int_initialize() to set debug level
ITS#7076 fix dup result messages on entry/searchref error
ITS#7292 plug memleaks in accesslog,syncprov
ITS#7292 plug memleak in control values
ITS#7292 more syncprov leaks
Revert "ITS#7292 plug memleak in control values"
ITS#7292 more syncprov control leaks
ITS#7292 more accesslog,syncprov leaks
ITS#7303 fix unneeded alias lookups
TS#7303 tweak
ITS#7298 fix PermissiveModify control parsing
ITS#7302 fix mdb_dn2id_delete
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
ITS#7293 make ldapava_free static
ITS#7318 fix include: example
ITS#7317 use SLEEP0 instead of 1 second sleep
Partial revert of 13c663f666ac28d7a72cbe644d393fc8d2dd9881
Tweak b802bcf7040110e1f0768d9d9ffa88dabd4bd5e7
Add MDB_NOMETASYNC env option.
Fix: avoid direct reference to meta pages
Revert "libmdb: Do not use the MDB_txbody.mtb_txnid field."
Drop me_toggle, unused
Windows thread callback support
Fix ID -> MDB_ID due to 20baad4a207db5d0e84fc3a7409f216aefa59385
Fix darwin sem_open() names
Don't use env-private copy of DB root nodes.
Make sure cursor's DB is init'd if STALE.
ITS#6262 fix gettime() regression
ITS#7323 plug leak in online indexer
Append tweaks, page_split fixes
Append mode still needs to detect duplicates
Leave extra space when creating a fake page
Skip unneeded calls to mdb_page_get in mdb_page_search
Fix root split check in mdb_page_split
Append mode should also detect keys that are too small
Update sub-DBs before updating free list
Fix 205bb17793e27be67098ccc80ee919165d7cb993
Fix txn_commit error check
Append tweak: must init mdb->mi_nextid
Fix online reconfig
ITS#7338 fix olcDbConfig changes to take effect immediately
ITS#6851 replace assert with error msg
Cleanup prev commit
ITS#7182 silence warning about AVL_APPLY type
ITS#7182 new entry points should just be appended to monitor_extra_t
Support double-buffering for threaded slapadd
ITS#7305 fix comments in prev commit
ITS#7168 cleanup prev commit
ITS#7118, #7133 tentative fix
More for prev commit (270ef33acf18dc13bfd07f8a8e66b446f80e7d27)
Cleanup gssapi_flags -> ldo_gssapi_flags
Use new Append support
Hrvoje (1):
ITS#7222 fix bdb/hdb cache hang under high load
Jan Synacek (1):
ITS#7168 Fix count constraint when using multiple modifications
Jan Vcelak (11):
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
ITS#7287 MozNSS: do not overwrite error in tlsm_verify_cert
ITS#7291 MozNSS: read pin from file file can cause infinite loop
ITS#7312 MozNSS: context specific token description for certdb
ITS#7313 MozNSS: store certificate object instead of nickname in in ctx
ITS#7314 MozNSS: lock whole init and clenaup process
ITS#7315 MozNSS: do not authenticate to a slot manually
ITS#7316 MozNSS: do not retry when reading the pin from file
ITS#7327 smbk5pwd: error if crypto backend unsupported
ITS#7331 MozNSS: ignore untrusted issuer error when verifying server cert
ITS#7241 unbind: free socket prior to destroying TLS context
Jani Salonen (1):
ITS#7305 add slapi_[get|free]_client_ip()
Kurt Zeilenga (1):
Happy New Year!
Mat Booth (1):
ITS#7332 Changes required to build with Microsoft Visual Studio
Michael Stroeder (1):
ITS#7294 reference RFC4526 instead of draft
Ondrej Kuznik (14):
(ITS#6987) Consider only same attribute siblings for Cft_misc.
ITS#7182 Add mss_private for monitor subsystem.
ITS#7182 Introduce the variables for operation monitoring.
ITS#7182 Maintain the operation counts.
ITS#7182 Keep connection IDs for monitoring purposes.
ITS#7182 Rework monitor registration.
ITS#7182 Enable operation and connection monitoring.
ITS#7182 Expose the connection flags.
ITS#7182 Expose the URI used for this connection.
ITS#7182 Expose the peer address of a connection.
ITS#7182 allow for later monitor subsystem registration
ITS#7182 Remove monitor_info_t from params for monitor_entry_stub.
ITS#7182 Remove use of monitor_info_t in back-ldap.
ITS#7182 Simplify connection entry creation using entry_stub.
Pierangelo Masarati (10):
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
fix uninit'ed parameters to monitor_back_register_entry_attrs()
move entry_stub to monitor_extra_t
move entrypriv_create into monitor_extra_t
Quanah Gibson-Mount (78):
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
Return to RE
ITS#7225
ITS7225->ITS7255
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7253
ITS#7267
ITS#7266
ITS#7251
ITS#7282
ITS#7269
ITS#7270
ITS#7276
ITS#7271
ITS#7284
ITS#7222
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7285, ITS#7287
ITS#7076, ITS#7291, ITS#7289, ITS#7290
ITS#7292
ITS#7292 wording tweak
ITS#7303
ITS#7298
ITS#7294
ITS#7302
ITS#7293
ITS#7312, ITS#7313, ITS#7314, ITS#7315, ITS#7316
ITS#7319
ITS#7318
ITS#7317
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#6262, ITS#7323
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7332
ITS#7338
Note ITS#7337
Note ITS#7339
Revert f6b8103b789ae40234b0cb7574c1a9da4e5a1b21 for add.c
ITS#7331, ITS#7327
ITS#7325
ITS#6851
ITS#6987
ITS#7182
ITS#7241
ITS#7305
ITS#7168
ITS#7118, ITS#7133
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
Prep for release
SATOH Fumiyasu (4):
SHA2: Make slapd-sha2 module portable
ITS#7269 SHA2: Avoid "static char real_hash[]" to support multithread
ITS#7278 SHA-2: Add support salted SHA-2 password hashes
ITS#7284 slappasswd: Add support loading a dynamically loadable module
Ted Cheng (1):
ITS#7319 Always encode user DN in pwmod request.
Tim Strobell (Contractor) (2):
ITS#7285 Mozilla NSS: default cipher suite always selected
ITS#7289 MozNSS: cipher suite selection by name may be ignored
W. Trevor King (1):
ITS#7271 Don't clobber SASL_NOCANON in clients/tools/common.c
-----------------------------------------------------------------------
---
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 8a0ce24c5abaf687a41696d988f6a1330128368d (commit)
from ef3f84bf367d50215b6608a9bb0a180d7d264809 (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 8a0ce24c5abaf687a41696d988f6a1330128368d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 27 10:10:43 2012 -0700
Prep for release
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
build/version.var | 8 ++++----
2 files changed, 5 insertions(+), 5 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 ef3f84bf367d50215b6608a9bb0a180d7d264809 (commit)
via a8c1c007de2ad6edb367f3d861a782227a9b212a (commit)
via e9a4238250827fdc3144f1acee7576e41f88e1e4 (commit)
via 767ffedb204f9fcfb522cadd0e2d4512b2c561e3 (commit)
via 40a2db889caad7472ef347c83f0f9c5f906792da (commit)
via b61bada0de4ee810848c51c9f55eefc3affd10f4 (commit)
from c54b1a7da8b2f62f0bea1ece9036bb88b77162b0 (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 ef3f84bf367d50215b6608a9bb0a180d7d264809
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jul 21 06:21:56 2012 -0700
Use new Append support
commit a8c1c007de2ad6edb367f3d861a782227a9b212a
Merge: e9a4238 c54b1a7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 16:15:31 2012 -0700
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
commit e9a4238250827fdc3144f1acee7576e41f88e1e4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:39:37 2012 -0700
ITS#7118, ITS#7133
commit 767ffedb204f9fcfb522cadd0e2d4512b2c561e3
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 15:28:47 2012 -0800
Cleanup gssapi_flags -> ldo_gssapi_flags
commit 40a2db889caad7472ef347c83f0f9c5f906792da
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 14:40:00 2012 -0800
More for prev commit (270ef33acf18dc13bfd07f8a8e66b446f80e7d27)
commit b61bada0de4ee810848c51c9f55eefc3affd10f4
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 24 13:32:52 2012 -0800
ITS#7118, #7133 tentative fix
Move mutexes to end of structs, so libldap can ignore them
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/libldap/gssapi.c | 14 ++--
libraries/libldap/init.c | 8 ++-
libraries/libldap/ldap-int.h | 200 ++++++++++++++++++-----------------
servers/slapd/back-mdb/back-mdb.h | 1 +
servers/slapd/back-mdb/dn2id.c | 2 +-
servers/slapd/back-mdb/id2entry.c | 5 +-
servers/slapd/back-mdb/idl.c | 9 +-
servers/slapd/back-mdb/index.c | 8 +-
servers/slapd/back-mdb/nextid.c | 2 +
servers/slapd/back-mdb/proto-mdb.h | 1 +
11 files changed, 137 insertions(+), 114 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 c54b1a7da8b2f62f0bea1ece9036bb88b77162b0 (commit)
via 48febcafe935ed1c991d91213bd72a3d70ff0cef (commit)
via f0308c497b4fa7730cc9005679770528b911a805 (commit)
via 8531009ea60dfb1f88161fb7dc4a6deb6b33f7c5 (commit)
via e72848c7a2ce6763acf34d7576cd7a0dca50fab3 (commit)
via b3c3d89140dadff2de0bf987d48b1dfe77035811 (commit)
via fc5f77e1a009b17a94f6f7ef061805da9af1016b (commit)
via 9a01e70afba47804ef613380a0c8fc50183625fa (commit)
from 8f284ce023016618b36905ca5f82f18ffc686cbe (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 c54b1a7da8b2f62f0bea1ece9036bb88b77162b0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:33:35 2012 -0700
ITS#7168
commit 48febcafe935ed1c991d91213bd72a3d70ff0cef
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 25 12:45:32 2012 -0700
ITS#7168 cleanup prev commit
commit f0308c497b4fa7730cc9005679770528b911a805
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Jun 19 07:00:26 2012 +0200
ITS#7168 Fix count constraint when using multiple modifications
Constraint overlay doesn't take into account multiple modifications when using
count.
Red Hat Bugzilla: #742163
commit 8531009ea60dfb1f88161fb7dc4a6deb6b33f7c5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:32:35 2012 -0700
ITS#7305
commit e72848c7a2ce6763acf34d7576cd7a0dca50fab3
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 23 05:49:02 2012 -0700
ITS#7305 fix comments in prev commit
commit b3c3d89140dadff2de0bf987d48b1dfe77035811
Author: Jani Salonen <jani.salonen(a)eficode.com>
Date: Sat Jun 23 05:45:14 2012 -0700
ITS#7305 add slapi_[get|free]_client_ip()
commit fc5f77e1a009b17a94f6f7ef061805da9af1016b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:31:08 2012 -0700
ITS#7241
commit 9a01e70afba47804ef613380a0c8fc50183625fa
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu Apr 12 17:34:40 2012 +0200
ITS#7241 unbind: free socket prior to destroying TLS context
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 6 ++-
include/slapi-plugin.h | 2 +
libraries/libldap/unbind.c | 5 +-
servers/slapd/overlays/constraint.c | 108 ++++++++++++++++++++++------------
servers/slapd/slapi/slapi_utils.c | 36 ++++++++++++
5 files changed, 116 insertions(+), 41 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 8f284ce023016618b36905ca5f82f18ffc686cbe (commit)
from 5405ecce5813d8f54243884ebd99249b8d2083c6 (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 8f284ce023016618b36905ca5f82f18ffc686cbe
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 +++++++++---
1 files changed, 9 insertions(+), 3 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 5405ecce5813d8f54243884ebd99249b8d2083c6 (commit)
via 1b36182361bf3514588a554485545a9e2ece2738 (commit)
via 8719e16e1c7932c1336606fa56a181aa941c78b5 (commit)
via 2c6f7501318eb0e1a3581ae30ec9dc071af689dd (commit)
via 2650f0e0dc4fe97516effac7534d52a131ca4d55 (commit)
via b2d0e833e44b691008d5f1205bfdd5dbc5951b52 (commit)
via 687588a966f020304da479374e77492b1feebe8f (commit)
via 985bc4ccfefa70ae9d10a6c8eb0811122fd64977 (commit)
via 14450c8dcd0ba6f777efbbc819e2f3da73b86535 (commit)
via 1ca907f495eabdc620d595d4b6fcb4d826319aa3 (commit)
via 1ffd39061e49e99ca377b33bcdc8238cf284e1a1 (commit)
via a05f7c777f13e1e99d288c00f387c4d4ac60c668 (commit)
via 7ac4daffab390aac913135d5a87c71fdc8575d1c (commit)
via f2958fe7ef5185f879aab3fd057717733f9635b3 (commit)
via 422ce272a8ca95e86a07c08d42f49c4560f21c54 (commit)
via 9f53559f7b0d68d38ba9dfb6a8608c5f174e0336 (commit)
via d3e8c0c761dd7c80fc3aa94db92a5de69a9efa1a (commit)
via 76f281a39e0e42252048826b515d3c7287d24f9a (commit)
via 300433acda49569b82a33609f86d64694c531250 (commit)
via f2f109c664644b5ff9fa5758091f730126964d27 (commit)
via 5c9dd91e34a35f1af95fcde7f40db5a3a5c8a7f1 (commit)
via 40009114d1ec9ec19bc6fd63fb572d607c661bd6 (commit)
via d51d2694e5d672dac0c1dfa28103d3d228ee6a54 (commit)
via 509519a72b4ce817678f35bd8a800fe6884da060 (commit)
from e4d162333e724f31c35a8d4695d1f6a97d48748d (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 5405ecce5813d8f54243884ebd99249b8d2083c6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:27:25 2012 -0700
ITS#7182
commit 1b36182361bf3514588a554485545a9e2ece2738
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 8719e16e1c7932c1336606fa56a181aa941c78b5
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 2c6f7501318eb0e1a3581ae30ec9dc071af689dd
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 2650f0e0dc4fe97516effac7534d52a131ca4d55
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 b2d0e833e44b691008d5f1205bfdd5dbc5951b52
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.
commit 687588a966f020304da479374e77492b1feebe8f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Apr 9 18:36:14 2012 +0200
move entrypriv_create into monitor_extra_t
commit 985bc4ccfefa70ae9d10a6c8eb0811122fd64977
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Apr 9 18:15:31 2012 +0200
move entry_stub to monitor_extra_t
commit 14450c8dcd0ba6f777efbbc819e2f3da73b86535
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Apr 4 15:07:37 2012 +0200
fix uninit'ed parameters to monitor_back_register_entry_attrs()
commit 1ca907f495eabdc620d595d4b6fcb4d826319aa3
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 29 07:06:16 2012 -0700
ITS#7182 silence warning about AVL_APPLY type
commit 1ffd39061e49e99ca377b33bcdc8238cf284e1a1
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Tue Feb 28 15:44:31 2012 +0100
ITS#7182 Expose the peer address of a connection.
commit a05f7c777f13e1e99d288c00f387c4d4ac60c668
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Tue Feb 28 15:43:40 2012 +0100
ITS#7182 Expose the URI used for this connection.
commit 7ac4daffab390aac913135d5a87c71fdc8575d1c
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Tue Feb 28 15:02:51 2012 +0100
ITS#7182 Expose the connection flags.
The flags are exposed using a multivalued parameter so that other
connection flags (like back-meta's) could be exported without needing
additional code.
commit f2958fe7ef5185f879aab3fd057717733f9635b3
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Feb 8 16:52:44 2012 +0100
ITS#7182 Enable operation and connection monitoring.
Reintroduce the cn=connections entry exactly as it were before ITS#7182.
commit 422ce272a8ca95e86a07c08d42f49c4560f21c54
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Feb 8 16:33:34 2012 +0100
ITS#7182 Rework monitor registration.
Letting back-monitor create the subsystem entries is much more readable
than doing this manually.
Only the database is registered if needed (chain overlay has to be
updated to cope with this), the cn=Connection entry is removed in this
patch to be reinstated in the following one as part of the correct
subsystem.
The owner (overlay mostly) should already know the target subtree DN,
therefore the filter machinery can go away too.
commit 9f53559f7b0d68d38ba9dfb6a8608c5f174e0336
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Thu Mar 29 14:28:40 2012 +0200
ITS#7182 Keep connection IDs for monitoring purposes.
commit d3e8c0c761dd7c80fc3aa94db92a5de69a9efa1a
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Feb 8 14:18:29 2012 +0100
ITS#7182 Maintain the operation counts.
Currently ldap_back_default_rebind cannot access the ldapinfo structure.
Being a configurable callback, not letting it monitor when a change
might be disruptive feels safer.
commit 76f281a39e0e42252048826b515d3c7287d24f9a
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Wed Feb 8 14:14:11 2012 +0100
ITS#7182 Introduce the variables for operation monitoring.
Only completed operations are considered for now, this can be changed
if needed.
commit 300433acda49569b82a33609f86d64694c531250
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Tue Feb 7 16:09:44 2012 +0100
ITS#7182 Add mss_private for monitor subsystem.
During initialization (and elsewhere), the subsystems have no way of
storing local data. While embedding them inside a larger strusture and
breaking out when needed (like the current back-ldap monitoring code
currently does) works, it certainly does not add to readability.
Notice that there is still no way to unregister an active subsystem.
This patch does not attempt to include such functionality while it might
actually be needed with the advent of SLAP_CONFIG_DELETE.
commit f2f109c664644b5ff9fa5758091f730126964d27
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:22:53 2012 -0700
ITS#6987
commit 5c9dd91e34a35f1af95fcde7f40db5a3a5c8a7f1
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 27 01:52:31 2012 -0700
Cleanup prev commit
commit 40009114d1ec9ec19bc6fd63fb572d607c661bd6
Author: Ondrej Kuznik <ondrej.kuznik(a)acision.com>
Date: Fri Mar 9 14:37:59 2012 +0100
(ITS#6987) Consider only same attribute siblings for Cft_misc.
For all other ce_types it holds that each is represented by one
attribute, making ce_type matching for X-ORDERED siblings equivalent to
how back-ldif handles them. Cft_misc is means "all other types", however
no overlay/backend so far has used different attributes as siblings,
triggering the difference in handling between bconfig.c and back-ldif.
commit d51d2694e5d672dac0c1dfa28103d3d228ee6a54
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:19:52 2012 -0700
ITS#6851
commit 509519a72b4ce817678f35bd8a800fe6884da060
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Nov 17 17:31:50 2011 -0800
ITS#6851 replace assert with error msg
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
servers/slapd/back-bdb/monitor.c | 3 +-
servers/slapd/back-ldap/add.c | 4 +
servers/slapd/back-ldap/back-ldap.h | 21 +-
servers/slapd/back-ldap/bind.c | 35 +-
servers/slapd/back-ldap/chain.c | 18 +-
servers/slapd/back-ldap/compare.c | 4 +
servers/slapd/back-ldap/delete.c | 4 +
servers/slapd/back-ldap/extended.c | 8 +
servers/slapd/back-ldap/init.c | 10 +
servers/slapd/back-ldap/modify.c | 4 +
servers/slapd/back-ldap/modrdn.c | 4 +
servers/slapd/back-ldap/monitor.c | 801 +++++++++++++++++------
servers/slapd/back-ldap/search.c | 4 +
servers/slapd/back-mdb/monitor.c | 3 +-
servers/slapd/back-monitor/back-monitor.h | 10 +
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 | 6 +-
servers/slapd/back-monitor/init.c | 59 ++-
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 | 14 +-
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 +-
servers/slapd/bconfig.c | 31 +-
servers/slapd/overlays/pcache.c | 3 +-
31 files changed, 842 insertions(+), 239 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 e4d162333e724f31c35a8d4695d1f6a97d48748d (commit)
via 04a69b7949beaa700ef7b75c64600fe09101c86e (commit)
via 3642aef69b5b49af92cf911fc733e59ce63fc7e9 (commit)
via caa161cdc528e5eadf8380da9b0416b51aeeb494 (commit)
via 488706d6d549a608750bb069c1d64c2d38b5657b (commit)
from 8f06fd89780bbe1af33f73c8d37069977aa8f5f1 (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 e4d162333e724f31c35a8d4695d1f6a97d48748d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:16:16 2012 -0700
ITS#7325
commit 04a69b7949beaa700ef7b75c64600fe09101c86e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:12:20 2012 -0700
ITS#7331, ITS#7327
commit 3642aef69b5b49af92cf911fc733e59ce63fc7e9
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:01:34 2012 -0700
Revert f6b8103b789ae40234b0cb7574c1a9da4e5a1b21 for add.c
ITS#7325
commit caa161cdc528e5eadf8380da9b0416b51aeeb494
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Sat Jul 21 15:20:39 2012 +0200
ITS#7331 MozNSS: ignore untrusted issuer error when verifying server cert
Untrusted issuer error can appear with self-signed PEM certificates.
commit 488706d6d549a608750bb069c1d64c2d38b5657b
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu Jul 19 13:34:35 2012 +0200
ITS#7327 smbk5pwd: error if crypto backend unsupported
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 4 +++-
libraries/libldap/tls_m.c | 26 ++++++++++----------------
servers/slapd/back-perl/add.c | 2 +-
4 files changed, 17 insertions(+), 18 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 8f06fd89780bbe1af33f73c8d37069977aa8f5f1 (commit)
via 94e9c8212d7448c5d906fb63b1865ada1748ab87 (commit)
from d0cb65a83e13392ed2b89bbf0ea07e231a59360c (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 8f06fd89780bbe1af33f73c8d37069977aa8f5f1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:09:29 2012 -0700
Note ITS#7339
commit 94e9c8212d7448c5d906fb63b1865ada1748ab87
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 26 14:08:31 2012 -0700
Note ITS#7337
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git