- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for SMB311 (0.04 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
final int reqLen = negotiateWrite(smb2neg, first != null); final boolean doPreauth = getContext().getConfig().getMaximumVersion().atLeast(DialectVersion.SMB311); if (doPreauth) { negoReqBuffer = new byte[reqLen]; System.arraycopy(this.sbuf, 4, negoReqBuffer, 0, reqLen); } negotiatePeek();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
boolean anonymous = this.credentials.isAnonymous(); long sessId = 0; boolean preauthIntegrity = negoResp.getSelectedDialect().atLeast(DialectVersion.SMB311); this.preauthIntegrityHash = preauthIntegrity ? trans.getPreauthIntegrityHash() : null; if (this.preauthIntegrityHash != null && log.isDebugEnabled()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
Properties props = new Properties(); props.setProperty("jcifs.smb.client.minVersion", "SMB202"); props.setProperty("jcifs.smb.client.maxVersion", "SMB311"); props.setProperty("jcifs.smb.client.responseTimeout", "30000"); props.setProperty("jcifs.smb.client.soTimeout", "35000"); // Create a new configuration and context
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)