Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for drs (0.01 seconds)

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

            if (rn == 0 || resp.numReferrals < rn) {
                rn = resp.numReferrals;
            }
    
            final DfsReferral[] drs = new DfsReferral[rn];
            final String[] arr = new String[4];
            final long expiration = System.currentTimeMillis() + Dfs.TTL * 1000;
    
            for (int di = 0; di < drs.length; di++) {
                final DfsReferral dr = new DfsReferral();
                /* NTLM HTTP Authentication must be re-negotiated
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 31.8K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    senseering.net
    
    // Servebolt AS: https://servebolt.com
    // Submitted by Daniel Kjeserud <******@****.***>
    servebolt.cloud
    
    // Service Online LLC : http://drs.ua/
    // Submitted by Serhii Bulakh <support@drs.ua>
    biz.ua
    co.ua
    pp.ua
    
    // Shanghai Accounting Society : https://www.sasf.org.cn
    // Submitted by Information Administration <******@****.***>
    as.sh.cn
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
Back to Top