Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 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
- - - - -
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.
- - - - -
650b1404 by Howard Chu at 2020-08-21T20:06:56+01:00
ITS#9054, #9318 add new TLS options to slapd bindconf
For use with back-ldap/back-meta/syncrepl/etc
- - - - -
aa782993 by Quanah Gibson-Mount at 2020-08-21T19:34:27+00:00
ITS#9311 - Correctly mark overlays as singular
- - - - -
f876eac3 by Quanah Gibson-Mount at 2020-08-21T19:34:27+00:00
ITS#9311 - Contrib modules to be singular
- - - - -
8a521c17 by Fredrik Roubert at 2020-08-21T21:45:19+00:00
ITS#9232 - Implement caseIgnoreListSubstringsMatch.
- - - - -
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.
- - - - -
5aa7e0f6 by Howard Chu at 2020-08-24T15:12:24+00:00
ITS#9324 syncrepl: don't wait forever in Refresh mode
Just poll for available data, same as Persist mode.
Clarify retry/return states from do_syncrep2
- - - - -
8df03b43 by Fabrice Fontaine at 2020-08-25T19:54:59+00:00
ITS#9327 - Fix stripping when cross-compiling
Probably-Signed-off-by: Dave Bender <bender(a)benegon.com>
[yann.morin.1998(a)free.fr: patch was made by Dave, but he
forgot his SoB line, so I added it]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998(a)free.fr>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/openldap/0001-fix_cross_st…]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice(a)gmail.com>
- - - - -
9666306d by Howard Chu at 2020-08-25T21:13:22+00:00
ITS#9329 syncrepl: fix regression from ITS#9282
- - - - -
c1411b81 by Quanah Gibson-Mount at 2020-08-25T21:52:04+00:00
ITS#9323 - Limit to OpenSSL 1.0.2 or later
- - - - -
9900794a by Howard Chu at 2020-08-26T21:00:00+01:00
ITS#9329 Re-fix merge_state
A bit uglier but more straightforward.
- - - - -
e3faae93 by Howard Chu at 2020-08-26T20:53:38+00:00
ITS#9328 cldap: check for error on connected socket
libldap doesn't use a connected socket for UDP sessions, but 3rd
parties can, passed in with ldap_init_fd().
- - - - -
8889f905 by Quanah Gibson-Mount at 2020-08-26T21:43:21+00:00
ITS#9323 - Regenerate configure
- - - - -
b48afc2e by Quanah Gibson-Mount at 2020-08-26T21:44:11+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
30 changed files:
- aclocal.m4
- build/openldap.m4
- build/shtool
- build/top.mk
- clients/tools/Makefile.in
- configure
- configure.in
- contrib/slapd-modules/addpartial/addpartial-overlay.c
- contrib/slapd-modules/adremap/adremap.c
- contrib/slapd-modules/allop/allop.c
- contrib/slapd-modules/allowed/allowed.c
- contrib/slapd-modules/authzid/authzid.c
- contrib/slapd-modules/autogroup/autogroup.c
- contrib/slapd-modules/cloak/cloak.c
- contrib/slapd-modules/denyop/denyop.c
- contrib/slapd-modules/dupent/dupent.c
- contrib/slapd-modules/lastbind/lastbind.c
- contrib/slapd-modules/lastmod/lastmod.c
- contrib/slapd-modules/noopsrch/noopsrch.c
- contrib/slapd-modules/nops/nops.c
- contrib/slapd-modules/smbk5pwd/smbk5pwd.c
- contrib/slapd-modules/trace/trace.c
- contrib/slapd-modules/usn/usn.c
- 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
- include/portable.hin
- libraries/libldap/init.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/afcb343ceae349ff4cbe5c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/afcb343ceae349ff4cbe5c…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
ec5eba53 by Howard Chu at 2020-08-26T21:38:17+00:00
ITS#9328 cldap: check for error on connected socket
libldap doesn't use a connected socket for UDP sessions, but 3rd
parties can, passed in with ldap_init_fd().
- - - - -
06ab4743 by Quanah Gibson-Mount at 2020-08-26T21:39:01+00:00
ITS#9328
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/result.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1c7a4f1e5ec8a90571e5f5…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/1c7a4f1e5ec8a90571e5f5…
You're receiving this email because of your account on git.openldap.org.