Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ssn139 (0.24 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            return (flags2 & SmbConstants.FLAGS2_SECURITY_SIGNATURES) != 0 && digest == null && auth != NtlmPasswordAuthentication.NULL
                    && !NtlmPasswordAuthentication.NULL.equals(auth);
        }
    
        void ssn139() throws IOException {
            final Name calledName = new Name(address.firstCalledName(), 0x20, null);
            do {
                /* These Socket constructors attempt to connect before SO_TIMEOUT can be applied
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

                            prt == 445 && this.port == 139)
                    && (laddr == this.localAddr || laddr != null && laddr.equals(this.localAddr)) && lprt == this.localPort;
        }
    
        void ssn139() throws IOException {
            final CIFSContext tc = this.transportContext;
            final Name calledName = new Name(tc.getConfig(), this.address.firstCalledName(), 0x20, null);
            do {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top