From aca444cbfc495831ab0a265214ed48be74560bf2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 23 Aug 2012 16:02:09 -0700 Subject: Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen(). The code in SMBNTLMv2encrypt_hash() should not be requesting case changes on the domain name. Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Aug 24 21:39:42 CEST 2012 on sn-devel-104 --- libcli/auth/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcli/auth/proto.h') diff --git a/libcli/auth/proto.h b/libcli/auth/proto.h index 3d05474217..37c87b4a74 100644 --- a/libcli/auth/proto.h +++ b/libcli/auth/proto.h @@ -109,7 +109,6 @@ bool E_deshash(const char *passwd, uint8_t p16[16]); void nt_lm_owf_gen(const char *pwd, uint8_t nt_p16[16], uint8_t p16[16]); bool ntv2_owf_gen(const uint8_t owf[16], const char *user_in, const char *domain_in, - bool upper_case_domain, /* Transform the domain into UPPER case */ uint8_t kr_buf[16]); void SMBOWFencrypt(const uint8_t passwd[16], const uint8_t *c8, uint8_t p24[24]); void SMBNTencrypt_hash(const uint8_t nt_hash[16], const uint8_t *c8, uint8_t *p24); -- cgit