Module: wine Branch: master Commit: 80d82eec913cd854a36993f150ff5750ecbf2c7d URL: https://source.winehq.org/git/wine.git/?a=commit;h=80d82eec913cd854a36993f15...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Apr 29 12:47:31 2021 +0200
msv1_0: Add a Unix library to support ntlm_auth.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msv1_0/Makefile.in | 3 +- dlls/msv1_0/main.c | 31 +++++++- dlls/msv1_0/msv1_0.spec | 2 +- dlls/msv1_0/unixlib.c | 185 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/msv1_0/unixlib.h | 97 +++++++++++++++++++++++++ 5 files changed, 315 insertions(+), 3 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=80d82eec913cd854a3699...