-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
There is some code (e.g. ComputeResponse) which looks like unfinished NTLMv2
support and which is never called. To get proper NTLMv2 responses
ComputeResponse should be fixed to use TargetInfo from type1 messages, various
functions should pass TargetInfo around and
create_NTLM_AUTHENTICATE_MESSAGEcreate_NTLM_AUTHENTICATE_MESSAGE should call
ComputeResponse (with proper Time). This is very least, probably more things
need to be changed.
Original issue reported on code.google.com by wrar42@gmail.com on 15 Sep 2014 at 5:57