Module: wine Branch: master Commit: de53f5682fcbfa2fbac5ee24ce8b93c7cc5586fa URL: https://source.winehq.org/git/wine.git/?a=commit;h=de53f5682fcbfa2fbac5ee24c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 4 17:37:59 2021 +0100
kerberos: Move the ticket cache memory allocation to the PE side.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kerberos/krb5_ap.c | 102 ++++++++++++++-------------------------------- dlls/kerberos/unixlib.c | 106 ++++++++++++++++++++++++++++++++---------------- dlls/kerberos/unixlib.h | 9 +--- 3 files changed, 101 insertions(+), 116 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=de53f5682fcbfa2fbac5e...