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 <on...@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 <on...@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

Reply via email to