Searched refs:NTLMSSP_NEGOTIATE_OEM (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dntlmssp.h43 #define NTLMSSP_NEGOTIATE_OEM 0x00000002 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dntlmssp.h31 #define NTLMSSP_NEGOTIATE_OEM 0x02 /* Text strings are in OEM */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlmssp.c67 if (neg_flags & NTLMSSP_NEGOTIATE_OEM)
68 DEBUGADD(4, (" NTLMSSP_NEGOTIATE_OEM\n"));
407 ntlmssp_state->neg_flags &= ~NTLMSSP_NEGOTIATE_OEM;
411 ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_OEM;
989 ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_OEM;

Completed in 52 milliseconds