- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 83 for 0x00040000 (0.24 sec)
-
src/test/java/jcifs/internal/witness/WitnessNotificationTest.java
assertTrue(newNotification.getTimestamp() <= afterCreation); } @Test void testResourceStateConstants() { assertEquals(0x00000000, WitnessNotification.WITNESS_RESOURCE_STATE_UNKNOWN); assertEquals(0x00000001, WitnessNotification.WITNESS_RESOURCE_STATE_AVAILABLE); assertEquals(0x000000FF, WitnessNotification.WITNESS_RESOURCE_STATE_UNAVAILABLE); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcErrorTest.java
@DisplayName("Should verify DCERPC_FAULT_OTHER constant value") void testDcerpcFaultOther() { assertEquals(0x00000001, DcerpcError.DCERPC_FAULT_OTHER); } @Test @DisplayName("Should verify DCERPC_FAULT_ACCESS_DENIED constant value") void testDcerpcFaultAccessDenied() { assertEquals(0x00000005, DcerpcError.DCERPC_FAULT_ACCESS_DENIED); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeTest.java
private static final int FILE_NOTIFY_CHANGE_DIR_NAME = 0x00000002; private static final int FILE_NOTIFY_CHANGE_ATTRIBUTES = 0x00000004; private static final int FILE_NOTIFY_CHANGE_SIZE = 0x00000008; private static final int FILE_NOTIFY_CHANGE_LAST_WRITE = 0x00000010; private static final int FILE_NOTIFY_CHANGE_LAST_ACCESS = 0x00000020;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmUtil.java
Encdec.enc_uint32le(0x00000000, temp, 4); // Reserved Encdec.enc_uint64le(nanos1601, temp, 8); System.arraycopy(clientChallenge, 0, temp, 16, 8); Encdec.enc_uint32le(0x00000000, temp, 24); // Unknown if (avPairs != null) { System.arraycopy(avPairs, 0, temp, 28, avPairsLength); } Encdec.enc_uint32le(0x00000000, temp, 28 + avPairsLength); // mystery bytes!
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt
.writeByte(0b00000010) .writeByte(0b10001000) .writeByte(0b10000000) .writeByte(0b00000000) .writeByte(0b00000000) .writeByte(0b00000000) .writeByte(0b00000000) .writeByte(0b00000000) .writeByte(0b00000000) .writeByte(0b00000000) val derReader = DerReader(buffer) assertFailsWith<ProtocolException> {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 31.7K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmUtilTest.java
Encdec.enc_uint32le(0x00000000, blob, 4); // Reserved Encdec.enc_uint64le(nanos1601, blob, 8); System.arraycopy(clientChallenge, 0, blob, 16, 8); Encdec.enc_uint32le(0x00000000, blob, 24); // Unknown System.arraycopy(avPairs, 0, blob, 28, avPairsLength); Encdec.enc_uint32le(0x00000000, blob, 28 + avPairsLength); // Act
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessVersion.java
*/ public enum WitnessVersion { /** * Witness Protocol Version 1 - Windows Server 2012 */ VERSION_1(0x00010001), /** * Witness Protocol Version 2 - Windows Server 2012 R2 and later */ VERSION_2(0x00020000); private final int version; /** * Creates a new WitnessVersion with the specified version value. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 1.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
} @ParameterizedTest @DisplayName("Test ServerInfo1 getType with various server types") @CsvSource({ "0x00000000, " + SmbConstants.TYPE_SERVER, "0x00000001, " + SmbConstants.TYPE_SERVER, "0x00000801, " + SmbConstants.TYPE_SERVER, "0x80000000, " + SmbConstants.TYPE_WORKGROUP, "0x80000001, " + SmbConstants.TYPE_WORKGROUP, "0xFFFFFFFF, " + SmbConstants.TYPE_WORKGROUP })
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/util/SMBUtilTest.java
(byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00, // 0x00000000 (byte) 0xEF, (byte) 0xCD, (byte) 0xAB, (byte) 0x89 // 0x89ABCDEF }; assertEquals(0x12345678, SMBUtil.readInt4(src, 0)); assertEquals(0xFFFFFFFF, SMBUtil.readInt4(src, 4)); assertEquals(0x00000000, SMBUtil.readInt4(src, 8)); assertEquals(0x89ABCDEF, SMBUtil.readInt4(src, 12)); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/Smb2HandleCapabilities.java
*/ public final class Smb2HandleCapabilities { /** * Flag indicating persistent handle capability */ public static final int SMB2_DHANDLE_FLAG_PERSISTENT = 0x00000002; /** * Default timeout for durable handles (2 minutes) */ public static final long DEFAULT_DURABLE_TIMEOUT = 120000; /** * Maximum timeout for durable handles (5 minutes) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 1.3K bytes - Viewed (0)