- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 40 for 0x00000003 (0.04 sec)
-
src/main/java/jcifs/smb1/dcerpc/DcerpcError.java
*/ package jcifs.smb1.dcerpc; public interface DcerpcError { public static final int DCERPC_FAULT_OTHER = 0x00000001; public static final int DCERPC_FAULT_ACCESS_DENIED = 0x00000005; public static final int DCERPC_FAULT_CANT_PERFORM = 0x000006D8; public static final int DCERPC_FAULT_NDR = 0x000006F7;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacSignature.java
@SuppressWarnings ( "javadoc" ) public class PacSignature { public static final int KERB_CHECKSUM_HMAC_MD5 = 0xFFFFFF76; public static final int HMAC_SHA1_96_AES128 = 0x0000000F; public static final int HMAC_SHA1_96_AES256 = 0x00000010; public static final int ETYPE_ARCFOUR_HMAC = 23; public static final int ETYPE_AES128_CTS_HMAC_SHA1_96 = 17; public static final int ETYPE_AES256_CTS_HMAC_SHA1_96 = 18;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/DosError.java
0x00050001, 0xc0000022 }, { 0x00050002, 0xc000000d }, { 0x00060001, 0xc0000008 }, { 0x00060002, 0xc00000cc }, { 0x00080001, 0xc000009a }, { 0x00130003, 0xc00000a2 }, { 0x00150003, 0xc0000013 }, { 0x001f0001, 0xc0000001 }, { 0x001f0003, 0xc0000001
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 4.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
*/ public static final int NT_STATUS_OK = 0x00000000; public static final int NT_STATUS_UNSUCCESSFUL = 0xC0000001; public static final int NT_STATUS_NOT_IMPLEMENTED = 0xC0000002; public static final int NT_STATUS_INVALID_INFO_CLASS = 0xC0000003; public static final int NT_STATUS_ACCESS_VIOLATION = 0xC0000005; public static final int NT_STATUS_INVALID_HANDLE = 0xC0000008;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
SamrPolicyHandle policyHandle = new SamrPolicyHandle(handle, authorityServerName, 0x00000030); SamrDomainHandle domainHandle = new SamrDomainHandle(handle, policyHandle, 0x00000200, domsid.unwrap(sid_t.class)); try ( SamrAliasHandle aliasHandle = new SamrAliasHandle(handle, domainHandle, 0x0002000c, rid) ) { rpc = new MsrpcGetMembersInAlias(aliasHandle, sidarray);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 12.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmUtil.java
byte[] temp = new byte[28 + avPairsLength + 4]; Encdec.enc_uint32le(0x00000101, temp, 0); // Header 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 )
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 9.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcMessage.java
buf.enc_ndr_small(5); /* RPC version */ buf.enc_ndr_small(0); /* minor version */ buf.enc_ndr_small(this.ptype); buf.enc_ndr_small(this.flags); buf.enc_ndr_long(0x00000010); /* Little-endian / ASCII / IEEE */ buf.enc_ndr_short(this.length); buf.enc_ndr_short(0); /* length of auth_value */ buf.enc_ndr_long(this.call_id); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5K bytes - Viewed (0) -
guava/src/com/google/common/hash/Crc32cHashFunction.java
processRemaining(EMPTY); } return HashCode.fromInt(~crc0); } static final int[] BYTE_TABLE = { 0x00000000, 0xf26b8303, 0xe13b70f7, 0x1350f3f4, 0xc79a971f, 0x35f1141c, 0x26a1e7e8, 0xd4ca64eb, 0x8ad958cf, 0x78b2dbcc, 0x6be22838, 0x9989ab3b, 0x4d43cfd0, 0xbf284cd3, 0xac78bf27, 0x5e133c24, 0x105ec76f, 0xe235446c,
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Apr 20 18:43:59 UTC 2021 - 21.3K 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 Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 4.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
byte[] temp = new byte[28 + targetInfoLength + 4]; Encdec.enc_uint32le(0x00000101, temp, 0); // Header 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 (targetInfo != null)
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 22.5K bytes - Viewed (0)