winpr/tools/hash: added NTLM hashing tool
authorMarc-André Moreau <marcandre.moreau@gmail.com>
Sat, 2 Jun 2012 22:21:04 +0000 (18:21 -0400)
committerMarc-André Moreau <marcandre.moreau@gmail.com>
Sat, 2 Jun 2012 22:21:04 +0000 (18:21 -0400)
commite8f2f7b30e04cbae9eaa566524e22ed7dfcb3d35
treeb337e73550ce260e2aada6c805e6e9e288f5e194
parentb846f72de3805c75f6799ef1d935030280d92877
winpr/tools/hash: added NTLM hashing tool
client/test/CMakeLists.txt
include/winpr/ntlm.h [new file with mode: 0644]
winpr/CMakeLists.txt
winpr/sspi/NTLM/ntlm_compute.c
winpr/tools/CMakeLists.txt [new file with mode: 0644]
winpr/tools/hash/CMakeLists.txt [new file with mode: 0644]
winpr/tools/hash/hash.c [new file with mode: 0644]
winpr/tools/hash/winpr-hash [new file with mode: 0755]
winpr/utils/CMakeLists.txt
winpr/utils/ntlm.c [new file with mode: 0644]