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 e6154ff43b707511a27698397d54c77a6ea0b01a (commit) via 3bd0f40051c8f07ba5c632dc13c63eacf308301e (commit) via 6035918f4599b8a38f047c26cd42baf39edd1a61 (commit) via b831c50720b7e4f3dd1f75ddbc7a15b36efc7fcc (commit) via 0ff2afca49f0331182ab877c1d5e770bad5b926d (commit) via 18ca34837ba0f50df6f53b3776592f6182f55e23 (commit) via c0787b698a9fc7d3b8aed4c038fc780f1eb63fb3 (commit) via 1b06cd9325cf190abffdd37e641aeeb7a52190fe (commit) via ffdaf661789f568bdfbab0b25f5a2ab20998d3fd (commit) via 6f319138edfb96a483febcb7d0ee557b393481b8 (commit) from 721a038b7bc9732f52eeef5324c180c4f137cd75 (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 e6154ff43b707511a27698397d54c77a6ea0b01a Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Oct 17 10:39:43 2016 -0700
ITS#8414
commit 3bd0f40051c8f07ba5c632dc13c63eacf308301e Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Apr 29 18:30:30 2016 -0700
ITS#8414 - Remove use of "time", as it is non portable
commit 6035918f4599b8a38f047c26cd42baf39edd1a61 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Oct 17 10:34:04 2016 -0700
ITS#8413
commit b831c50720b7e4f3dd1f75ddbc7a15b36efc7fcc Author: Howard Chu hyc@openldap.org Date: Thu Apr 28 10:54:47 2016 +0100
ITS#8413 fix prev commit
Filter needs AttributeAssertions
commit 0ff2afca49f0331182ab877c1d5e770bad5b926d Author: Howard Chu hyc@openldap.org Date: Thu Apr 28 03:04:16 2016 +0100
ITS#8413 don't use str2filter on precomputable filters
and more importantly, avoid escaping requirements that str2filter has
commit 18ca34837ba0f50df6f53b3776592f6182f55e23 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Oct 17 10:29:50 2016 -0700
ITS#6826 missing conversion scripts
commit c0787b698a9fc7d3b8aed4c038fc780f1eb63fb3 Author: Devin J. Pohly djpohly@gmail.com Date: Fri Feb 4 21:51:40 2011 +0000
ITS#6826 conversion scripts
These were provided as part of the original ITS but not previously committed. Perl scripts to convert between Apache and OpenLDAP hash formats.
commit 1b06cd9325cf190abffdd37e641aeeb7a52190fe Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Oct 17 10:26:18 2016 -0700
ITS#8385
commit ffdaf661789f568bdfbab0b25f5a2ab20998d3fd Author: Howard Chu hyc@openldap.org Date: Sat Mar 12 11:03:29 2016 +0000
ITS#8385 Fix use-after-free with GnuTLS
commit 6f319138edfb96a483febcb7d0ee557b393481b8 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Feb 26 18:37:10 2016 -0600
Fix minor typo
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 ++++++ contrib/slapd-modules/passwd/apr1-atol.pl | 29 +++++++++++++++++++++++++ contrib/slapd-modules/passwd/apr1-ltoa.pl | 31 +++++++++++++++++++++++++++ doc/man/man8/slapd.8 | 2 +- libraries/libldap/tls_g.c | 18 +++++++++------- servers/slapd/syncrepl.c | 33 +++++++++++++++++++++++++++-- tests/scripts/test008-concurrency | 3 +-- 7 files changed, 109 insertions(+), 13 deletions(-) create mode 100644 contrib/slapd-modules/passwd/apr1-atol.pl create mode 100644 contrib/slapd-modules/passwd/apr1-ltoa.pl