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 57253688b381375ae8b5a1ffce7a2d2d369bb743 (commit)
from f5da6638ecb8ea97df53856542231df4a3befca1 (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 57253688b381375ae8b5a1ffce7a2d2d369bb743
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Nov 26 21:22:23 2017 +0100
ITS#8778 Fix telephoneNumberNormalize("-" or " ")
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_init.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 f5da6638ecb8ea97df53856542231df4a3befca1 (commit)
from 36da75830f22db80b4de0bfd67cd8b361b6d053b (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 f5da6638ecb8ea97df53856542231df4a3befca1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Nov 17 14:30:45 2017 -0800
ITS#8753, ITS#8774 - Fix compilation with older versions of OpenSSL
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 8 ++++++++
1 file changed, 8 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 36da75830f22db80b4de0bfd67cd8b361b6d053b (commit)
from 8e34ed8c786a1f786976da046907f7dbd5d3458d (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 36da75830f22db80b4de0bfd67cd8b361b6d053b
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Nov 14 09:28:18 2017 +0000
ITS#8753 Remove extraneous file
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/lbase64.c | 1 -
1 file changed, 1 deletion(-)
delete mode 120000 libraries/libldap_r/lbase64.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 8e34ed8c786a1f786976da046907f7dbd5d3458d (commit)
via 91ebfc82ea75dee6b9751353c39220b8236f496e (commit)
from 3d5a7545b950afa81b45e2a7d82593d7de2beff1 (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 8e34ed8c786a1f786976da046907f7dbd5d3458d
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Nov 7 18:35:33 2017 +0000
ITS#8753 Public key pinning support in libldap
commit 91ebfc82ea75dee6b9751353c39220b8236f496e
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Nov 7 18:35:05 2017 +0000
ITS#8753 Move base64 decoding to separate file
-----------------------------------------------------------------------
Summary of changes:
include/ldap.h | 1 +
libraries/libldap/Makefile.in | 4 +-
libraries/libldap/init.c | 1 +
libraries/libldap/lbase64.c | 108 ++++++++++++++++++++++++++++++++++++++++
libraries/libldap/ldap-int.h | 11 +++-
libraries/libldap/ldap-tls.h | 2 +
libraries/libldap/ldif.c | 75 ++++------------------------
libraries/libldap/open.c | 26 ++++++++++
libraries/libldap/tls2.c | 83 ++++++++++++++++++++++++++++++
libraries/libldap/tls_g.c | 106 +++++++++++++++++++++++++++++++++++++++
libraries/libldap/tls_m.c | 1 +
libraries/libldap/tls_o.c | 64 ++++++++++++++++++++++++
libraries/libldap_r/Makefile.in | 4 +-
libraries/libldap_r/lbase64.c | 1 +
14 files changed, 416 insertions(+), 71 deletions(-)
create mode 100644 libraries/libldap/lbase64.c
create mode 120000 libraries/libldap_r/lbase64.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git