if (nt_hash == NULL) {
return false;
}
+ talloc_keep_secret(nt_hash);
converted = strhex_to_str((char *)nt_hash->hash,
sizeof(nt_hash->hash),
if (nt_hash == NULL) {
return NULL;
}
+ talloc_keep_secret(nt_hash);
if (password_is_nt_hash) {
size_t password_len = strlen(password);
if (nt_hash == NULL) {
return NULL;
}
+ talloc_keep_secret(nt_hash);
*nt_hash = *cred->nt_hash;
if (!nt_hash) {
return NULL;
}
+ talloc_keep_secret(nt_hash);
*nt_hash = *cred->old_nt_hash;
if (!nt_hash) {
return NULL;
}
+ talloc_keep_secret(nt_hash);
E_md4hash(old_password, nt_hash->hash);