- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for lockOut (0.15 sec)
-
src/main/java/jcifs/util/AuthenticationRateLimiter.java
* * Features: * - Per-account rate limiting * - Per-IP rate limiting * - Global rate limiting * - Exponential backoff for repeated failures * - Account lockout after threshold * - Automatic cleanup of old entries */ public class AuthenticationRateLimiter implements AutoCloseable { private static final Logger log = LoggerFactory.getLogger(AuthenticationRateLimiter.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/util/AuthenticationRateLimiterTest.java
} catch (SmbException e) { // Expected } // Wait for lockout to expire Thread.sleep(2100); // Lockout is 2 seconds in test setup // Should be allowed again assertTrue(rateLimiter.checkAttempt(username, ip), "Should be allowed after lockout expiry"); } @Test public void testSuccessResetsCounter() throws Exception {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbPipeHandleInternalTest.java
// Mock the stream directly SmbPipeOutputStream mockOut = mock(SmbPipeOutputStream.class); // Create spy and override getOutput SmbPipeHandleImpl spyHandle = spy(handle); doReturn(mockOut).when(spyHandle).getOutput(); byte[] b = new byte[10]; spyHandle.send(b, 2, 4); verify(mockOut).writeDirect(eq(b), eq(2), eq(4), eq(1)); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 16.7K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const LOCK_EX ideal-int pkg syscall (freebsd-386-cgo), const LOCK_NB ideal-int pkg syscall (freebsd-386-cgo), const LOCK_SH ideal-int pkg syscall (freebsd-386-cgo), const LOCK_UN ideal-int pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC ideal-int pkg syscall (freebsd-386-cgo), const MADV_CORE ideal-int pkg syscall (freebsd-386-cgo), const MADV_DONTNEED ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
api/go1.1.txt
pkg syscall (darwin-386), const ImplementsGetwd = false pkg syscall (darwin-386), const LOCK_EX = 2 pkg syscall (darwin-386), const LOCK_NB = 4 pkg syscall (darwin-386), const LOCK_SH = 1 pkg syscall (darwin-386), const LOCK_UN = 8 pkg syscall (darwin-386), const MADV_CAN_REUSE = 9 pkg syscall (darwin-386), const MADV_DONTNEED = 4 pkg syscall (darwin-386), const MADV_FREE = 5 pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const LOCK_NB ideal-int pkg syscall (freebsd-arm64), const LOCK_SH = 1 pkg syscall (freebsd-arm64), const LOCK_SH ideal-int pkg syscall (freebsd-arm64), const LOCK_UN = 8 pkg syscall (freebsd-arm64), const LOCK_UN ideal-int pkg syscall (freebsd-arm64), const MADV_AUTOSYNC = 7 pkg syscall (freebsd-arm64), const MADV_AUTOSYNC ideal-int pkg syscall (freebsd-arm64), const MADV_CORE = 9
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const LOCK_NB ideal-int pkg syscall (darwin-arm64), const LOCK_SH = 1 pkg syscall (darwin-arm64), const LOCK_SH ideal-int pkg syscall (darwin-arm64), const LOCK_UN = 8 pkg syscall (darwin-arm64), const LOCK_UN ideal-int pkg syscall (darwin-arm64), const MADV_CAN_REUSE = 9 pkg syscall (darwin-arm64), const MADV_CAN_REUSE ideal-int pkg syscall (darwin-arm64), const MADV_DONTNEED = 4
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const LOCK_NB ideal-int pkg syscall (netbsd-arm64-cgo), const LOCK_SH = 1 pkg syscall (netbsd-arm64-cgo), const LOCK_SH ideal-int pkg syscall (netbsd-arm64-cgo), const LOCK_UN = 8 pkg syscall (netbsd-arm64-cgo), const LOCK_UN ideal-int pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED = 4 pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED ideal-int pkg syscall (netbsd-arm64-cgo), const MADV_FREE = 6
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const LOCK_SH = 1 #53466 pkg syscall (freebsd-riscv64), const LOCK_SH ideal-int #53466 pkg syscall (freebsd-riscv64), const LOCK_UN = 8 #53466 pkg syscall (freebsd-riscv64), const LOCK_UN ideal-int #53466 pkg syscall (freebsd-riscv64), const MADV_AUTOSYNC = 7 #53466 pkg syscall (freebsd-riscv64), const MADV_AUTOSYNC ideal-int #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0)