- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getRequestSecurityMode (0.96 sec)
-
src/test/java/jcifs/smb/SmbTransportImplTest.java
// Enforced -> required+enabled SmbTransportImpl enforced = new SmbTransportImpl(ctx, address, 445, null, 0, true); assertEquals(Smb2Constants.SMB2_NEGOTIATE_SIGNING_REQUIRED | Smb2Constants.SMB2_NEGOTIATE_SIGNING_ENABLED, enforced.getRequestSecurityMode(first));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
log.debug("Secure negotiation does not apply, is SMB3.1"); return; } final Smb2NegotiateRequest negoReq = new Smb2NegotiateRequest(sess.getConfig(), trans.getRequestSecurityMode(nego)); log.debug("Sending VALIDATE_NEGOTIATE_INFO"); final Smb2IoctlRequest req = new Smb2IoctlRequest(sess.getConfig(), Smb2IoctlRequest.FSCTL_VALIDATE_NEGOTIATE_INFO);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
*/ private SmbNegotiation negotiate2(final Smb2NegotiateResponse first) throws IOException, SocketException { final int size = 0; final int securityMode = getRequestSecurityMode(first); // further negotiation needed final Smb2NegotiateRequest smb2neg = new Smb2NegotiateRequest(getContext().getConfig(), securityMode); Smb2NegotiateResponse r = null;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)