- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 444 for incomplete (0.76 sec)
-
src/main/java/jcifs/smb1/smb1/NtlmAuthenticator.java
*/ /** * An abstract class for NTLM authentication in SMB1 protocol. * Provides a callback mechanism for retrieving user credentials when authentication is required. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmAuthenticator.java
* retry the exceptional operation with different credentials. Read <a href="../../../authhandler.html">jCIFS Exceptions * and NtlmAuthenticator</a> for complete details. */ /** * An abstract class for NTLM authentication. * Provides a callback mechanism for retrieving user credentials when authentication is required. */ public abstract class NtlmAuthenticator {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupRequestTest.java
// Then assertNotNull(response); assertTrue(response instanceof Smb2SessionSetupResponse); } @Test @DisplayName("Should verify complete wire format structure") void testCompleteWireFormatStructure() throws Exception { // Given int securityMode = 0x03; int capabilities = 0x0000000F;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
docs/vi/docs/tutorial/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
public byte[] initSecContext(final byte[] inputBuf, final int offset, final int len) throws CIFSException { SpnegoToken resp; if (this.completed) { throw new CIFSException("Already complete"); } if (len == 0) { resp = initialToken(); } else { resp = negotitate(inputBuf, offset, len); } if (resp == null) {
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/test/java/jcifs/dcerpc/DcerpcHandleTest.java
lenient().when(mockMessage.getResult()).thenReturn(null); // When: Encoding message (calls parent implementation) // Then: Should complete without throwing exception assertDoesNotThrow(() -> handle.encodeMessage(mockMessage, new byte[100])); } } @Nested @DisplayName("Configuration Tests")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.3K bytes - Viewed (0) -
docs/tr/docs/history-design-future.md
Bu şekilde, kod tekrarını mümkün olduğunca azaltmak, her yerde <abbr title="Otomatik Tamamlama: auto-complete, autocompletion, IntelliSense">otomatik tamamlama</abbr>, tip ve hata kontrollerine sahip olmak için en iyi yolları bulabildim. Hepsi, tüm geliştiriciler için en iyi geliştirme deneyimini sağlayacak şekilde. ## Gereksinimler
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 4.7K bytes - Viewed (0) -
docs/distributed/decom-compressed-sse-s3.sh
./mc ls -r --versions myminio/versioned/ >expanded_ns_versions.txt ./mc admin decom start myminio/ http://localhost:9000/tmp/xl/{1...10}/disk{0...1} until $(./mc admin decom status myminio/ | grep -q Complete); do echo "waiting for decom to finish..." sleep 1 done kill $pid_1 kill $pid_2 sleep 5 (minio server --address ":9001" http://localhost:9001/tmp/xl/{11...30}/disk{0...3} 2>&1 >/tmp/removed.log) &
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 4.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
oneWays[index] = securityResourceProvider.providePrimaryOneWayCryptographer(); }); threads[i].start(); } // Wait for all threads to complete for (Thread thread : threads) { try { thread.join(); } catch (InterruptedException e) { fail("Thread interrupted: " + e.getMessage()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/MockWitnessService.java
} } } } @Override public void close() { stop(); } /** * Helper method to create a complete mock service address * * @return formatted address string for RPC connections */ public String getServiceAddress() { try {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0)