Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getChallenge (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/SmbTransportPool.java

         * @deprecated functionality is broken and will be removed at some point,
         *             use actual Active Directory authentication instead
         */
        @Deprecated
        byte[] getChallenge(CIFSContext tc, Address dc) throws CIFSException;
    
        /**
         * Get NTLM challenge from a server
         *
         * @param dc the domain controller address
         * @param port the port number
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 7.5K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb1/smb1/NtlmContext.java

                        if (LogStream.level >= 6) {
                            Hexdump.hexdump(log, token, 0, token.length);
                        }
                    }
    
                    serverChallenge = msg2.getChallenge();
                    ntlmsspFlags &= msg2.getFlags();
    
                    //                  netbiosName = getNtlmsspListItem(token, 0x0001);
    
                    final Type3Message msg3 =
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 7K bytes
    - Click Count (0)
Back to Top