Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
57b7003a by Sergei Trofimovich at 2020-03-26T22:06:41+00:00
thr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'
thr_posix.c: In function 'ldap_pvt_thread_set_concurrency':
thr_posix.c:96:9: error: implicit declaration of function 'pthread_setconcurrency'
return pthread_setconcurrency( n );
^~~~~~~~~~~~~~~~~~~~~~
pthread_setcanceltype
Signed-off-by: Sergei Trofimovich <slyfox(a)gentoo.org>
- - - - -
1 changed file:
- libraries/libldap_r/thr_posix.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/57b7003a6473206e2526dcc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/57b7003a6473206e2526dcc…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
23af2c36 by Kurt Zeilenga at 2020-03-26T18:45:00+00:00
ITS#8675 - Fix tools to not continue on TLS error
The spec says that upon StartTLS 'success', both TLS communications is
established on the octet following the Start TLS response (and the
request)... and that once one starts TLS communications, one can never
go back to LDAP without TLS. So if there's a TLS failure (whether as
part of TLS nego or later), LDAP communications cannot be continued
(without TLS).
Only ignoring LDAP errors (rc > 0) ensures that if TLS negotiation
fails, we don't attempt to send LDAP operations without TLS.
- - - - -
1 changed file:
- clients/tools/common.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/23af2c36e23be325fcd70f1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/23af2c36e23be325fcd70f1…
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:
140b676b by Ondřej Kuzník at 2020-02-21T10:44:59+00:00
ITS#9171 Insert callback in the right place
- - - - -
a2a859fd by Ondřej Kuzník at 2020-02-21T10:44:59+00:00
Correct cyrus-sasl version verison check
- - - - -
6bd2a372 by Quanah Gibson-Mount at 2020-02-21T21:10:49+00:00
ITS#9175 - Fix argument cast
Fixes potential segfault in ldapsearch
- - - - -
2c6fccb4 by Howard Chu at 2020-02-25T18:06:15+00:00
ITS#9121 plug entry leak
- - - - -
c2f75cd1 by Ryan Tandy at 2020-02-28T12:00:10-08:00
Regenerate portable.hin with autoheader 2.69
- - - - -
1dbb82ec by Ryan Tandy at 2020-02-28T12:00:14-08:00
Fix SLAPD_OVER_RETCODE description
- - - - -
1c05dce3 by Howard Chu at 2020-03-06T17:29:44+00:00
ITS#9121 fix filter error message
Filters use parentheses, not brackets.
- - - - -
6f5cc45f by Andrew Lawrence at 2020-03-07T16:55:35+00:00
ITS#8639 remove LANMAN hashed passwords
- - - - -
0de74408 by Ryan Tandy at 2020-03-07T16:55:35+00:00
ITS#8639 Regenerate configure and portable.hin
- - - - -
d34d2c39 by Ryan Tandy at 2020-03-07T16:55:35+00:00
ITS#8639 Delete LM hash support from smbk5pwd
- - - - -
2d87a1c7 by Howard Chu at 2020-03-11T19:17:10+00:00
ITS#9182 pcache: fix private DB init
- - - - -
4f7ea78c by Howard Chu at 2020-03-16T17:07:43+00:00
ITS#9181 Fix race on Windows mutex init
- - - - -
77855afb by Quanah Gibson-Mount at 2020-03-18T15:10:15+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
14 changed files:
- configure
- configure.in
- contrib/slapd-modules/smbk5pwd/README
- contrib/slapd-modules/smbk5pwd/slapo-smbk5pwd.5
- contrib/slapd-modules/smbk5pwd/smbk5pwd.c
- include/ldap_int_thread.h
- include/portable.hin
- libraries/libldap/getattr.c
- libraries/libldap_r/thr_nt.c
- libraries/liblutil/passwd.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/ppolicy.c
- servers/slapd/sasl.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3949829c2f8240958c5f24…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/3949829c2f8240958c5f24…
You're receiving this email because of your account on git.openldap.org.