summaryrefslogtreecommitdiffstats
path: root/util/ipa_pwd_ntlm.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop including the DES algorythm from openssl.Simo Sorce2015-02-231-1/+0
| | | | | | | | | Since we dropped support for LANMAN hashes we do not need DES from OpenSSL anymore. Stop including an testing for it. Test for the MD4 algorythm instead whichis still used for the NT Hashes. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
* Add a clear OpenSSL exception.Simo Sorce2015-02-231-0/+4
| | | | | | | | We are linking with OpenSSL in 2 files, so make it clear we intentionally add a GPLv3 exception to allow that linking by third parties. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
* Remove generation and handling of LM hashesSumit Bose2013-11-011-159/+51
| | | | https://fedorahosted.org/freeipa/ticket/3795
* Make encode_ntlm_keys() publicSumit Bose2012-09-061-0/+213