Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Younis (0.17 sec)

  1. src/main/java/jcifs/pac/ASN1Util.java

            }
            while (++octetsPos < octetsCount);
    
            if (length >= limit && !isParsing)   // after all we must have read at least 1 byte
            {
                throw new IOException("corrupted stream - out of bounds length found: " + length + " >= " + limit);
            }
    
            return length;
        }
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Oct 02 12:02:06 GMT 2023
    - 6.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/pac/PacLogonInfo.java

                PacUnicodeString homeDirectoryString = pacStream.readUnicodeString();
                PacUnicodeString homeDriveString = pacStream.readUnicodeString();
    
                // Some counts
                this.logonCount = pacStream.readShort();
                this.badPasswordCount = pacStream.readShort();
    
                // IDs for user
                SID userId = pacStream.readId();
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 11.4K bytes
    - Viewed (0)
Back to top