- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CommonServerMessageBlock (0.09 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
return (long) Encdec.dec_uint16le(this.sbuf, 34) & 0xFFFF; } @Override protected void doSend ( Request request ) throws IOException { CommonServerMessageBlock smb = (CommonServerMessageBlock) request; byte[] buffer = this.getContext().getBufferCache().getBuffer(); try { // synchronize around encode and write so that the ordering for SMB1 signing can be maintained
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
import jcifs.CIFSException; import jcifs.Configuration; import jcifs.DialectVersion; import jcifs.RuntimeCIFSException; import jcifs.SmbConstants; import jcifs.SmbSession; import jcifs.internal.CommonServerMessageBlock; import jcifs.internal.CommonServerMessageBlockRequest; import jcifs.internal.CommonServerMessageBlockResponse; import jcifs.internal.RequestWithPath; import jcifs.internal.SMBSigningDigest;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0)