- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 72 for 0x00001000 (0.14 sec)
-
src/main/java/jcifs/smb1/util/DES.java
0x00001040, 0x00041000, 0x00040040, 0x10040040, 0x10041000, 0x00001040, 0x00000000, 0x00000000, 0x10040040, 0x10000040, 0x10001000, 0x00041040, 0x00040000, 0x00041040, 0x00040000, 0x10041000, 0x00001000, 0x00000040, 0x10040040, 0x00001000,
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 22.7K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/NtlmFlagsTest.java
} @Test void testNtlmNegotiateAlwaysSign() { assertEquals(0x00008000, NtlmFlags.NTLMSSP_NEGOTIATE_ALWAYS_SIGN, "NTLMSSP_NEGOTIATE_ALWAYS_SIGN should be 0x00008000"); } @Test void testNtlmTargetTypeDomain() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/NtlmFlags.java
/** * Indicates that the NTLM version is included in the message. */ int NTLMSSP_NEGOTIATE_VERSION = 0x2000000; /** * Indicates that 128-bit encryption is supported. */ int NTLMSSP_NEGOTIATE_128 = 0x20000000; /** * Request explicit key exchange */ int NTLMSSP_NEGOTIATE_KEY_EXCH = 0x40000000; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java
* signing and sealing authenticated communication. */ int NTLMSSP_NEGOTIATE_LM_KEY = 0x00000080; /** * Indicates support for NetWare authentication. */ int NTLMSSP_NEGOTIATE_NETWARE = 0x00000100; /** * Indicates support for NTLM authentication. */ int NTLMSSP_NEGOTIATE_NTLM = 0x00000200; /** * Indicates whether the OEM-formatted domain name in which the
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/jcifs/ACE.java
*/ int FILE_WRITE_ATTRIBUTES = 0x00000100; // 9 /** * Standard delete permission */ int DELETE = 0x00010000; // 16 /** * Permission to read the security descriptor */ int READ_CONTROL = 0x00020000; // 17 /** * Permission to write the discretionary access control list */ int WRITE_DAC = 0x00040000; // 18 /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
public static final int FILE_WRITE_ATTRIBUTES = 0x00000100; // 9 /** Standard delete permission */ public static final int DELETE = 0x00010000; // 16 /** Permission to read the security descriptor */ public static final int READ_CONTROL = 0x00020000; // 17 /** Permission to write the discretionary access control list */ public static final int WRITE_DAC = 0x00040000; // 18
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/SmbConstantsTest.java
assertEquals(0x00000080, SmbConstants.FILE_READ_ATTRIBUTES); assertEquals(0x00000100, SmbConstants.FILE_WRITE_ATTRIBUTES); assertEquals(0x00010000, SmbConstants.DELETE); assertEquals(0x00020000, SmbConstants.READ_CONTROL); assertEquals(0x00040000, SmbConstants.WRITE_DAC); assertEquals(0x00080000, SmbConstants.WRITE_OWNER); assertEquals(0x00100000, SmbConstants.SYNCHRONIZE);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.3K bytes - Viewed (0) -
src/test/java/jcifs/ACETest.java
assertEquals(0x00010000, ACE.DELETE, "DELETE should be 0x00010000"); assertEquals(0x00020000, ACE.READ_CONTROL, "READ_CONTROL should be 0x00020000"); assertEquals(0x00040000, ACE.WRITE_DAC, "WRITE_DAC should be 0x00040000"); assertEquals(0x00080000, ACE.WRITE_OWNER, "WRITE_OWNER should be 0x00080000"); assertEquals(0x00100000, ACE.SYNCHRONIZE, "SYNCHRONIZE should be 0x00100000");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbConstants.java
int WRITE_OWNER = 0x00080000; // 19 /** * Permission to synchronize. */ int SYNCHRONIZE = 0x00100000; // 20 /** * All generic permissions. */ int GENERIC_ALL = 0x10000000; // 28 /** * Generic execute permission. */ int GENERIC_EXECUTE = 0x20000000; // 29 /** * Generic write permission. */ int GENERIC_WRITE = 0x40000000; // 30 /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/dtyp/ACETest.java
assertEquals(0x08, ace.getFlags()); assertEquals(0x00000001, ace.getAccessMask()); } @ParameterizedTest @DisplayName("Test various access mask values") @ValueSource(ints = { 0x00000001, // FILE_READ_DATA 0x00000002, // FILE_WRITE_DATA 0x00000004, // FILE_APPEND_DATA 0x00010000, // DELETE 0x00020000, // READ_CONTROL 0x00040000, // WRITE_DAC
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.6K bytes - Viewed (0)