- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for workstationOffset (1 seconds)
-
src/main/java/jcifs/ntlmssp/Type3Message.java
final int workstationOffset = readULong(material, pos + 4); pos += 8; boolean end = false; int flags; String charset; if (lmResponseOffset < pos + 12 || ntResponseOffset < pos + 12 || domainOffset < pos + 12 || userOffset < pos + 12 || workstationOffset < pos + 12) { // no room for SK/Flags
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
src/main/java/jcifs/smb1/ntlmssp/Type3Message.java
final byte[] workstation = readSecurityBuffer(material, 44); final int workstationOffset = readULong(material, 48); int flags; String charset; byte[] _sessionKey = null; if (lmResponseOffset == 52 || ntResponseOffset == 52 || domainOffset == 52 || userOffset == 52 || workstationOffset == 52) { flags = NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_NEGOTIATE_OEM;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 24.1K bytes - Click Count (0)