- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSelectedDialect (0.32 seconds)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
} /* Adjust negotiated values */ this.tconHostName = this.address.getHostName(); this.negotiated = resp.getResponse(); if (resp.getResponse().getSelectedDialect().atLeast(DialectVersion.SMB311)) { updatePreauthHash(resp.getRequestRaw()); updatePreauthHash(resp.getResponseRaw()); if (log.isDebugEnabled()) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 69.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
: Smb2Constants.SMB2_NEGOTIATE_SIGNING_ENABLED; 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()) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0)