- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for 0x00000008 (0.14 sec)
-
src/main/java/jcifs/dcerpc/msrpc/samr.idl
[out] LsarSidArray *sids); typedef [v1_enum] enum { SE_GROUP_MANDATORY = 0x00000001, SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002, SE_GROUP_ENABLED = 0x00000004, SE_GROUP_OWNER = 0x00000008, SE_GROUP_USE_FOR_DENY_ONLY = 0x00000010, SE_GROUP_RESOURCE = 0x20000000, SE_GROUP_LOGON_ID = 0xC0000000 } SamrGroupAttrs; typedef struct { uint32_t rid;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/FileNotifyInformation.java
/** * File stream has been removed */ int FILE_ACTION_REMOVED_STREAM = 0x00000007; /** * File stream has modified */ int FILE_ACTION_MODIFIED_STREAM = 0x00000008; /** * File has been removed by delete operation */ int FILE_ACTION_REMOVED_BY_DELETE = 0x00000009; /** * Gets the action that triggered this notification.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.idl
[out] LsarSidArray *sids); typedef [v1_enum] enum { SE_GROUP_MANDATORY = 0x00000001, SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002, SE_GROUP_ENABLED = 0x00000004, SE_GROUP_OWNER = 0x00000008, SE_GROUP_USE_FOR_DENY_ONLY = 0x00000010, SE_GROUP_RESOURCE = 0x20000000, SE_GROUP_LOGON_ID = 0xC0000000 } SamrGroupAttrs; typedef struct { uint32_t rid;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/Smb2ChannelCapabilities.java
/** * Network interface capability flag for RSS support */ public static final int NETWORK_INTERFACE_CAP_RSS = 0x00000001; /** * Network interface capability flag for RDMA support */ public static final int NETWORK_INTERFACE_CAP_RDMA = 0x00000002; /** * FSCTL code for querying network interface information */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/ACE.java
/** * Permission to write extended attributes */ int FILE_WRITE_EA = 0x00000010; // 5 /** * Permission to execute a file or traverse a directory */ int FILE_EXECUTE = 0x00000020; // 6 /** * Permission to delete a file or directory */ int FILE_DELETE = 0x00000040; // 7 /** * Permission to read file attributes */
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/test/java/jcifs/dcerpc/msrpc/MsrpcSamrConnect2Test.java
// Test with different access masks int[] accessMasks = { 0x00000001, // SAM_SERVER_CONNECT 0x00000002, // SAM_SERVER_SHUTDOWN 0x00000004, // SAM_SERVER_INITIALIZE 0x00000008, // SAM_SERVER_CREATE_DOMAIN 0x00000010, // SAM_SERVER_ENUMERATE_DOMAINS 0x00000020, // SAM_SERVER_LOOKUP_DOMAIN 0x000F003F, // SAM_SERVER_ALL_ACCESS
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
/** Permission to write extended attributes */ public static final int FILE_WRITE_EA = 0x00000010; // 5 /** Permission to execute a file or traverse a directory */ public static final int FILE_EXECUTE = 0x00000020; // 6 /** Permission to delete a file or directory */ public static final int FILE_DELETE = 0x00000040; // 7 /** Permission to read file attributes */
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/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java
*/ int NTLMSSP_NEGOTIATE_UNICODE = 0x00000001; /** * Indicates whether OEM strings are supported or used. */ int NTLMSSP_NEGOTIATE_OEM = 0x00000002; /** * Indicates whether the authentication target is requested from * the server. */ int NTLMSSP_REQUEST_TARGET = 0x00000004; /**
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/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) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/FrameLogTest.kt
assertThat(frameLog(false, 0, 0, TYPE_SETTINGS, FLAG_ACK)) .isEqualTo(">> 0x00000000 0 SETTINGS ACK") assertThat(frameLog(true, 0, 0, TYPE_SETTINGS, FLAG_ACK)) .isEqualTo("<< 0x00000000 0 SETTINGS ACK") assertThat(frameLog(true, 3, 22, TYPE_HEADERS, FLAG_END_HEADERS)) .isEqualTo("<< 0x00000003 22 HEADERS END_HEADERS")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 5.9K bytes - Viewed (0)