- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 106 for sids (0.02 sec)
-
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
if ( this.sids[ _i ] == null ) { this.sids[ _i ] = new LsarTranslatedSid(); } this.sids[ _i ].decode(_src); } } } } public static class LsarTrustInformation extends NdrObject { public rpc.unicode_string name; public rpc.sid_t sid; @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:40:13 UTC 2019 - 35.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 26.6K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
// Compute Resource Group IDs with Resource Domain ID to get SIDs this.resourceGroupSids = new SID[resourceGroups.length]; for ( int i = 0; i < resourceGroups.length; i++ ) { this.resourceGroupSids[ i ] = new SID(resourceDomainId, resourceGroups[ i ].getId()); } // Compute User IDs with Domain ID to get User SIDs
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 11.4K bytes - Viewed (0) -
src/main/java/jcifs/smb/SID.java
* The FQDN of the server that is an authority for the SID. * @param tc * Context to use * @throws IOException */ public void resolve ( String authorityServerName, CIFSContext tc ) throws IOException { SID[] sids = new SID[1]; sids[ 0 ] = this; tc.getSIDResolver().resolveSids(tc, authorityServerName, sids); } void resolveWeak () {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 14.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
SID[] sids = new SID[rpc.sids.num_sids]; String origin_server = handle.getServer(); CIFSContext origin_ctx = handle.getTransportContext(); for ( int i = 0; i < sids.length; i++ ) { sids[ i ] = new SID(rpc.sids.sids[ i ].sid, 0, null, null, false); sids[ i ].origin_server = origin_server;
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/smb1/dcerpc/msrpc/samr.java
public int retval; public rpc.policy_handle alias_handle; public lsarpc.LsarSidArray sids; public SamrGetMembersInAlias(rpc.policy_handle alias_handle, lsarpc.LsarSidArray sids) { this.alias_handle = alias_handle; this.sids = sids; } public void encode_in(NdrBuffer _dst) throws NdrException { alias_handle.encode(_dst);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 14K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
if (sids == null) { if (_sidss < 0 || _sidss > 0xFFFF) throw new NdrException( NdrException.INVALID_CONFORMANCE ); sids = new LsarSidPtr[_sidss]; } _src = _src.derive(_sidsi); for (int _i = 0; _i < _sidss; _i++) { if (sids[_i] == null) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 33K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
} public int retval; public rpc.policy_handle alias_handle; public lsarpc.LsarSidArray sids; public SamrGetMembersInAlias ( rpc.policy_handle alias_handle, lsarpc.LsarSidArray sids ) { this.alias_handle = alias_handle; this.sids = sids; } @Override public void encode_in ( NdrBuffer _dst ) throws NdrException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:40:13 UTC 2019 - 15.1K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* @return the owner group SID, <code>null</code> if not present * @throws IOException */ SID getOwnerGroup ( boolean resolve ) throws IOException; /** * Return the resolved owner user SID for this file or directory * * @return the owner user SID, <code>null</code> if not present * @throws IOException */ SID getOwnerUser () throws IOException;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1) -
lib/wasm/wasm_exec.js
this._ids = new Map([ // mapping from JS values to reference ids [0, 1], [null, 2], [true, 3], [false, 4], [globalThis, 5], [this, 6], ]); this._idPool = []; // unused ids that have been garbage collected this.exited = false; // whether the Go program has exited
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Aug 30 19:15:21 UTC 2024 - 16.5K bytes - Viewed (0)