Add a callback to provide NTLM hashes on server-side
authordavewheel <dave@wheel>
Mon, 15 May 2017 16:52:39 +0000 (18:52 +0200)
committerdavewheel <dave@wheel>
Thu, 18 May 2017 12:24:24 +0000 (14:24 +0200)
commit4bfb4dddbf3034486f6b54384701dda345fbcbba
treec7c774d04a477f5ec47728b1288b685009c74026
parent4cc1ba5b1dcb8b7251b7888f276f64e9afd4f2e3
Add a callback to provide NTLM hashes on server-side

Adds a callback that allows servers to compute NTLM hashes by themselves. The typical
use of this callback is to provide a function that gives precomputed hash values.

Sponsored by: Wheel Systems (http://www.wheelsystems.com)
include/freerdp/peer.h
libfreerdp/core/nla.c
winpr/include/winpr/ntlm.h
winpr/include/winpr/sspi.h
winpr/libwinpr/sspi/NTLM/ntlm.c
winpr/libwinpr/sspi/NTLM/ntlm.h
winpr/libwinpr/sspi/NTLM/ntlm_compute.c
winpr/libwinpr/sspi/sspi_winpr.c