- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 82 for 0x00000040 (0.03 sec)
-
src/main/java/jcifs/smb/DosError.java
{ 0x001f0001, 0xc0000001 }, { 0x001f0003, 0xc0000001 }, { 0x00200001, 0xc0000043 }, { 0x00200003, 0xc0000043 }, { 0x00210003, 0xc0000054 }, { 0x00270003, 0xc000007f }, { 0x00340001, 0xC00000bd }, { 0x00320001, 0xC00000BB }, { 0x00430001, 0xc00000cc }, { 0x00470001, 0xC00000d0 }, { 0x00500001, 0xc0000035 }, { 0x00570001, 0xC000000d },
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/DosError.java
{ 0x001f0003, 0xc0000001 }, { 0x00200001, 0xc0000043 }, { 0x00200003, 0xc0000043 }, { 0x00210003, 0xc0000054 }, { 0x00270003, 0xc000007f }, { 0x00340001, 0xC00000bd }, { 0x00430001, 0xc00000cc }, { 0x00470001, 0xC00000d0 }, { 0x00500001, 0xc0000035 }, { 0x00570001, 0xc0000003 }, { 0x005a0002, 0xc00000ce }, { 0x005b0002, 0xc000000d },
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.7K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbComNegotiateResponseTest.java
assertTrue(result.contains("maxRawSize=8192")); assertTrue(result.contains("sessionKey=0x00ABCDEF")); // CAP_UNICODE is 0x0004, when formatted as 8 hex digits = 0x00000004 assertTrue(result.contains("capabilities=0x00000004")); assertTrue(result.contains("serverTime=" + new Date(serverData.serverTime))); assertTrue(result.contains("serverTimeZone=300"));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcMessage.java
buf.enc_ndr_small(5); /* RPC version */ buf.enc_ndr_small(0); /* minor version */ buf.enc_ndr_small(ptype); buf.enc_ndr_small(flags); buf.enc_ndr_long(0x00000010); /* Little-endian / ASCII / IEEE */ buf.enc_ndr_short(length); buf.enc_ndr_short(0); /* length of auth_value */ buf.enc_ndr_long(call_id); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K 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) -
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/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/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/main/java/jcifs/pac/PacSignature.java
/** * Kerberos checksum type for HMAC-SHA1-96 with AES-128. */ public static final int HMAC_SHA1_96_AES128 = 0x0000000F; /** * Kerberos checksum type for HMAC-SHA1-96 with AES-256. */ public static final int HMAC_SHA1_96_AES256 = 0x00000010; /** * Kerberos encryption type for ARCFOUR-HMAC (RC4-HMAC). */ public static final int ETYPE_ARCFOUR_HMAC = 23; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K 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)