Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 10 (0.14 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

            SSPContext ctx = null;
            byte[] token = new byte[0];
            int state = 10;
            final SmbComNegotiateResponse negoResp = (SmbComNegotiateResponse) trans.getNegotiateResponse();
            boolean anonymous = this.credentials.isAnonymous();
            do {
                switch ( state ) {
                case 10: /* NTLM */
    
                    if ( trans.hasCapability(SmbConstants.CAP_EXTENDED_SECURITY) ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top