- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 35 for 44 (0.26 sec)
-
docs/smb3-features/04-directory-leasing-design.md
public boolean isDirectory() { return fileInfo.isDirectory(); } // ... other attribute methods }); return file; } } ``` ### 4.4 Directory Change Notifier ```java package jcifs.internal.smb2.lease; import jcifs.internal.smb2.ServerMessageBlock2; import java.util.concurrent.ConcurrentHashMap; public class DirectoryChangeNotifier {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
} public RdmaProvider getProvider() { return provider; } public RdmaConnection getConnection() { return rdmaConnection; } } ``` ### 4.4 RDMA Buffer Manager ```java package jcifs.internal.smb2.rdma; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.atomic.AtomicLong; public class RdmaBufferManager {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryInfoResponseTest.java
SMBUtil.writeInt8(500000, buffer, 28); // Caller available units SMBUtil.writeInt8(600000, buffer, 36); // Actual available units SMBUtil.writeInt4(512, buffer, 44); // Sectors per unit SMBUtil.writeInt4(4096, buffer, 48); // Bytes per sector int result = response.readBytesWireFormat(buffer, bufferIndex); assertNotNull(response.getInfo());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2ReadRequestTest.java
assertEquals(1024, SMBUtil.readInt4(buffer, 40)); // Remaining bytes // ReadChannelInfo assertEquals(0, SMBUtil.readInt2(buffer, 44)); // ReadChannelInfoOffset assertEquals(0, SMBUtil.readInt2(buffer, 46)); // ReadChannelInfoLength // Buffer byte assertEquals(0, buffer[48]); // One byte in buffer must be zero
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.8K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
// Shutdown scheduler scheduler.shutdown(); // Close RPC client if (rpcClient != null) { rpcClient.close(); } } } ``` ### 4.4 Witness RPC Client ```java package jcifs.internal.witness; import jcifs.dcerpc.*; import jcifs.dcerpc.rpc.*; public class WitnessRpcClient implements AutoCloseable { private final DcerpcHandle handle;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
pos += 8; final int userOff = writeSecurityBuffer(type3, 36, userBytes); pos += 8; final int wsOff = writeSecurityBuffer(type3, 44, workstationBytes); pos += 8; final int skOff = writeSecurityBuffer(type3, 52, sessionKeyBytes); pos += 8; writeULong(type3, pos, getFlags()); pos += 4;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
writeInt8(buffer, dataOffset + 12, 0); // Reserved System.arraycopy(createGuid.toBytes(), 0, buffer, dataOffset + 20, 16); // CreateGuid } } ``` ### 4.4 Durable Handle Reconnect Context ```java package jcifs.internal.smb2.persistent; public class DurableHandleReconnect extends Smb2CreateContext { public static final String NAME = "DHnC"; // Durable Handle Reconnect
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
} } else { if (key != 0xFFFF) { return null; } final int cmd = this.sbuf[4 + 4]; if (cmd == 0x24) { return new SmbComLockingAndX(getContext().getConfig()); } } return null; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css
.75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:f...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 158.5K bytes - Viewed (0)