- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 94 for NTLM (0.03 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
byte[] r15 = NtlmUtil.getPreNTLMResponse(cifsContext, password15, challenge); // Assert: equal because only first 14 OEM bytes are used assertArrayEquals(r14, r15, "Only first 14 OEM bytes affect Pre-NTLM response"); assertEquals(24, r14.length); // Verify collaborator interactions verify(cifsContext, atLeastOnce()).getConfig(); verify(configuration, atLeastOnce()).getOemEncoding();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String BASIC = "BASIC"; /** Digest authentication type identifier. */ public static final String DIGEST = "DIGEST"; /** NTLM authentication type identifier. */ public static final String NTLM = "NTLM"; /** Form-based authentication type identifier. */ public static final String FORM = "FORM"; /** Samba authentication type identifier. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcHandle.java
private static int call_id = 1; /** * Gets a DCERPC handle for the specified URL and authentication * @param url the DCERPC URL to connect to * @param auth the NTLM authentication credentials * @return a DCERPC handle for the connection * @throws UnknownHostException if the host cannot be resolved * @throws MalformedURLException if the URL is malformed
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
final String[] arr = new String[4]; final long expiration = System.currentTimeMillis() + Dfs.TTL * 1000; int di = 0; for (;;) { /* NTLM HTTP Authentication must be re-negotiated * with challenge from 'server' to access DFS vol. */ dr.resolveHashes = auth.hashesExternal; dr.ttl = resp.referrals[di].ttl;
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/ntlmssp/Type3Message.java
*/ public byte[] getMic() { return this.mic; } /** * Sets the message integrity code (MIC) for this Type-3 message. * * @param mic * NTLM mic to set (16 bytes) */ public void setMic(final byte[] mic) { this.mic = mic; } /** * Checks whether a message integrity code (MIC) should be calculated for this message.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0) -
src/test/java/jcifs/ntlmssp/Type3MessageTest.java
assertEquals(0, messageBytes[9] & 0xFF); assertEquals(0, messageBytes[10] & 0xFF); assertEquals(0, messageBytes[11] & 0xFF); } @Test @DisplayName("Should generate LM and NTLM responses") void testLMAndNTLMResponses() throws Exception { // Given Type2Message type2 = createMockType2Message(); String password = "testpassword"; // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/ntlmssp/Type3Message.java
return null; } return NtlmPasswordAuthentication.getPreNTLMResponse(password, type2.getChallenge()); } /** * Calculates the LMv2 response for NTLM authentication. * * @param type2 the Type-2 message containing the server challenge * @param domain the domain name * @param user the username * @param password the user's password
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 24.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.webauth_password=Password labels.webauth_parameters=Parameters labels.webauth_web_crawling_config=Web Config labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Form labels.log_configuration=Log Files labels.log_file_name=File Name labels.log_file_date=Timestamp labels.labeltype_configuration=Label labels.labeltype_title_details=Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.webauth_username=使用者名稱 labels.webauth_password=密碼 labels.webauth_parameters=參數 labels.webauth_web_crawling_config=Web配置 labels.webauth_scheme_basic=基本 labels.webauth_scheme_digest=摘要 labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=表單 labels.log_configuration=日誌檔案 labels.log_file_name=檔案名稱 labels.log_file_date=時間戳記 labels.labeltype_configuration=標籤 labels.labeltype_title_details=標籤 labels.labeltype_name=名稱
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.webauth_password=Wachtwoord labels.webauth_parameters=Parameters labels.webauth_web_crawling_config=Webconfiguratie labels.webauth_scheme_basic=Basic labels.webauth_scheme_digest=Digest labels.webauth_scheme_ntlm=NTLM labels.webauth_scheme_form=Formulier labels.log_configuration=Logbestand labels.log_file_name=Bestandsnaam labels.log_file_date=Tijdstempel labels.labeltype_configuration=Label labels.labeltype_title_details=Label
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1)