Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Pending (0.16 sec)

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

         */
        SmbTransport getSmbTransport ( CIFSContext tc, Address address, int port, boolean exclusive, boolean forceSigning );
    
    
        /**
         * Get transport connection, with local binding
         * 
         * @param tc
         *            context to use
         * @param address
         * @param port
         * @param localAddr
         * @param localPort
         * @param hostName
         * @param exclusive
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun May 17 09:02:44 GMT 2020
    - 6.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ntlmssp/Type3Message.java

                }
                else {
                    setLMResponse(new byte[24]);
                }
    
                if ( avPairs != null ) {
                    // make sure to set the TARGET_INFO flag as we are sending
                    setFlag(NtlmFlags.NTLMSSP_NEGOTIATE_TARGET_INFO, true);
                }
    
                byte[] responseKeyNT = NtlmUtil.nTOWFv2(domain, user, passwordHash);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 30.6K bytes
    - Viewed (0)
Back to top