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 624c1fac8b5775fd919e308ca93c7b41b08087cc (commit)
from eb25ece4695036beb826da9cd231b22b0410e2a4 (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 624c1fac8b5775fd919e308ca93c7b41b08087cc
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 9 19:11:22 2015 +0100
ITS#8184 avoid redundant mod ops
If multiple ppolicy overlays are present on a glued tree, they all
attempt to update the policy operational attributes in response to
password-related activities. The redundant mod ops will cause the
entire op to fail. Check for these ops before inserting new ones.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 89 ++++++++++++++++++++++++--------------
1 file changed, 56 insertions(+), 33 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 5180b7723186cafe45d5e3b686e1feebd411756b (commit)
via 4dfe8dd368da658b47ecffd0f50c59c7ef813456 (commit)
from a97728fd9843cf1227df6474346e848e473d9473 (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 5180b7723186cafe45d5e3b686e1feebd411756b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 10 02:13:46 2015 +0000
Fix awkward wording
commit 4dfe8dd368da658b47ecffd0f50c59c7ef813456
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jul 10 02:13:17 2015 +0000
Fix typo
-----------------------------------------------------------------------
Summary of changes:
pages/devel/contributing.wml | 4 ++--
pages/devel/programming.wml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via a97728fd9843cf1227df6474346e848e473d9473 (commit)
from 30dc2b985b8d0356694726bd11799d8783e6a6dc (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 a97728fd9843cf1227df6474346e848e473d9473
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jul 9 05:25:52 2015 +0000
Fix various typos
-----------------------------------------------------------------------
Summary of changes:
pages/devel/contributing.wml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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 eb25ece4695036beb826da9cd231b22b0410e2a4 (commit)
from b7a291a488dff3902931559670cf94c7abe2655b (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 eb25ece4695036beb826da9cd231b22b0410e2a4
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 8 14:25:52 2015 +0100
Revert unintended commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 3 +--
1 file changed, 1 insertion(+), 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 b7a291a488dff3902931559670cf94c7abe2655b (commit)
from 1ab08d2f8e4c9baf71e3c146e95d013d7b8bd656 (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 b7a291a488dff3902931559670cf94c7abe2655b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 8 14:22:29 2015 +0100
Experimental syslog() replacement
2-3x faster than libc. Add it to the Makefile yourself if you want to test it.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 3 +-
servers/slapd/syslog.c | 329 +++++++++++++++++++++++++++++++++++++
2 files changed, 331 insertions(+), 1 deletion(-)
create mode 100644 servers/slapd/syslog.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, master has been updated
via 1ab08d2f8e4c9baf71e3c146e95d013d7b8bd656 (commit)
from a18d4c97638e2ba84b9f0e7b12c4d1b9993b073d (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 1ab08d2f8e4c9baf71e3c146e95d013d7b8bd656
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 7 19:08:54 2015 +0100
Fix whitespace in manpage
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/slapo-adremap.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, mdb.master has been updated
via 749633e48a80bfa6f5ca297769b6b9ff65ad3365 (commit)
from ad87d6a3f45d8ba2c00336bcdea1df5ebd17162a (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 749633e48a80bfa6f5ca297769b6b9ff65ad3365
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 7 13:41:32 2015 +0100
ITS#8190 fix cursor EOF bug
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +++-
1 file changed, 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 2f781c8b5269078f5c030a0cef73e7d9b5139773 (commit)
via a69df0e48e989441ae5f9b490d00e8b39723adc3 (commit)
from b5d42e7d12c3804ac82e0fdb54f47ce8bfbef071 (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 2f781c8b5269078f5c030a0cef73e7d9b5139773
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 6 11:55:49 2015 -0500
ITS#8056
commit a69df0e48e989441ae5f9b490d00e8b39723adc3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 6 11:55:18 2015 -0500
ITS#8056
Regenerate configure
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ++-
configure | 4 ++--
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, OPENLDAP_REL_ENG_2_5 has been updated
via ad98cf3e9cbea2e1bb9d139900b88d14a374bf73 (commit)
from adc59c69b9f748f367db93e9d900d75bc009b856 (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 ad98cf3e9cbea2e1bb9d139900b88d14a374bf73
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 6 11:54:31 2015 -0500
ITS#8056
Regenerate configure
-----------------------------------------------------------------------
Summary of changes:
configure | 4 ++--
1 file 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 a18d4c97638e2ba84b9f0e7b12c4d1b9993b073d (commit)
from b6208a447451eb419151ad6b900d567f8e0fdd52 (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 a18d4c97638e2ba84b9f0e7b12c4d1b9993b073d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jul 6 11:49:24 2015 -0500
ITS#8056
Regenerate configure
-----------------------------------------------------------------------
Summary of changes:
configure | 6 +++---
1 file changed, 3 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, mdb.master has been updated
via ad87d6a3f45d8ba2c00336bcdea1df5ebd17162a (commit)
via ebb8b671095de788502807ad4074274a90eddecd (commit)
via 5cd5e928c1bb140487670fe18a4637e787f2f047 (commit)
via 4033f31acbed3d136a35103c9c7f514816b19681 (commit)
via be0cdc1c9dbe9105a8066087e8b3f2249b111a11 (commit)
via 084d412f9b6d89806cd8dbbaa0b2d3a59470dc45 (commit)
via 530587158528f87d65b097a90885c0811684fdb7 (commit)
via b6ac0cd90ac3bdd1c464dc3a1d304772769bb75b (commit)
via f702e33b6cdf750a0affab64144379138bcf997c (commit)
via 11536bea2533db3c1f1fcf9b0864ecaee11da851 (commit)
via a937740aa0c47dc7a1a5e9be42dcea2dd3c81683 (commit)
from 943b23f01141ec0e9f85fa166b7867d63afcc5a9 (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 ad87d6a3f45d8ba2c00336bcdea1df5ebd17162a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:50:21 2015 +0200
More ESECT declarations
commit ebb8b671095de788502807ad4074274a90eddecd
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:49:12 2015 +0200
Add DB_USRVALID, to avoid 'dbi == FREE_DBI' tests
commit 5cd5e928c1bb140487670fe18a4637e787f2f047
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:07 2015 +0200
Simpler flag/DBI checks and MDB_DEBUG
commit 4033f31acbed3d136a35103c9c7f514816b19681
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:06 2015 +0200
Simpler mdb_drop().
MDB_DBI_CHANGED(,MAIN_DBI) is never true.
commit be0cdc1c9dbe9105a8066087e8b3f2249b111a11
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:05 2015 +0200
Simpler mdb_node_shrink()
commit 084d412f9b6d89806cd8dbbaa0b2d3a59470dc45
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:04 2015 +0200
Simpler mdb_txn_commit().
mt_env is always set.
Commit(mt_child) resets mt_child, so parent need not.
commit 530587158528f87d65b097a90885c0811684fdb7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:03 2015 +0200
mdb_txn_begin() cleanup
commit b6ac0cd90ac3bdd1c464dc3a1d304772769bb75b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:02 2015 +0200
mdb_drop0(): Omit scanning DUPSORT sub-DB leaves
commit f702e33b6cdf750a0affab64144379138bcf997c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:48:01 2015 +0200
Use mdb_cmp_long() for FREE_DBI
commit 11536bea2533db3c1f1fcf9b0864ecaee11da851
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 4 13:42:41 2015 +0200
mdb_env_get_flags(): Hide internal flags
commit a937740aa0c47dc7a1a5e9be42dcea2dd3c81683
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jul 3 22:38:50 2015 +0200
ITS#7969 Wrap unportable __sync_synchronize in #if
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 161 +++++++++++++++++++++--------------------------
1 file changed, 73 insertions(+), 88 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 b6208a447451eb419151ad6b900d567f8e0fdd52 (commit)
from e4278b5731c190d1ae68fbd25a684087bf3ed4a2 (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 b6208a447451eb419151ad6b900d567f8e0fdd52
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 3 20:11:25 2015 +0100
New ADremap overlay
-----------------------------------------------------------------------
Summary of changes:
contrib/ConfigOIDs | 1 +
.../slapd-modules/{lastbind => adremap}/Makefile | 8 +-
contrib/slapd-modules/adremap/adremap.c | 352 ++++++++++++++++++++
contrib/slapd-modules/adremap/slapo-adremap.5 | 94 ++++++
4 files changed, 451 insertions(+), 4 deletions(-)
copy contrib/slapd-modules/{lastbind => adremap}/Makefile (89%)
create mode 100644 contrib/slapd-modules/adremap/adremap.c
create mode 100644 contrib/slapd-modules/adremap/slapo-adremap.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 e4278b5731c190d1ae68fbd25a684087bf3ed4a2 (commit)
from ea43ac38bf8919b028466e493a69e77fdd91657d (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 e4278b5731c190d1ae68fbd25a684087bf3ed4a2
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 3 10:52:20 2015 +0100
Fix cfg OID typos
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/lastbind/lastbind.c | 4 ++--
1 file 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, mdb.master has been updated
via 943b23f01141ec0e9f85fa166b7867d63afcc5a9 (commit)
via 9574b65648dc20fb2e0f267a63068cc92e56bd2d (commit)
via 8293b20cfed74b5a24ffef931ffa643663c02cd0 (commit)
from 7d162bcf31a293242118a625a426becfb1974626 (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 943b23f01141ec0e9f85fa166b7867d63afcc5a9
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jul 2 21:14:56 2015 +0200
Restore support for Posix semaphores
commit 9574b65648dc20fb2e0f267a63068cc92e56bd2d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jul 2 21:06:35 2015 +0200
Fix mdb_mutex_t, add mdb_mutexref_t, drop MDB_MUTEX().
Fixes the types of Windows HANDLEs, they became HANDLE*.
MDB_MUTEX() took a magic r/w arg which it's nice to get rid of.
commit 8293b20cfed74b5a24ffef931ffa643663c02cd0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jul 2 21:06:27 2015 +0200
Add MDB_USE_POSIX_MUTEX.
So far just to help aligning mdb.master and mdb.RE.
We'll make it an option later.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 2 +-
libraries/liblmdb/lmdb.h | 3 +-
libraries/liblmdb/mdb.c | 200 +++++++++++++++++++++++++++++++-------------
3 files changed, 146 insertions(+), 59 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 ea43ac38bf8919b028466e493a69e77fdd91657d (commit)
from e069a79239774e4fb1a68358c37ab79c0afd0e2d (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 ea43ac38bf8919b028466e493a69e77fdd91657d
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 2 20:12:51 2015 +0100
Merge authTimestamp from lastbind overlay
This code duplicates the basic function of lastbind. The two overlays
cannot be used together. The timestamp Mod op is changed to require
the old value to still be present at the end of the Bind. This allows
us to detect collisions (multiple successful Binds in the same time
window) and properly fail the extra Bind attempts.
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/README | 5 +-
contrib/slapd-modules/passwd/totp/slapd-totp.c | 148 +++++++++++++++++++++++-
2 files changed, 147 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, mdb.RE/0.9 has been updated
via 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (commit)
from 56e4e20ebca0ae6459c479de66cd174c10d2d4c6 (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 1b6085cb9b0735a7442d9972b5beb0be241dbdfc
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 2 18:04:25 2015 +0100
Return to Release Engineering
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
1 file changed, 2 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, mdb.master has been updated
via 7d162bcf31a293242118a625a426becfb1974626 (commit)
from bf55ce55451213be69caea225bd3d713ed3aba7e (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 7d162bcf31a293242118a625a426becfb1974626
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 2 18:03:36 2015 +0100
CHANGES only belongs in mdb.RE
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 112 ---------------------------------------------
1 file changed, 112 deletions(-)
delete mode 100644 libraries/liblmdb/CHANGES
---
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 e069a79239774e4fb1a68358c37ab79c0afd0e2d (commit)
from a23fc2fd947fa86b240732d5421e82528e42509e (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 e069a79239774e4fb1a68358c37ab79c0afd0e2d
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 2 17:05:14 2015 +0100
Add TOTP pw mechanism
-----------------------------------------------------------------------
Summary of changes:
.../slapd-modules/passwd/{sha2 => totp}/Makefile | 5 +-
contrib/slapd-modules/passwd/totp/README | 75 +++
contrib/slapd-modules/passwd/totp/slapd-totp.c | 580 ++++++++++++++++++++
3 files changed, 657 insertions(+), 3 deletions(-)
copy contrib/slapd-modules/passwd/{sha2 => totp}/Makefile (91%)
create mode 100644 contrib/slapd-modules/passwd/totp/README
create mode 100644 contrib/slapd-modules/passwd/totp/slapd-totp.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 b5d42e7d12c3804ac82e0fdb54f47ce8bfbef071 (commit)
from b0e621964928b93abab300eff9c5f6ace595a833 (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 b5d42e7d12c3804ac82e0fdb54f47ce8bfbef071
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 1 17:09:57 2015 -0500
Return to release engineering
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
build/version.var | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 30dc2b985b8d0356694726bd11799d8783e6a6dc (commit)
from e4f76cab7d59735284fef343773ebd539b47f594 (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 30dc2b985b8d0356694726bd11799d8783e6a6dc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 1 18:31:58 2015 +0000
Update hosting information
-----------------------------------------------------------------------
Summary of changes:
templates/openldap/common.wml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via e4f76cab7d59735284fef343773ebd539b47f594 (commit)
from 908d0d4f8db983db0ea2e6551078238126db84ac (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 e4f76cab7d59735284fef343773ebd539b47f594
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 1 18:19:16 2015 +0000
Check in sponsorship changes
-----------------------------------------------------------------------
Summary of changes:
templates/openldap/common.wml | 4 ++--
templates/openldap/openldap.wml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 908d0d4f8db983db0ea2e6551078238126db84ac (commit)
from 274115f08cc12e0ad614684dde548f9dbf2dbde4 (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 908d0d4f8db983db0ea2e6551078238126db84ac
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 1 17:59:15 2015 +0000
Really check in bits for mobile browsers
-----------------------------------------------------------------------
Summary of changes:
pages/index.wml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 274115f08cc12e0ad614684dde548f9dbf2dbde4 (commit)
from 5e92de34418aeb3f3299b8f744f89ede0a39ac9a (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 274115f08cc12e0ad614684dde548f9dbf2dbde4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jul 1 17:43:14 2015 +0000
Bump version to OpenLDAP 2.4.41
-----------------------------------------------------------------------
Summary of changes:
pages/.wmlrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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 b0e621964928b93abab300eff9c5f6ace595a833 (commit)
from 007bf89bded3d182c6d7cc3cd9ca39d487db049b (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 b0e621964928b93abab300eff9c5f6ace595a833
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sat Jun 20 19:19:58 2015 -0500
Prepare for release 2.4.41
-----------------------------------------------------------------------
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