- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 3,331 for einmal (0.13 sec)
-
src/main/java/jcifs/smb1/smb1/Trans2SetFileInformation.java
} @Override int readSetupWireFormat(final byte[] buffer, final int bufferIndex, final int len) { return 0; } @Override int readParametersWireFormat(final byte[] buffer, final int bufferIndex, final int len) { return 0; } @Override int readDataWireFormat(final byte[] buffer, final int bufferIndex, final int len) { return 0; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNTCreateAndX.java
* @param createOptions the create options * @param andx the next command in the chain */ public SmbComNTCreateAndX(final Configuration config, final String name, final int flags, final int access, final int shareAccess, final int extFileAttributes, final int createOptions, final ServerMessageBlock andx) { super(config, SMB_COM_NT_CREATE_ANDX, name, andx); this.desiredAccess = access;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
static synchronized SmbTransport getSmbTransport(final UniAddress address, final int port, final InetAddress localAddr, final int localPort, final String hostName) { SmbTransport conn; synchronized (CONNECTIONS) { if (SSN_LIMIT != 1) { final ListIterator iter = CONNECTIONS.listIterator(); while (iter.hasNext()) { conn = (SmbTransport) iter.next();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComTransaction.java
static final byte TRANS2_QUERY_FS_INFORMATION = (byte) 0x03; static final byte TRANS2_QUERY_PATH_INFORMATION = (byte) 0x05; static final byte TRANS2_GET_DFS_REFERRAL = (byte) 0x10; static final byte TRANS2_SET_FILE_INFORMATION = (byte) 0x08; static final int NET_SHARE_ENUM = 0x0000; static final int NET_SERVER_ENUM2 = 0x0068; static final int NET_SERVER_ENUM3 = 0x00D7;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbSession.java
private final InetAddress localAddr; SmbTransport transport = null; NtlmPasswordAuthentication auth; long expiration; String netbiosName = null; SmbSession(final UniAddress address, final int port, final InetAddress localAddr, final int localPort, final NtlmPasswordAuthentication auth) { this.address = address; this.port = port;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcDfsRootEnum.java
* * @return an array of FileEntry objects representing the DFS roots */ public FileEntry[] getEntries() { final netdfs.DfsEnumArray200 a200 = (netdfs.DfsEnumArray200) this.info.e; final SmbShareInfo[] entries = new SmbShareInfo[a200.count]; for (int i = 0; i < a200.count; i++) { entries[i] = new SmbShareInfo(a200.s[i].dfs_name, 0, null); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/ntlmssp/NtlmMessage.java
} static byte[] readSecurityBuffer(final byte[] src, final int index) { final int length = readUShort(src, index); final int offset = readULong(src, index + 4); final byte[] buffer = new byte[length]; System.arraycopy(src, offset, buffer, 0, length); return buffer; } static void writeULong(final byte[] dest, final int offset, final int ulong) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
} private SpnegoToken negotitate(final byte[] inputBuf, final int offset, final int len) throws CIFSException { final SpnegoToken spToken = getToken(inputBuf, offset, len); byte[] inputToken = null; if (spToken instanceof final NegTokenInit tinit) { final ASN1ObjectIdentifier[] rm = tinit.getMechanisms(); this.remoteMechs = rm; final ASN1ObjectIdentifier prefMech = rm[0];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/jcifs/spnego/NegTokenTarg.java
* @param mechanismToken the response token for the selected mechanism * @param mechanismListMIC the MIC over the mechanism list */ public NegTokenTarg(final int result, final ASN1ObjectIdentifier mechanism, final byte[] mechanismToken, final byte[] mechanismListMIC) { setResult(result); setMechanism(mechanism); setMechanismToken(mechanismToken); setMechanismListMIC(mechanismListMIC);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.9K bytes - Viewed (0) -
okhttp/api/jvm/okhttp.api
public final fun -deprecated_noCache ()Z public final fun -deprecated_noStore ()Z public final fun -deprecated_noTransform ()Z public final fun -deprecated_onlyIfCached ()Z public final fun -deprecated_sMaxAgeSeconds ()I public final fun immutable ()Z public final fun isPrivate ()Z public final fun isPublic ()Z public final fun maxAgeSeconds ()I public final fun maxStaleSeconds ()I
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 69.4K bytes - Viewed (0)