Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
2d8d526a by Howard Chu at 2020-08-21T22:03:42+00:00
ITS#7595 more for LDAP_OPT_X_TLS_ECNAME
Update ldap_get_option(3) for LDAP_OPT_X_TLS_ECNAME
- - - - -
aacec4c8 by Howard Chu at 2020-08-21T22:21:43+00:00
ITS#9054 Add support for multiple EECDH curves
Requires OpenSSL 1.0.2 or newer
- - - - -
730ba65e by Howard Chu at 2020-08-21T22:43:47+00:00
ITS#9318 add TLS_REQSAN option
Add an option to specify how subjectAlternativeNames should be
handled when validating the names in a server certificate.
- - - - -
a9f42b12 by Howard Chu at 2020-08-21T23:02:11+00:00
ITS#9054, #9318 add new TLS options to slapd bindconf
For use with back-ldap/back-meta/syncrepl/etc
- - - - -
12 changed files:
- doc/man/man3/ldap_get_option.3
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- include/ldap.h
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/tls2.c
- libraries/libldap/tls_g.c
- libraries/libldap/tls_o.c
- servers/slapd/config.c
- servers/slapd/slap.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/53d0351e464a1211ea474f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/53d0351e464a1211ea474f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
88e569d8 by Howard Chu at 2020-08-23T19:32:51+00:00
ITS#9249 librewrite: fix malloc/free corruption
If substitution parsing fails, would attempt to free a mapping
that hadn't been allocated yet.
Also, on failure, caller in saslauthz would attempt to free a
rwinfo struct that hadn't been allocated.
- - - - -
2 changed files:
- libraries/librewrite/subst.c
- servers/slapd/saslauthz.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/88e569d8572aa91c8d3f685…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/88e569d8572aa91c8d3f685…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
608a8223 by Howard Chu at 2020-08-21T18:05:08+00:00
ITS#9318 add TLS_REQSAN option
Add an option to specify how subjectAlternativeNames should be
handled when validating the names in a server certificate.
- - - - -
8 changed files:
- doc/man/man3/ldap_get_option.3
- doc/man/man5/ldap.conf.5
- include/ldap.h
- libraries/libldap/init.c
- libraries/libldap/ldap-int.h
- libraries/libldap/tls2.c
- libraries/libldap/tls_g.c
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/608a822349aa66acc21855d…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/608a822349aa66acc21855d…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
2386a116 by Howard Chu at 2020-08-21T07:58:07+01:00
ITS#9054 Add support for multiple EECDH curves
Requires OpenSSL 1.0.2 or newer
- - - - -
7 changed files:
- doc/man/man3/ldap_get_option.3
- doc/man/man5/ldap.conf.5
- doc/man/man5/slapd-config.5
- doc/man/man5/slapd.conf.5
- libraries/libldap/init.c
- libraries/libldap/tls2.c
- libraries/libldap/tls_o.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/2386a11649132751fd97264…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/2386a11649132751fd97264…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
b0d73083 by Howard Chu at 2020-08-13T18:18:45+01:00
ITS#9135 fix index error on collapsed range
- - - - -
2f94318f by Howard Chu at 2020-08-18T22:00:58+01:00
ITS#7926 support multiple config cleanup functions per op
Prep for main changes
- - - - -
9d2f1530 by Howard Chu at 2020-08-18T22:37:50+01:00
ITS#7926 dynamic changes to olcListenerThreads
Reallocates sockets from old to new listener threads
- - - - -
12e11c9b by Howard Chu at 2020-08-18T23:49:26+00:00
ITS#9121 slapo-dynlist, -memberof: define memberOf if needed
Ignore if it's defined already. Make it no-user-mod.
- - - - -
092d0a89 by Quanah Gibson-Mount at 2020-08-20T00:05:26+00:00
ITS#9121 - Use memberOf instead of dgMemberOf
- - - - -
afcb343c by Quanah Gibson-Mount at 2020-08-20T00:15:15+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
19 changed files:
- include/ldap_pvt_thread.h
- libraries/libldap/tpool.c
- servers/slapd/back-asyncmeta/config.c
- servers/slapd/back-mdb/config.c
- servers/slapd/back-mdb/idl.c
- servers/slapd/back-meta/config.c
- servers/slapd/back-wt/config.c
- servers/slapd/bconfig.c
- servers/slapd/config.c
- servers/slapd/config.h
- servers/slapd/connection.c
- servers/slapd/daemon.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/overlays/memberof.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/translucent.c
- servers/slapd/proto-slap.h
- tests/data/dynlist.out
- tests/scripts/test044-dynlist
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e0ab0c383919b56cab6d22…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e0ab0c383919b56cab6d22…
You're receiving this email because of your account on git.openldap.org.