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 a7fe3288a3841a6cf38078c54289f7ab85a3f789 (commit)
from a4c0b9315daef8268f1f23a4e4c96b7e96726fc6 (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 a7fe3288a3841a6cf38078c54289f7ab85a3f789
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Feb 26 14:55:38 2012 -0600
Add address, phones and emails to User entity. Fix minor defects in REST interface.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/ObjectFactory.java | 13 +
.../java/com/jts/fortress/SecurityException.java | 1 +
.../jts/fortress/cli/CommandLineInterpreter.java | 39 +-
src/main/java/com/jts/fortress/cli/Options.java | 275 +++--
src/main/java/com/jts/fortress/cli/package.html | 24 +-
src/main/java/com/jts/fortress/rbac/Address.java | 232 +++
src/main/java/com/jts/fortress/rbac/User.java | 189 +++-
src/main/java/com/jts/fortress/rbac/UserDAO.java | 194 +++-
.../com/jts/fortress/rest/AdminMgrRestImpl.java | 2 +-
src/main/java/com/jts/fortress/rest/RestUtils.java | 6 +-
.../com/jts/fortress/rest/ReviewMgrRestImpl.java | 2 +-
.../java/com/jts/fortress/AdminMgrConsole.java | 15 +
.../java/com/jts/fortress/ReviewMgrConsole.java | 49 +-
.../java/com/jts/fortress/rbac/UserTestData.java | 1569 +++++++++++++++++---
14 files changed, 2279 insertions(+), 331 deletions(-)
create mode 100644 src/main/java/com/jts/fortress/rbac/Address.java
---
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 annotated tag, OPENLDAP_REL_ENG_2_4_30 has been created
at 5dca330e2b04f777691f3f88b962112e9f07c167 (tag)
tagging 857ccf362f555d6c2762f93f568cef7e75830a2f (commit)
replaces OPENLDAP_REL_ENG_2_4_29
tagged by Quanah Gibson-Mount
on Sat Feb 25 16:54:48 2012 -0800
- Log -----------------------------------------------------------------
OpenLDAP 2.4.30
David M. Syzdek (1):
ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
Hallvard Furuseth (1):
ITS#7160 Support POSIX make: No $< in target rules
Howard Chu (12):
Partial revert of f30269f5d2e4bb5ee7486fe6542078d1b59dba6d
Add some debug info to aid Delete tracking
ITS#7162 Revert "ITS#7052 ignore Adds with too old entryCSN"
ITS#7143 fix attr_dup2 when no values are present (attrsOnly = TRUE)
ITS#7174 lutil_str2bin: can't modify input strings
ITS#7176 fix slapindex -q -t
ITS#7167 only poll sockets for write as needed
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
ITS#7178 fix uninit'd op->ors_deref
ITS#7170 fix Quick mode index generation
More for ITS#7170
ITS#7180 fix mdb_entry_get when mdb_entry_next was not called
Quanah Gibson-Mount (13):
Partial ITS#6024 revert
ITS#7162
ITS#7143
ITS#7174
ITS#7173
ITS#7176
ITS#7167
ITS#7160
ITS#7178
ITS#7170
Return to RE
ITS#7180
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 857ccf362f555d6c2762f93f568cef7e75830a2f (commit)
from eb3ea424b840fd7ab5611aa645019c2c80b354bf (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 857ccf362f555d6c2762f93f568cef7e75830a2f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sat Feb 25 16:54:21 2012 -0800
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 eb3ea424b840fd7ab5611aa645019c2c80b354bf (commit)
via 1ec63aae355d20f13fbaef85a4e7e23b98f395ec (commit)
from e0c593de9ce8e0a25c82f9f9ad2b2ea9c2996aeb (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 eb3ea424b840fd7ab5611aa645019c2c80b354bf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 24 15:38:44 2012 -0800
ITS#7180
commit 1ec63aae355d20f13fbaef85a4e7e23b98f395ec
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 24 15:20:17 2012 -0800
ITS#7180 fix mdb_entry_get when mdb_entry_next was not called
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-mdb/tools.c | 17 +++++++++++++++++
2 files changed, 18 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 c4325af7e0a79bf2bd7675288307675ec032db7d (commit)
from fd978ebe9dd79d789a3f7034513c76b4dd42efc9 (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 c4325af7e0a79bf2bd7675288307675ec032db7d
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 24 15:20:17 2012 -0800
ITS#7180 fix mdb_entry_get when mdb_entry_next was not called
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 17 +++++++++++++++++
1 files changed, 17 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 fd978ebe9dd79d789a3f7034513c76b4dd42efc9 (commit)
via 4685391f8fdb2401284ae889df66022b4091b1d5 (commit)
via 1542d29a9956994ea2bb83f90da6e209dc884f00 (commit)
via 35ee3c1bba904b95b1a023a5f8d3ed866429bdcf (commit)
from 9b9f4984f00d930e9c9dc4281eee802a3247191a (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 fd978ebe9dd79d789a3f7034513c76b4dd42efc9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 23 16:57:48 2012 -0800
ITS#7177 make manpages more consistent
commit 4685391f8fdb2401284ae889df66022b4091b1d5
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu Feb 23 15:49:13 2012 -0800
ITS#7177 doc updates, further cleanup needed
commit 1542d29a9956994ea2bb83f90da6e209dc884f00
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Mon Jan 30 13:27:14 2012 +0900
ITS#7152 Add missing '>' in tools help message
commit 35ee3c1bba904b95b1a023a5f8d3ed866429bdcf
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Mon Jan 30 13:26:20 2012 +0900
ITS#7152 Add -o option to ldap*.1 man pages
-----------------------------------------------------------------------
Summary of changes:
clients/tools/common.c | 6 +-
doc/man/man1/ldapcompare.1 | 39 ++++++++--
doc/man/man1/ldapdelete.1 | 87 +++++++++++++--------
doc/man/man1/ldapexop.1 | 156 +++++++++++++++++++------------------
doc/man/man1/ldapmodify.1 | 103 ++++++++++++++++---------
doc/man/man1/ldapmodrdn.1 | 72 +++++++++++------
doc/man/man1/ldappasswd.1 | 121 ++++++++++++++++++-----------
doc/man/man1/ldapsearch.1 | 183 +++++++++++++++++++++++++-------------------
doc/man/man1/ldapwhoami.1 | 47 ++++++++---
9 files changed, 495 insertions(+), 319 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 e0c593de9ce8e0a25c82f9f9ad2b2ea9c2996aeb (commit)
from ff35d83e7337083ba74901148b22440a267eeb45 (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 e0c593de9ce8e0a25c82f9f9ad2b2ea9c2996aeb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 23 12:12:19 2012 -0800
Return to RE
-----------------------------------------------------------------------
Summary of changes:
build/version.var | 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 ff35d83e7337083ba74901148b22440a267eeb45 (commit)
via 18b85d0848b35af38102597dc1662f080ca40286 (commit)
via 47850fb34de1cdf9b31d2840ecbacd2475b4879d (commit)
from 9df27f92d36ab1938701f51a494e1f83c7ebafc1 (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 ff35d83e7337083ba74901148b22440a267eeb45
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 23 12:10:20 2012 -0800
ITS#7170
commit 18b85d0848b35af38102597dc1662f080ca40286
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 23 12:08:53 2012 -0800
More for ITS#7170
commit 47850fb34de1cdf9b31d2840ecbacd2475b4879d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 22 16:01:59 2012 -0800
ITS#7170 fix Quick mode index generation
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-mdb/idl.c | 6 +++---
2 files changed, 4 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, master has been updated
via 9b9f4984f00d930e9c9dc4281eee802a3247191a (commit)
from 3792e9ec5999fa6fce5ea29ebdf3ab6de84ed55a (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 9b9f4984f00d930e9c9dc4281eee802a3247191a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 23 12:08:53 2012 -0800
More for ITS#7170
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/idl.c | 1 +
1 files changed, 1 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, OPENLDAP_REL_ENG_2_4 has been updated
via 9df27f92d36ab1938701f51a494e1f83c7ebafc1 (commit)
via c3ed01a5744a03a43fd771bef05d425926954705 (commit)
from 56b7111078342197824c9b3b63b5e4e943bb24f7 (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 9df27f92d36ab1938701f51a494e1f83c7ebafc1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 23 09:45:07 2012 -0800
ITS#7178
commit c3ed01a5744a03a43fd771bef05d425926954705
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 23 01:16:39 2012 -0800
ITS#7178 fix uninit'd op->ors_deref
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/pcache.c | 1 +
2 files changed, 2 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 3792e9ec5999fa6fce5ea29ebdf3ab6de84ed55a (commit)
from c4d78a17c314a554bd1e0d29fa1bf19babb53d67 (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 3792e9ec5999fa6fce5ea29ebdf3ab6de84ed55a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 23 01:16:39 2012 -0800
ITS#7178 fix uninit'd op->ors_deref
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/pcache.c | 1 +
1 files changed, 1 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 c4d78a17c314a554bd1e0d29fa1bf19babb53d67 (commit)
from aa33f4b220924d9b054c5acbce3440dadef41a27 (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 c4d78a17c314a554bd1e0d29fa1bf19babb53d67
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 22 16:01:59 2012 -0800
ITS#7170 fix Quick mode index generation
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/idl.c | 5 ++---
1 files changed, 2 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 56b7111078342197824c9b3b63b5e4e943bb24f7 (commit)
via 981cf705713625989f5af01920447d81d222c8e1 (commit)
via 007665cc322065ac6834e45dbcb0d331006dafb6 (commit)
from 956842d3d0d617c0a71142d1580491e777e53b2f (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 56b7111078342197824c9b3b63b5e4e943bb24f7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 12:23:38 2012 -0800
ITS#7160
commit 981cf705713625989f5af01920447d81d222c8e1
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Feb 21 11:52:01 2012 -0800
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
commit 007665cc322065ac6834e45dbcb0d331006dafb6
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Feb 18 18:17:40 2012 +0100
ITS#7160 Support POSIX make: No $< in target rules
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
contrib/ldaptcl/Makefile.in | 2 +-
libraries/libmdb/mdb.c | 4 ++++
servers/slapd/back-mdb/Makefile.in | 4 ++--
4 files changed, 10 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, master has been updated
via aa33f4b220924d9b054c5acbce3440dadef41a27 (commit)
via b23bb7a0b143bbe3d1cd301ea101368a80ddce67 (commit)
from 164e7388788102cd41d66fc07b5e4b9ea38b754d (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 aa33f4b220924d9b054c5acbce3440dadef41a27
Merge: 164e738 b23bb7a
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Feb 21 11:52:44 2012 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 4 ++++
1 files changed, 4 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, mdb.master has been updated
via b23bb7a0b143bbe3d1cd301ea101368a80ddce67 (commit)
from 953796759e666adbc28962b9f79f97e8946819e3 (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 b23bb7a0b143bbe3d1cd301ea101368a80ddce67
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Feb 21 11:52:01 2012 -0800
ITS#7160 get BYTE_ORDER def for HPUX (and Solaris)
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 4 ++++
1 files changed, 4 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, OPENLDAP_REL_ENG_2_4 has been updated
via 956842d3d0d617c0a71142d1580491e777e53b2f (commit)
via c9ca519cca1bdfb4848514f1ecd30e769c6e1c2f (commit)
from 5432ce3b1f9ba17981d33a6953f76729cefa35a6 (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 956842d3d0d617c0a71142d1580491e777e53b2f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 09:47:37 2012 -0800
ITS#7167
commit c9ca519cca1bdfb4848514f1ecd30e769c6e1c2f
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 20 14:51:30 2012 -0800
ITS#7167 only poll sockets for write as needed
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ++-
libraries/libldap/ldap-int.h | 1 +
libraries/libldap/open.c | 2 --
libraries/libldap/os-ip.c | 26 ++++++++++++++++++++++++++
libraries/libldap/request.c | 1 +
libraries/libldap/result.c | 6 +++---
6 files changed, 33 insertions(+), 6 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 5432ce3b1f9ba17981d33a6953f76729cefa35a6 (commit)
via b7f4feb51655eb88a5745344cd0f298cf9cad075 (commit)
from 35e0ea6ff612445c9e760cb0a3e69928041731b8 (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 5432ce3b1f9ba17981d33a6953f76729cefa35a6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 20 17:24:47 2012 -0800
ITS#7176
commit b7f4feb51655eb88a5745344cd0f298cf9cad075
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 20 17:04:24 2012 -0800
ITS#7176 fix slapindex -q -t
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-mdb/tools.c | 32 ++++++++++++++++----------------
2 files changed, 17 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, master has been updated
via 164e7388788102cd41d66fc07b5e4b9ea38b754d (commit)
from 33f6bc4fe623a2fdef02de1a84fdb93de1aad32a (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 164e7388788102cd41d66fc07b5e4b9ea38b754d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 20 17:04:24 2012 -0800
ITS#7176 fix slapindex -q -t
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 32 ++++++++++++++++----------------
1 files changed, 16 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 35e0ea6ff612445c9e760cb0a3e69928041731b8 (commit)
via 7b23cea98cb2899eb53cfcc3ccd85fea08318964 (commit)
via 189ce991f6f19ef07d32df41c83aab3291f5a0ec (commit)
via dcd744392b5a51d2e2de2d68d7180d25e2ec5940 (commit)
from a872419164a2767a832fb6734c11d391c234bcdc (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 35e0ea6ff612445c9e760cb0a3e69928041731b8
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 20 16:38:05 2012 -0800
ITS#7173
commit 7b23cea98cb2899eb53cfcc3ccd85fea08318964
Author: David M. Syzdek <syzdek(a)bindlebinaries.com>
Date: Sat Feb 18 05:29:30 2012 -0900
ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
The prototype for ldap_modify_ext() in the C header file declares
msgidp as "int *", however the current manpage declares msgidp as
"int **". This patch updates the manpage to accurately reflect the
C header.
Signed-off-by: David M. Syzdek <syzdek(a)bindlebinaries.com>
commit 189ce991f6f19ef07d32df41c83aab3291f5a0ec
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 20 16:37:19 2012 -0800
ITS#7174
commit dcd744392b5a51d2e2de2d68d7180d25e2ec5940
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 19 18:10:16 2012 -0800
ITS#7174 lutil_str2bin: can't modify input strings
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
doc/man/man3/ldap_modify.3 | 2 +-
libraries/liblutil/utils.c | 24 +++++++++++-------------
3 files changed, 15 insertions(+), 14 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 33f6bc4fe623a2fdef02de1a84fdb93de1aad32a (commit)
from 92ed65d298e47822b9e3ed7d4f9d8b938bf8b780 (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 33f6bc4fe623a2fdef02de1a84fdb93de1aad32a
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 20 14:51:30 2012 -0800
ITS#7167 only poll sockets for write as needed
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldap-int.h | 1 +
libraries/libldap/open.c | 2 --
libraries/libldap/os-ip.c | 26 ++++++++++++++++++++++++++
libraries/libldap/request.c | 1 +
libraries/libldap/result.c | 6 +++---
5 files changed, 31 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, master has been updated
via 92ed65d298e47822b9e3ed7d4f9d8b938bf8b780 (commit)
from 0df3b9222a7c7ca49a37c70be557b935246b5df8 (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 92ed65d298e47822b9e3ed7d4f9d8b938bf8b780
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 19 18:10:16 2012 -0800
ITS#7174 lutil_str2bin: can't modify input strings
-----------------------------------------------------------------------
Summary of changes:
libraries/liblutil/utils.c | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.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 a4c0b9315daef8268f1f23a4e4c96b7e96726fc6 (commit)
from ab60d990c9f9d158ba0ae5083267ad64a39a7479 (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 a4c0b9315daef8268f1f23a4e4c96b7e96726fc6
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Feb 19 10:50:36 2012 -0600
Cleanup ids used for naming http services.
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/rest/AccessMgrRestImpl.java | 22 +-
.../com/jts/fortress/rest/AdminMgrRestImpl.java | 89 +++----
.../com/jts/fortress/rest/AuditMgrRestImpl.java | 12 +-
.../fortress/rest/DelegatedAccessMgrRestImpl.java | 17 +-
.../fortress/rest/DelegatedAdminMgrRestImpl.java | 52 ++--
.../fortress/rest/DelegatedReviewMgrRestImpl.java | 12 +-
src/main/java/com/jts/fortress/rest/HttpIds.java | 259 +++++++++-----------
.../jts/fortress/rest/PswdPolicyMgrRestImpl.java | 23 +--
.../com/jts/fortress/rest/ReviewMgrRestImpl.java | 64 +++---
9 files changed, 253 insertions(+), 297 deletions(-)
---
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 82a98167e17f4cceeedca4941d1d13ca367567ce (commit)
from 77b9f88e8d30b58fa80aa3ed181117bccb4644f5 (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 82a98167e17f4cceeedca4941d1d13ca367567ce
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Feb 18 18:31:36 2012 -0600
Cleanup logging.
-----------------------------------------------------------------------
Summary of changes:
.../jts/fortress/sentry/J2eePolicyMgrFactory.java | 14 ++--
.../com/jts/fortress/sentry/J2eePolicyMgrImpl.java | 16 +++---
.../fortress/sentry/tomcat/TcAccessMgrImpl.java | 18 +++---
.../fortress/sentry/websphere/WsAccessMgrImpl.java | 64 ++++++++++----------
.../fortress/sentry/tomcat/Tc7AccessMgrProxy.java | 32 +++++-----
.../fortress/sentry/tomcat/TcAccessMgrProxy.java | 32 +++++-----
.../proxy/com/jts/fortress/sentry/util/CpUtil.java | 22 ++++----
7 files changed, 99 insertions(+), 99 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, master has been updated
via 0df3b9222a7c7ca49a37c70be557b935246b5df8 (commit)
from 465942e74ddbd8c5b91b9452ee36ec08e335b45f (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 0df3b9222a7c7ca49a37c70be557b935246b5df8
Author: David M. Syzdek <syzdek(a)bindlebinaries.com>
Date: Sat Feb 18 05:29:30 2012 -0900
ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
The prototype for ldap_modify_ext() in the C header file declares
msgidp as "int *", however the current manpage declares msgidp as
"int **". This patch updates the manpage to accurately reflect the
C header.
Signed-off-by: David M. Syzdek <syzdek(a)bindlebinaries.com>
-----------------------------------------------------------------------
Summary of changes:
doc/man/man3/ldap_modify.3 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git