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 b939bb519e75c9ee1953b3ae06ad6fecc01eac35 (commit) via c9ccdf8554bc93bd1665d71643a470ac4b73997b (commit) via 13c39b98b5566b476171726edb754186b78a0329 (commit) via 2e011eeb6798b5b2743eda63a5023350d36efcdd (commit) via a336241e0e2d317f3befb5aebbe2fbd21b4cd291 (commit) via 7b41feed83b572567ed0f51b6f122207998267ec (commit) via 83fb51555504242c2d0aef19be844ab76060619e (commit) from 2860fd4c6ce19f9743f11c451e20b24b172f0a0e (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 b939bb519e75c9ee1953b3ae06ad6fecc01eac35 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 15:42:17 2017 +0100
Set the CA cert in cn=config if none was already set
commit c9ccdf8554bc93bd1665d71643a470ac4b73997b Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 15:41:16 2017 +0100
Fixup pause handling, silence warnings
Don't try to resume the pool if pausing failed.
commit 13c39b98b5566b476171726edb754186b78a0329 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 15:39:44 2017 +0100
Fixup handle_pause()
Return -1 if running on the main thread - which means there are no worker threads to pause.
commit 2e011eeb6798b5b2743eda63a5023350d36efcdd Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 15:39:13 2017 +0100
Fixup cacert option
commit a336241e0e2d317f3befb5aebbe2fbd21b4cd291 Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 15:35:05 2017 +0100
Add ldap_pvt_thread_pool_queues decl
Was missing from 0ef9e6107baf45d29e194442991132df6c190adb
commit 7b41feed83b572567ed0f51b6f122207998267ec Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 14:51:25 2017 +0100
Support setting cacert/cert/key directly in cn=config entry
commit 83fb51555504242c2d0aef19be844ab76060619e Author: Howard Chu hyc@openldap.org Date: Sun Apr 9 14:49:48 2017 +0100
Fixup cacert/cert/key options
Add get_option support, allow delete by setting a NULL arg.
-----------------------------------------------------------------------
Summary of changes: include/ldap_pvt_thread.h | 5 +++ libraries/libldap/tls2.c | 72 ++++++++++++++++++++++++++--------- libraries/libldap/tls_o.c | 4 +- libraries/libldap_r/tpool.c | 2 + servers/slapd/bconfig.c | 80 ++++++++++++++++++++++++++++++--------- servers/slapd/overlays/autoca.c | 50 ++++++++++++++++++++++++ 6 files changed, 176 insertions(+), 37 deletions(-)