- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for tf (0.05 sec)
-
src/main/java/jcifs/smb/DfsImpl.java
try { final SmbTransportImpl transport = tf.getTransportPool() .getSmbTransport(tf, dr.getServer(), 0, false, !tf.getCredentials().isAnonymous() && tf.getConfig().isSigningEnabled() && tf.getConfig().isIpcSigningEnforced())
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
public byte[] getChallenge(final CIFSContext tf, final Address dc) throws SmbException { return getChallenge(tf, dc, 0); } @Override public byte[] getChallenge(final CIFSContext tf, final Address dc, final int port) throws SmbException { try (SmbTransportInternal trans = tf.getTransportPool()
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 33.4K bytes - Viewed (0) -
src/main/java/jcifs/DfsResolver.java
* @param tf the CIFS context * @param domain the domain name to check * @return whether the given domain is trusted * @throws CIFSException if the operation fails */ boolean isTrustedDomain(CIFSContext tf, String domain) throws CIFSException; /** * Get a connection to the domain controller for a given domain * * @param tf the CIFS context
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
final UniAddress dc = new UniAddress(addr); try (SmbTransportInternal trans = tf.getTransportPool() .getSmbTransport(tf, dc, 0, false, tf.hasDefaultCredentials() && tf.getConfig().isIpcSigningEnforced()) .unwrap(SmbTransportInternal.class)) { if (!tf.hasDefaultCredentials()) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeInternal.java
/** * Connects and performs logon to the tree using the specified context * @param tf the CIFS context to use for connection * @throws SmbException if an SMB error occurs during connection */ @Deprecated void connectLogon(CIFSContext tf) throws SmbException; /** * Sends an SMB request and returns the response * @param <T> the response type
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeImpl.java
} } else { final Trans2FindFirst2 req = new Trans2FindFirst2(tf.getConfig(), "\\", "*", SmbConstants.ATTR_DIRECTORY, tf.getConfig().getListCount(), tf.getConfig().getListSize()); final Trans2FindFirst2Response resp = new Trans2FindFirst2Response(tf.getConfig()); try { send(req, resp); } catch (final SmbException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
SmbSessionImpl(CIFSContext tf, String targetHost, String targetDomain, SmbTransportImpl transport) { this.transportContext = tf; this.targetDomain = targetDomain; this.targetHost = targetHost; this.transport = transport.acquire(); this.trees = new CopyOnWriteArrayList<>(); this.credentials = tf.getCredentials().unwrap(CredentialsInternal.class).clone();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportInternal.java
/** * Gets or creates an SMB session for the specified target. * * @param tf the CIFS context * @param targetHost the target host name * @param targetDomain the target domain * @return session */ SmbSession getSmbSession(CIFSContext tf, String targetHost, String targetDomain); /** * Checks if this transport uses the SMB2 protocol. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/SmbTransportPool.java
* @author mbechler * * <p>This interface is intended for internal use.</p> */ public interface SmbTransportPool { /** * Gets an SMB transport connection to the specified server. * * @param tf the CIFS context to use * @param name the server name or address * @param port the port number * @param exclusive whether to acquire an unshared connection * @param forceSigning whether to enforce SMB signing
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.5K bytes - Viewed (0) -
api/pom.xml
<artifactId>maven-javadoc-plugin</artifactId> <configuration> <tags> <tag> <name>provisional</name> <placement>tf</placement> <head>Provisional:</head> </tag> </tags> </configuration> <reportSets> <reportSet> <id>aggregate</id>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 3.2K bytes - Viewed (0)