FreeRDP/winpr/libwinpr/sspi/NTLM
Pascal J. Bourguignon 15f2bafeab Cleaned up const char** -> char** for argv, since we definitely do modify the argv!
(we overwrite the password and pin arguments).
This implies changes in the argument parsing tests that now must pass a mutable argv
(copied from the statically declared test argvs).
Some other const inconsistency have been dealt with too.
2018-06-06 16:43:09 +02:00
..
ntlm_av_pairs.c There is no reason to restrict nSize to 2 the hostname can be empty on 2018-04-06 21:07:51 +02:00
ntlm_av_pairs.h winpr/ntlm: Fix endianness in ntlm_av_pair_list 2016-05-30 13:37:15 +02:00
ntlm_compute.c Fixed /pth: Consistently treat the hash offset to password length. 2018-05-03 17:51:11 +02:00
ntlm_compute.h Fixed /pth: Consistently treat the hash offset to password length. 2018-05-03 17:51:11 +02:00
ntlm_message.c Fixed invalid function argument for ntlm_compute_message_integrity_check 2018-05-11 11:00:46 +02:00
ntlm_message.h libwinpr-sspi: add support for querying user+domain and setting NTLM hash 2014-06-10 16:38:16 -04:00
ntlm.c Cleaned up const char** -> char** for argv, since we definitely do modify the argv! 2018-06-06 16:43:09 +02:00
ntlm.h Remove MessageIntegrityCheck from context. 2018-04-17 15:03:27 +02:00