コード例 #1
0
static bool test_ntlm_ntlm_broken(void) 
{
	return test_lm_ntlm_broken(BREAK_NT);
}
コード例 #2
0
static BOOL test_ntlm_ntlm_broken(void) 
{
	return test_lm_ntlm_broken(BREAK_NT);
}
コード例 #3
0
static bool test_ntlm(void) 
{
	return test_lm_ntlm_broken(NO_LM);
}
コード例 #4
0
static BOOL test_ntlm(void) 
{
	return test_lm_ntlm_broken(NO_LM);
}