FreeRDP/winpr/libwinpr/sspi/NTLM
Norbert Federa 53bd98883e winpr/crypt api changes and memory leak fixes
- winpr_HMAC_New() now just returnes the opaque WINPR_HMAC_CTX* pointer
  which has to be passed to winpr_HMAC_Init() for (re)initialization
  and since winpr_HMAC_Final() no more frees the context you always have to
  use the new function winpr_HMAC_Free() once winpr_HMAC_New() has succeded

- winpr_Digest_New() now just returns the opaque WINPR_DIGEST_CTX* pointer
  which has to be passed to winpr_Digest_Init() for (re)initialization
  and since winpr_Digest_Final() no more frees the context you always have to
  use the new function winpr_Digest_Free() once winpr_Digest_New() has succeded
2016-11-24 18:27:29 +01:00
..
ntlm_av_pairs.c winpr/crypt api changes and memory leak fixes 2016-11-24 18:27:29 +01: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 winpr/crypt api changes and memory leak fixes 2016-11-24 18:27:29 +01:00
ntlm_compute.h libwinpr-sspi: add custom API for passing NTLM hashes and credentials dynamically 2014-06-09 15:25:00 -04:00
ntlm_message.c winpr/ntlm: Fix endianness in ntlm_av_pair_list 2016-05-30 13:37:15 +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 winpr/crypt api changes and memory leak fixes 2016-11-24 18:27:29 +01:00
ntlm.h freerdp: add configurable NTLM SAM file option for server-side NLA 2016-07-21 18:58:24 -04:00