- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 70 for enhanced (0.08 seconds)
-
src/main/java/jcifs/util/PathValidator.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 14.5K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
this.handle.decode(_src); this.retval = _src.dec_ndr_long(); } } /** * SAMR Connect4 operation for establishing a connection to the SAM database. * This is an enhanced version of Connect2 with additional parameters. */ public static class SamrConnect4 extends DcerpcMessage { @Override public int getOpnum() { return 0x3e; }
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
handle.decode(_src); retval = _src.dec_ndr_long(); } } /** * SAMR Connect4 operation for establishing a connection to the SAM database. * This is an enhanced version of Connect2 with additional parameters. */ public static class SamrConnect4 extends DcerpcMessage { @Override public int getOpnum() { return 0x3e; }
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportPoolImpl.java
connections.size(), nonPooledConnections.size(), maxPoolSize, failCounts.size(), totalHealthChecks.get(), connectionsRemoved.get()); } // Enhanced health checking methods /** * Start proactive health checking */ private void startProactiveHealthChecking() { if (proactiveHealthCheckEnabled && healthCheckTask == null) {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 33.4K bytes - Click Count (0) -
src/main/java/jcifs/util/SecureKeyManager.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 21.5K bytes - Click Count (0) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
private final Semaphore requestSemaphore; private final AtomicInteger activeRequests = new AtomicInteger(0); private final AtomicLong totalBackpressureRejections = new AtomicLong(0); // Enhanced metrics private final AtomicLong minResponseTime = new AtomicLong(Long.MAX_VALUE); private final AtomicLong maxResponseTime = new AtomicLong(0); private final AtomicInteger consecutiveFailures = new AtomicInteger(0);Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 33.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
String configuratorId = mojoDescriptor.getComponentConfigurator(); if (configuratorId == null || configuratorId.isEmpty()) { configuratorId = mojoDescriptor.isV4Api() ? "enhanced" : "basic"; } try { // TODO could the configuration be passed to lookup and the configurator known to plexus via the descriptorCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 09 16:35:21 GMT 2025 - 46.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java
if (b != 0) { return false; } } return true; } @Test @DisplayName("Should generate secure nonces with enhanced randomness when using generateSecureNonce") void testEnhancedNonceGeneration() { // Given
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 44.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
} return false; } /** * Simple connection retry logic - could be enhanced with exponential backoff */ private boolean shouldRetryConnection() { // For now, allow one retry. Could be enhanced with more sophisticated logic. return true; } /** * @param context * @param name */Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
* * @param serverAddress the server address * @return cluster name or null */ private String getClusterName(InetAddress serverAddress) { // Simple implementation - could be enhanced with proper cluster discovery String hostname = serverAddress.getHostName(); if (hostname != null && hostname.contains(".")) { // Extract potential cluster name from hostnameCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0)