Ejemplo n.º 1
0
static bool test_ntlm_ntlm_broken(void) 
{
	return test_lm_ntlm_broken(BREAK_NT);
}
Ejemplo n.º 2
0
static BOOL test_ntlm_ntlm_broken(void) 
{
	return test_lm_ntlm_broken(BREAK_NT);
}
Ejemplo n.º 3
0
static bool test_ntlm(void) 
{
	return test_lm_ntlm_broken(NO_LM);
}
Ejemplo n.º 4
0
static BOOL test_ntlm(void) 
{
	return test_lm_ntlm_broken(NO_LM);
}