Skip to content

Commit

Permalink
Refactored ntlm_av_pairs API
Browse files Browse the repository at this point in the history
Tightened checks, cleaned up code and improved redability.
  • Loading branch information
akallabeth committed Nov 20, 2018
1 parent 17c363a commit eb57ed3
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 116 deletions.
1 change: 1 addition & 0 deletions winpr/libwinpr/sspi/NTLM/ntlm.h
Expand Up @@ -147,6 +147,7 @@ struct _NTLMv2_CLIENT_CHALLENGE
BYTE ClientChallenge[8];
UINT32 Reserved3;
NTLM_AV_PAIR* AvPairs;
UINT32 cbAvPairs;
};
typedef struct _NTLMv2_CLIENT_CHALLENGE NTLMv2_CLIENT_CHALLENGE;

Expand Down

0 comments on commit eb57ed3

Please sign in to comment.