1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/wldap32
Alex Henrie 16e4b086f2 wldap32: Implement setting LDAP_OPT_CLIENT_CERTIFICATE.
Since most LDAP servers do not require mTLS, for now the callback
function is saved but not called.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55507
2023-09-04 11:38:51 +02:00
..
tests wldap32: Add support for ldap_set_option(LDAP_OPT_HOST_NAME). 2023-09-04 11:38:46 +02:00
add.c
ber.c
bind.c
compare.c
control.c
delete.c
dn.c
error.c wldap32: Remove DECLSPEC_HIDDEN usage. 2023-07-31 18:26:07 +09:00
extended.c
init.c wldap32: Implement setting LDAP_OPT_CLIENT_CERTIFICATE. 2023-09-04 11:38:51 +02:00
main.c
Makefile.in
misc.c
modify.c
modrdn.c
option.c wldap32: Implement setting LDAP_OPT_CLIENT_CERTIFICATE. 2023-09-04 11:38:51 +02:00
page.c
parse.c wldap32: Fix a message leak in ldap_parse_resultW() (Valgrind). 2023-08-01 21:50:34 +09:00
rename.c
search.c
value.c
winldap_private.h wldap32: Implement setting LDAP_OPT_CLIENT_CERTIFICATE. 2023-09-04 11:38:51 +02:00
wldap32.rc
wldap32.spec