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_45 has been created
at 14de19c9e57bade360ff935db9b727094206a01d (tag)
tagging d4c7868948a5b74c1e48cb2ff7f9871fe19ffae8 (commit)
replaces OPENLDAP_REL_ENG_2_4_44
tagged by Quanah Gibson-Mount
on Thu Jun 1 10:19:37 2017 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.45
Ben Jencks (3):
ITS#7506 tls_g.c: Properly support DHParamFile.
ITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage.
ITS#7506 DHParamFile: Update docs
Devin J. Pohly (1):
ITS#6826 conversion scripts
Emily Backes (1):
ITS#8569 Add a manpage for slapo-autogroup
Emmanuel Dreyfus (1):
Use newer DES API so that smbk5pwd loads with newer OpenSSL
Emmanuel Lecharny (1):
ITS#8571 Added testsuite to cover the proxyauthz configuration for proxycache and back-ldap
Gerardo Santana (1):
ITS#8499 Fix typo in admin guide
Hallvard Furuseth (35):
Comment ovpage code in mdb_cursor_put()
mdb_env_setup_locks: Plug mutexattr leak on error
lmdb.h Caveats: Reserved vs. actual mem/disk usage
ITS#8442 Fix uninitialized rs->sr_text in back-meta
ITS#8435 Fix uninited slap_callback.sc_writewait
ITS#8435 Move sc_writewait to end of slap_callback
Fix intro comments in test configs
Fix contrib prototypes - add ConfigReply*
Fix comment: SysV semaphores -> Posix semaphores
Pass cursor to mdb_page_get(), mdb_node_read().
Cleanup: Add flag DB_DUPDATA, drop DB_DIRTY hack
Factor out refreshing sub-page pointers
ITS#8209 MDB_CP_COMPACT: Threading/error handling
ITS#8209 MDB_CP_COMPACT: Handle empty or broken DB
Silence warning for initializer "mdb_copy my = {0}"
Doc fixes: VALID_FLAGS, mm_last_pg, mt_loose_count
Comment MDB_page
Fix mdb_page_list() message
Clean up MDB_USE_ROBUST #defines
ITS#7682 F_NOCACHE: Allow error, skip any O_DIRECT
Drop spurious Errcode() call
Clean up strange fcntl result check
ITS#7992 Tighter utf8_to_utf16(), fix errcodes
Factor filename handling out to mdb_fname_*()
Move opening files to mdb_fopen()
ITS#8505 Set FD_CLOEXEC for me_mfd,env_copy as well
ITS#8505 Protect parent from fork()-pthread_exit()
ITS#8505 Clarify fork() caveat, mdb_env_get_fd(), flock->fcntl.
Only set me_mfd if needed. Drop unused read access.
Note functions which must set MDB_TXN_ERROR on failure
doxygen cleanup
ITS#8542 mdb_dbi_open(): Protect mainDB cursors
ITS#8504 Fix prev commit: mc_error, #ifdef SIGPIPE
Doxygen fixes. Use DISTRIBUTE_GROUP_DOC.
More MDB_node doc
Howard Chu (47):
ITS#7506 cleanup prev commit
ITS#7506 fix prev commit
ITS#7506 more doc updates
Tweak Win32 errmsg buffer
ITS#8393 fix MDB_GET_BOTH on non-dup record
mdb_drop optimization
ITS#8406 fix xcursors after cursor_del
ITS#8412 fix NEXT_DUP after cursor_del
RE 0.9.19
ITS#8424 init cursor in mdb_env_cwalk
ITS#8339 Solaris 10/11 robust mutex fixes
ITS#8339, #8424
WIN64 needs off_t redefined too
ITS#8385 Fix use-after-free with GnuTLS
ITS#8413 don't use str2filter on precomputable filters
ITS#8413 fix prev commit
ITS#8423 check for pause in accesslog_purge
ITS#8428 init sc_writewait
ITS#8432 fix infinite looping mods in delta-mmr
ITS#8353 partial fixes
ITS#8353 partial fix
ITS#8353 more for OpenSSL 1.1 compat
More for ITS#8406 (xcursor fixups)
Add MDB_PREV_MULTIPLE (collected mdb.master changes)
ITS#8481 make shared lib suffix overridable
Fix mdb_audit() printf format
ITS#8489 reset cursor EOF flag in cursor_set
More 0.9.19 updates
ITS#8554 kFreeBSD is like BSD
ITS#8554
Release 0.9.19
Fix its6794 test
ITS#8558 fix mdb_load with escaped plaintext
RE 0.9.20
ITS#8557 fix mdb_cursor_last
Tweak cursor_next C_EOF check
ITS#8557
Happy New Year
Release 0.9.20
ITS#8533/ITS#8353 OpenSSL 1.1.0c compat
Fix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
0.9.20 still baking
Further fix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
ITS#8576 Revert "LDAP_TAILQ fix"
ITS#8585 Fail ldap_result if handle is already bad
ITS#8622 fix xcursor after cursor_del
Release 0.9.21
Howard Guo (1):
ITS#8529 Avoid hiding the error if user specified CA does not load
Jan Vcelak (1):
ITS#7177 add SASL_NOCANON option to ldap.conf(5)
Jephte CLAIN (1):
ITS#8344 - accesslog database should not be replicated
Kevin Lam (1):
ITS#8592 Fix double free in sssvlv overlay
Lorenz Bauer (1):
ITS#8504 mdb_env_copyfd2(): Don't abort on SIGPIPE
OndÅ™ej KuznÃk (5):
ITS#8215 Manpage fixes
ITS#8574 - Deal with rDN correctly
ITS#8266 Allow empty mods
ITS#6545 Update accesslog format and syncrepl consumer
ITS#8631 Initialize sal
Quanah Gibson-Mount (100):
Return to release engineering
ITS#7506
Fix minor typo
ITS#8385
ITS#6826 missing conversion scripts
ITS#8413
ITS#8414 - Remove use of "time", as it is non portable
ITS#8414
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8423
ITS#8428
ITS#8432
ITS#8099
Fix quickstart guide to reference etc/slapd.d instead of etc/cn=config
ITS#8449
Add -n 0 option to example slapadd command
ITS#8442
ITS#8435
ITS#8525
ITS#8353 -- More for OpenSSL 1.1.0 compat
ITS#8353 regenerate configure
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8534 - Fix regression test to correctly load back-ldap if it is built as a module
ITS#8534
ITS#8535 - Fix regression test for ITS#4337
ITS#8535
ITS#8521 - Add testcase for this regression
ITS#8521 - Updates to test to ensure it fails where it should fail and succeeds where it should succeed.
Fix rootdn
Specifically test for error 32 on the consumer.
ITS#839 Modify run.in so that it can run individual regression tests
ITS#8539 Fix "make its"/"make regressions" to actually run the regression suite for bdb/hdb/mdb backends
ITS8539
ITS#6794
ITS#8538 - Update information on the interval keyword, as it affects refreshAndPersist in very specific circumstances
ITS#8538
Delete extraneous line
Happy New Year!
Add 8353/8533 OpenSSL 1.1.0 support
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8568
ITS#8568
ITS#8570 - Fix typo
ITS#8562 - Various typo fixes
ITS#8563 - Fix missing mentions of back-mdb
ITS#8562, ITS#8563
ITS#8565 - Clearly document rootdn requirement for the ppolicy overlay
ITS#8544 - Grammar and escaping fixes
ITS#8565, ITS#8544
ITS#8569, ITS#8571
Fix regression test suite logic
ITS#8215
Fix comparison error
Fix grammar
Ensure BCMD is always defined
ITS#8576
Tweak examples to use back-mdb
Correctly exit if the backend is back-ldap
ITS#8253 - better document options for the syncprov module
ITS#8253 - Further clarification around replication information
ITS8589 - This modifies the test so that it will not trigger the issue described in the ITS.
ITS#8253
ITS#8529
ITS#8574
ITS#8585
ITS#7341, ITS#8391 - Pull in fix made to master but not RE24
ITS#8587 - Fix typos
ITS#7341, ITS#8391, ITS#8587
ITS#8499
ITS#7341 Fix typo in access control so that it is attrs= not attr=
ITS#7700
ITS#7177, ITS#6339 - Fix VV option information
ITS#7177, ITS#6339
ITS#7700 - Update syncrepl configuration bits with missing parameters
ITS#7700 - Update documentation about the "limits" configuration option
ITS#7700
ITS#8266
ITS#8353, ITS#8533 - Ensure that the deprecated API is not used when using OpenSSL 1.1 or later
ITS#8353, ITS#8533 - Fix libldap_r compilation
ITS#8353, ITS#8533 - Cleanup for libldap_r
ITS#6545
ITS#8631
ITS#8634 - Fix DES API function calls to current DES API
ITS#8634
ITS#8643 - Fix typo
ITS#8344
ITS#8613 - Note that slapo-memberOf should not be used in a replicated environment
ITS#8613
ITS#8635 - Note that non-zero serverID's are required for MMR, and that serverID 0 is specific to single master replication only
ITS#8635
ITS#8644
Fix slapo-pcache to use mdb as the example backend
ITS#8123 - Fix wording to match examples
ITS#8123
ITS#8592
ITS#8648
ITS#8655
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Prep for release
Ryan Tandy (7):
ITS#8099 bindconf ciphersuite setting is 'tls_cipher_suite'
ITS#8185 fix typo in man page
ITS#8644 wait for slapd to start in test064
ITS#8644 fix previous commit: initialize KILLPIDS
ITS#8648 init SASL library in global init
ITS#8648 check result of ldap_int_initialize in ldap_{get,set}_option
ITS#8655 fix double free on paged search with pagesize 0
-----------------------------------------------------------------------
---
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 d4c7868948a5b74c1e48cb2ff7f9871fe19ffae8 (commit)
from fb700f0e31b04780e0372b1f63215c51f784e7fa (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 d4c7868948a5b74c1e48cb2ff7f9871fe19ffae8
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 1 10:18:26 2017 -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 fb700f0e31b04780e0372b1f63215c51f784e7fa (commit)
via 60d500206a108b2c64ca7e36b0113b2cd3711b98 (commit)
via 8b780915d9a7d0e726c143ad2655c343e31ae045 (commit)
from 4d72a9dcb77c51aaf029d46b3adbb5de091d1f34 (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 fb700f0e31b04780e0372b1f63215c51f784e7fa
Merge: 4d72a9d 60d5002
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 1 10:09:45 2017 -0700
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 ++++-
libraries/liblmdb/lmdb.h | 4 ++--
libraries/liblmdb/mdb.c | 17 ++++++++++-------
3 files changed, 16 insertions(+), 10 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, LMDB_0.9.21 has been created
at 60d500206a108b2c64ca7e36b0113b2cd3711b98 (commit)
- Log -----------------------------------------------------------------
commit 60d500206a108b2c64ca7e36b0113b2cd3711b98
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 1 17:51:10 2017 +0100
Release 0.9.21
-----------------------------------------------------------------------
---
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 a58c01317ca02ef2fee65fd650a5a9f5e04a727c (commit)
via 60d500206a108b2c64ca7e36b0113b2cd3711b98 (commit)
via 8b780915d9a7d0e726c143ad2655c343e31ae045 (commit)
from 0cee1ffb6021b1aae3fcc9581699da1c85a6dd6e (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 a58c01317ca02ef2fee65fd650a5a9f5e04a727c
Merge: 0cee1ff 60d5002
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 1 17:52:15 2017 +0100
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 ++++-
libraries/liblmdb/lmdb.h | 4 ++--
libraries/liblmdb/mdb.c | 17 ++++++++++-------
3 files changed, 16 insertions(+), 10 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 60d500206a108b2c64ca7e36b0113b2cd3711b98 (commit)
from 8b780915d9a7d0e726c143ad2655c343e31ae045 (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 60d500206a108b2c64ca7e36b0113b2cd3711b98
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 1 17:51:10 2017 +0100
Release 0.9.21
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 ++++-
libraries/liblmdb/lmdb.h | 4 ++--
2 files changed, 6 insertions(+), 3 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 6f71a4589d460c0eeb552adf1fc440210e1fde81 (commit)
from 7cc611d78a350d680ab1cd5e65062bf7ca474402 (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 6f71a4589d460c0eeb552adf1fc440210e1fde81
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri May 26 16:54:43 2017 -0700
Fix gitweb.cgi to work with newer versions of perl
-----------------------------------------------------------------------
Summary of changes:
pages/devel/gitweb.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 4d72a9dcb77c51aaf029d46b3adbb5de091d1f34 (commit)
via ec2fe743f5795eb7aaf43687e6b257ac071cef22 (commit)
from 814ab4c18752ff24a127bbcebdabaa011f6343cb (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 4d72a9dcb77c51aaf029d46b3adbb5de091d1f34
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 22 12:08:55 2017 -0700
ITS#8655
commit ec2fe743f5795eb7aaf43687e6b257ac071cef22
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed May 17 20:07:39 2017 -0700
ITS#8655 fix double free on paged search with pagesize 0
Fixes a double free when a search includes the Paged Results control
with a page size of 0 and the search base matches the filter.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-mdb/search.c | 3 ++-
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 (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via ebc418b3ab318cab0231e2fc5e8da99e18f041e1 (commit)
from 0cee1ffb6021b1aae3fcc9581699da1c85a6dd6e (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 ebc418b3ab318cab0231e2fc5e8da99e18f041e1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 22 08:55:44 2017 -0700
Test commit, ignore, not in real repo
-----------------------------------------------------------------------
Summary of changes:
README | 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 0cee1ffb6021b1aae3fcc9581699da1c85a6dd6e (commit)
from 431c4af526b18abb4a18c2c4c8655690b753cbe5 (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 0cee1ffb6021b1aae3fcc9581699da1c85a6dd6e
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed May 17 20:07:39 2017 -0700
ITS#8655 fix double free on paged search with pagesize 0
Fixes a double free when a search includes the Paged Results control
with a page size of 0 and the search base matches the filter.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 3 ++-
1 file changed, 2 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 8b8ea7ae5dbc5f11d51b39535bb77869de58933f (commit)
from 0843c6bfc8df9416460e910164bba9d3b7aabd77 (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 8b8ea7ae5dbc5f11d51b39535bb77869de58933f
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon May 15 13:07:02 2017 -0700
test commit
-----------------------------------------------------------------------
Summary of changes:
README | 1 -
1 file changed, 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 0843c6bfc8df9416460e910164bba9d3b7aabd77 (commit)
from a81a1b5efc1d2be5210b8d4559850347cdde01cc (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 0843c6bfc8df9416460e910164bba9d3b7aabd77
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 15 12:56:29 2017 -0700
This is a test commit on replacement for Euler, testing email delivery
works as designed. It is not made in the actual production repository,
and can be safely ignored.
-----------------------------------------------------------------------
Summary of changes:
README | 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, OPENLDAP_REL_ENG_2_4 has been updated
via 814ab4c18752ff24a127bbcebdabaa011f6343cb (commit)
via 71a7040393ac02c807e6f2b78967725a3ebd378f (commit)
via d59310f86295d5ca0e2947efc78a08448610a074 (commit)
from 66d107e2261e198e41312a3f31218ab00b66c954 (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 814ab4c18752ff24a127bbcebdabaa011f6343cb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed May 10 09:52:39 2017 -0700
ITS#8648
commit 71a7040393ac02c807e6f2b78967725a3ebd378f
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sun May 7 20:16:00 2017 +0000
ITS#8648 check result of ldap_int_initialize in ldap_{get,set}_option
commit d59310f86295d5ca0e2947efc78a08448610a074
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri May 5 03:08:07 2017 +0000
ITS#8648 init SASL library in global init
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/libldap/cyrus.c | 17 +++--------------
libraries/libldap/init.c | 6 ++++++
libraries/libldap/options.c | 4 ++++
4 files changed, 14 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 431c4af526b18abb4a18c2c4c8655690b753cbe5 (commit)
via e437b12277c1cc8ec72e0f78f660137c60ffaad7 (commit)
from 7b5181da8cdd47a13041f9ee36fa9590a0fa6e48 (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 431c4af526b18abb4a18c2c4c8655690b753cbe5
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri May 5 03:08:07 2017 +0000
ITS#8648 init SASL library in global init
commit e437b12277c1cc8ec72e0f78f660137c60ffaad7
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sun May 7 20:16:00 2017 +0000
ITS#8648 check result of ldap_int_initialize in ldap_{get,set}_option
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/cyrus.c | 17 +++--------------
libraries/libldap/init.c | 6 ++++++
libraries/libldap/options.c | 4 ++++
3 files changed, 13 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 7b5181da8cdd47a13041f9ee36fa9590a0fa6e48 (commit)
from cc79503e0422679d7d6f150b51e4ab76b9e0032b (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 7b5181da8cdd47a13041f9ee36fa9590a0fa6e48
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sat May 6 22:50:13 2017 +0000
ITS#8650 retry gnutls_handshake after GNUTLS_E_AGAIN
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_g.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, 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