Module: wine Branch: master Commit: 3eb581db430a6839690bb3828225bd66bc2e5a8b URL: https://source.winehq.org/git/wine.git/?a=commit;h=3eb581db430a6839690bb3828...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Fri Mar 13 11:53:07 2020 +0800
adsldp: Bind to an LDAP server after connection.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/adsldp/Makefile.in | 3 +- dlls/adsldp/adsldp.c | 29 ++++++++++++-- dlls/adsldp/adsldp_private.h | 24 ++++++++++++ dlls/adsldp/ldap.c | 91 ++++++++++++++++++++++++++++++++++++++++++++ dlls/adsldp/tests/ldap.c | 31 +++++++++++---- 5 files changed, 166 insertions(+), 12 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3eb581db430a6839690bb...