Module: wine Branch: master Commit: 8fb04515cfc733eaee66201941fcce5120865ce5 URL: https://gitlab.winehq.org/wine/wine/-/commit/8fb04515cfc733eaee66201941fcce5...
Author: Alex Henrie alexhenrie24@gmail.com Date: Thu Mar 30 09:34:48 2023 -0600
wldap32: Implement setting LDAP_OPT_SERVER_CERTIFICATE and add tests.
ctxt_handle is moved to the top of struct tlsw_session so that it can be easily retrieved via LDAP_OPT_X_TLS_SSL_CTX.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54727
---
dlls/wldap32/Makefile.in | 2 +- dlls/wldap32/add.c | 8 ++++++-- dlls/wldap32/bind.c | 22 ++++++++++++++++------ dlls/wldap32/compare.c | 8 ++++++-- dlls/wldap32/control.c | 2 ++ dlls/wldap32/delete.c | 8 ++++++-- dlls/wldap32/extended.c | 8 ++++++-- dlls/wldap32/init.c | 34 +++++++++++++++++++++++++++++++++- dlls/wldap32/modify.c | 8 ++++++-- dlls/wldap32/modrdn.c | 5 ++++- dlls/wldap32/option.c | 7 +++++-- dlls/wldap32/rename.c | 8 ++++++-- dlls/wldap32/search.c | 16 +++++++++------- dlls/wldap32/tests/Makefile.in | 2 +- dlls/wldap32/tests/parse.c | 39 +++++++++++++++++++++++++++++++++++++++ dlls/wldap32/winldap_private.h | 16 ++++++++++++++-- include/winldap.h | 2 ++ libs/ldap/libldap/tls_w.c | 2 +- 18 files changed, 163 insertions(+), 34 deletions(-)