Module: wine Branch: master Commit: f0db56775e4231821404b416428b3865c24bd0de URL: https://source.winehq.org/git/wine.git/?a=commit;h=f0db56775e4231821404b4164...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Feb 14 14:13:09 2018 +0100
secur32: Use the global memory allocation helpers.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/secur32/dispatcher.c | 15 +- dlls/secur32/lsa.c | 50 ++--- dlls/secur32/negotiate.c | 48 ++--- dlls/secur32/ntlm.c | 460 +++++++++++++++++------------------------ dlls/secur32/schannel.c | 55 +++-- dlls/secur32/schannel_macosx.c | 6 +- dlls/secur32/secur32.c | 43 ++-- dlls/secur32/secur32_priv.h | 1 + dlls/secur32/thunks.c | 16 +- dlls/secur32/util.c | 12 +- dlls/secur32/wrapper.c | 10 +- 11 files changed, 311 insertions(+), 405 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f0db56775e4231821404b...