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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dntlmssp.h31 #define NTLMSSP_NEGOTIATE_OEM 0x02 // Text strings are in OEM macro
H A Dconnect.c2497 NTLMSSP_NEGOTIATE_UNICODE | NTLMSSP_NEGOTIATE_OEM |
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dntlmssp.h42 #define NTLMSSP_NEGOTIATE_OEM 0x00000002 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp.c66 if (neg_flags & NTLMSSP_NEGOTIATE_OEM)
67 DEBUGADD(4, (" NTLMSSP_NEGOTIATE_OEM\n"));
325 ntlmssp_state->neg_flags &= ~NTLMSSP_NEGOTIATE_OEM;
329 ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_OEM;
840 ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_OEM;

Completed in 104 milliseconds