Alexandre Julliard pushed to branch master at wine / wine
Commits: 5fcc0f75 by Dmitry Timoshkov at 2025-05-21T21:31:48+02:00 ldap: When initializing security context ask for mutual authentication.
RFC4752 mentions it as required on the client side: https://www.rfc-editor.org/rfc/rfc4752#page-3
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55304 Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - - 27185ea5 by Dmitry Timoshkov at 2025-05-21T21:31:49+02:00 ldap: Sasl_encode()/sasl_decode() should treat encrypted buffer as data + token for Kerberos.
Partially based on a patch by Hans Leidekker.
Cyrus SASL GSSAPI plugin does it this way: https://github.com/cyrusimap/cyrus-sasl/blob/master/plugins/gssapi.c
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55304 Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - - 55fea5d3 by Dmitry Timoshkov at 2025-05-21T21:31:49+02:00 ldap: Add support for missing ISC_RET_CONFIDENTIALITY in the server response.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - -
1 changed file:
- libs/ldap/libldap/sasl_w.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be4a8a2138f6a3a39c26cdc64d0bae...