Module: wine Branch: master Commit: 0eb53443c8cf5b523fa15e0126e87f869c6ec075 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0eb53443c8cf5b523fa15e012...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Apr 21 09:47:30 2021 +0200
kerberos: Move support for KerbQueryTicketCacheMessage 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 | 428 ++++++------------------------------------------ dlls/kerberos/unixlib.c | 164 +++++++++++++++++++ dlls/kerberos/unixlib.h | 8 + 3 files changed, 219 insertions(+), 381 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0eb53443c8cf5b523fa15...