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 cc79503e0422679d7d6f150b51e4ab76b9e0032b (commit)
via 11bf6bc10aeb8333df28a00410306904c69ff776 (commit)
from 3eeb562489ed79638a38e3a02d8e6f1cfd1049a0 (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 cc79503e0422679d7d6f150b51e4ab76b9e0032b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 23 15:13:23 2017 -0700
ITS#8123 - Fix wording to match examples
commit 11bf6bc10aeb8333df28a00410306904c69ff776
Author: Kevin Lam <kevinanties(a)gmail.com>
Date: Tue Feb 21 12:20:38 2017 +0800
ITS#8592 Fix double free in sssvlv overlay
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 2 +-
doc/man/man5/slapd.conf.5 | 2 +-
servers/slapd/overlays/sssvlv.c | 105 ++++++++++++++++++++++++---------------
3 files changed, 66 insertions(+), 43 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 3eeb562489ed79638a38e3a02d8e6f1cfd1049a0 (commit)
from 0f101f0fce872fe38703061daf5e530121833865 (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 3eeb562489ed79638a38e3a02d8e6f1cfd1049a0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Apr 25 16:09:22 2017 -0700
Fix slapo-pcache to use mdb as the example backend
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-pcache.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 0f101f0fce872fe38703061daf5e530121833865 (commit)
from 92eabee52e6019f85f6a17db4ce1d8f32c63cd75 (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 0f101f0fce872fe38703061daf5e530121833865
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Apr 25 11:47:49 2017 -0700
ITS#8205 - Pick up changes that were ignored in the last commit
-----------------------------------------------------------------------
Summary of changes:
.../slapd-modules/passwd/pbkdf2/slapo-pw-pbkdf2.5 | 10 +-
contrib/slapd-modules/passwd/sha2/slapd-pw-sha2.5 | 4 +-
contrib/slapd-modules/passwd/slapd-pw-radius.5 | 10 +-
contrib/slapd-modules/passwd/totp/slapo-totp.5 | 194 ++++++++------------
contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5 | 6 +-
5 files changed, 92 insertions(+), 132 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 92eabee52e6019f85f6a17db4ce1d8f32c63cd75 (commit)
via 46da831b6d9e1745587d713e998a3f2bd8b2e83e (commit)
from 9e657b7676895ecddb0f2e14791be3f06d9543b1 (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 92eabee52e6019f85f6a17db4ce1d8f32c63cd75
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Apr 25 11:37:48 2017 -0700
ITS#8205 - Fix typos, use man page from Howard for TOTP
commit 46da831b6d9e1745587d713e998a3f2bd8b2e83e
Author: Peter Marschall <peter(a)adpm.de>
Date: Sun Jul 26 15:04:26 2015 +0200
ITS#8205 - contrib/smbk5pwd: add man page, install it too
Add a manual page slapo-smbk5pwd.5 and update smbk5pwd's Makefile to
install the new manual page.
ITS#8205 - contrib/lastbind: install man page
Update lastbind's Makefile to install the manual page too.
ITS#8205 - contrib/passwd/sha2: add man page, install it too
Add a manual page slapd-pw-sha2.5 and update passwd/sha2's Makefile to
install the new manual page.
ITS#8205 - contrib/adremap: install man page
Update adremap's Makefile to install the manual page too.
ITS#8205 - contrib/allop: install man page
Update allop's Makefile to install the manual page too.
ITS#8205 - contrib/cloak: install man page
Update cloak's Makefile to install the manual page too.
ITS#8205 - contrib/lastmod: install man page
Update lastmod's Makefile to install the manual page too.
ITS#8205 - contrib/nops: install man page
Update nops's Makefile to install the manual page too.
ITS#8205 - contrib/nssov: install man page
Update nssov's Makefile to install the manual page too.
ITS#8205 - contrib/passwd: add man page slapd-pw-sha2.5, install it too
Add a manual page slapd-pw-radius.5 and update passwd's Makefile to
install the new manual page.
ITS#8205 - contrib/passwd/totp: add man page, install it too
Add a manual page slapo-totp.5 and update passwd/totp's Makefile to
install the new manual page.
ITS#8205 - contrib/passwd/pbkdf2: add man page, install it too
Add a manual page slapd-pw-pbkdf2.5 and update passwd/pbkdf2's Makefile to
install the new manual page.
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/Makefile | 14 +-
contrib/slapd-modules/allop/Makefile | 14 +-
contrib/slapd-modules/cloak/Makefile | 14 +-
contrib/slapd-modules/lastbind/Makefile | 14 +-
contrib/slapd-modules/lastmod/Makefile | 13 +-
contrib/slapd-modules/nops/Makefile | 14 +-
contrib/slapd-modules/nssov/Makefile | 15 +-
contrib/slapd-modules/passwd/Makefile | 14 +-
contrib/slapd-modules/passwd/pbkdf2/Makefile | 15 +-
.../slapd-modules/passwd/pbkdf2/slapo-pw-pbkdf2.5 | 112 ++++++++++++
contrib/slapd-modules/passwd/sha2/Makefile | 14 +-
contrib/slapd-modules/passwd/sha2/slapd-pw-sha2.5 | 118 +++++++++++++
contrib/slapd-modules/passwd/slapd-pw-radius.5 | 110 ++++++++++++
contrib/slapd-modules/passwd/totp/Makefile | 14 +-
contrib/slapd-modules/passwd/totp/slapo-totp.5 | 131 ++++++++++++++
contrib/slapd-modules/smbk5pwd/Makefile | 14 +-
contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5 | 179 ++++++++++++++++++++
17 files changed, 807 insertions(+), 12 deletions(-)
create mode 100644 contrib/slapd-modules/passwd/pbkdf2/slapo-pw-pbkdf2.5
create mode 100644 contrib/slapd-modules/passwd/sha2/slapd-pw-sha2.5
create mode 100644 contrib/slapd-modules/passwd/slapd-pw-radius.5
create mode 100644 contrib/slapd-modules/passwd/totp/slapo-totp.5
create mode 100644 contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5
---
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 9e657b7676895ecddb0f2e14791be3f06d9543b1 (commit)
from b622163ecf14a179d932f779164af5e393311dd8 (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 9e657b7676895ecddb0f2e14791be3f06d9543b1
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Tue Apr 25 01:53:56 2017 +0000
ITS#8644 fix previous commit: initialize KILLPIDS
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test064-constraint | 1 +
1 file changed, 1 insertion(+)
---
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 b622163ecf14a179d932f779164af5e393311dd8 (commit)
from 33f5e7122c6fdd6c4d5e38ba56a7a115b51e3496 (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 b622163ecf14a179d932f779164af5e393311dd8
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Tue Apr 25 01:28:25 2017 +0000
ITS#8644 wait for slapd to start in test064
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test064-constraint | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
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 33f5e7122c6fdd6c4d5e38ba56a7a115b51e3496 (commit)
from c4eaa5416dcc45e8d7c768a46d5bbf9fe154a308 (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 33f5e7122c6fdd6c4d5e38ba56a7a115b51e3496
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Apr 24 13:15:56 2017 -0700
ITS#8635 - Note that non-zero serverID's are required for MMR, and that serverID 0 is specific to single master replication only
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 7 ++++---
doc/man/man5/slapd.conf.5 | 7 ++++---
2 files changed, 8 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, master has been updated
via c4eaa5416dcc45e8d7c768a46d5bbf9fe154a308 (commit)
from 70e85ec6246079af27c7a655cb3b6d300d377446 (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 c4eaa5416dcc45e8d7c768a46d5bbf9fe154a308
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 23 12:23:56 2017 -0700
ITS#8613 - Note that slapo-memberOf should not be used in a replicated environment
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-memberof.5 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
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 70e85ec6246079af27c7a655cb3b6d300d377446 (commit)
from 38ac129e3a457ab6f1f41379ddd3fab3c56bf06b (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 70e85ec6246079af27c7a655cb3b6d300d377446
Author: Jephte CLAIN <Jephte.Clain(a)univ-reunion.fr>
Date: Thu Dec 31 12:03:56 2015 +0400
ITS#8344 - accesslog database should not be replicated
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/overlays.sdf | 3 +++
doc/guide/admin/replication.sdf | 2 ++
2 files changed, 5 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git