summaryrefslogtreecommitdiffstats
path: root/util/ipa_pwd.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2013-10-29 12:19:01 +0100
committerMartin Kosek <mkosek@redhat.com>2013-11-01 09:28:35 +0100
commitd876a22732d83ddf8e37ead89e6f23bf7aa0d69c (patch)
tree42e30054f3c6586d063c23551f1a9217392f1264 /util/ipa_pwd.h
parentb5e60c20201d174cdf4df51a1443ab295cc086b9 (diff)
downloadfreeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.tar.gz
freeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.tar.xz
freeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.zip
Remove generation and handling of LM hashes
https://fedorahosted.org/freeipa/ticket/3795
Diffstat (limited to 'util/ipa_pwd.h')
-rw-r--r--util/ipa_pwd.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/util/ipa_pwd.h b/util/ipa_pwd.h
index a6990cac6..bc07549cc 100644
--- a/util/ipa_pwd.h
+++ b/util/ipa_pwd.h
@@ -74,15 +74,6 @@ int ipapwd_generate_new_history(char *password,
char ***new_pwd_history,
int *new_pwd_hlen);
-struct ntlm_keys {
- uint8_t lm[16];
- uint8_t nt[16];
-};
-
-int encode_ntlm_keys(char *newPasswd,
- char *upperPasswd,
- bool do_lm_hash,
- bool do_nt_hash,
- struct ntlm_keys *keys);
+int encode_nt_key(char *newPasswd, uint8_t *nt_key);
#endif