Module: wine Branch: master Commit: f9292ec8b672c6325b6561ad71e35d19011dbda0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f9292ec8b672c6325b6561ad7...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Apr 20 15:56:49 2021 +0200
kerberos: Move support for SpInitLsaModeContext/SpDeleteContext to the Unix library.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kerberos/krb5_ap.c | 135 ++++-------------------------------------------- dlls/kerberos/unixlib.c | 116 +++++++++++++++++++++++++++++++++++++++++ dlls/kerberos/unixlib.h | 3 ++ 3 files changed, 130 insertions(+), 124 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f9292ec8b672c6325b656...