Move all message structures to ntlm_common.h
[idra/gss-ntlmssp.git] / src / ntlm.c
2014-08-07 David WoodhouseMove all message structures to ntlm_common.h
2014-07-12 Simo SorceCast to (char *) not (void *) to do pointer math
2014-05-04 Simo SorceCheck netbios computer and domain name when needed
2014-05-04 Simo SorceAdd support for setting CBT in the client
2014-05-04 Simo SorceReturn target_info from ntlm_decode_auth_msg
2014-05-04 Simo SorceMake MIC conditional on integrity being requested
2014-05-04 Simo SorceCompute MIC in the client when requested
2014-05-04 Simo SorceAdd function to verify MICs
2014-05-04 Simo SorceAugment target_info processing with a utility
2014-05-04 Simo SorceAdd internal facility to override standard version
2014-05-04 Simo SorceChange input parameter to be const
2014-05-04 Simo SorceDo not send LM Response on auth to modern servers
2014-05-04 Simo SorceFix missing assignments in ntlm_decode_target_info
2014-04-13 Simo SorceFix epoch value
2014-01-26 Simo SorceFix segfault in init context.
2013-10-23 Simo SorceAdd support for NTLMv1 Signing and Sealing
2013-08-18 Simo SorceBasic implementation of accept_sec_context
2013-07-28 Simo SorceFix message type check
2013-07-28 Simo SorceFix target_info length calculation
2013-07-19 Simo SorceImplement credential handling
2013-07-19 Simo SorceNTLM Crypto functions
2013-07-16 Simo SorceInitial NTLM message parsing library