[BACK]Return to auth.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.c between version 1.127 and 1.128

version 1.127, 2018/03/12 00:52:01 version 1.128, 2018/05/25 07:11:01
Line 946 
Line 946 
   
         /* A blank sshauthopt defaults to permitting nothing */          /* A blank sshauthopt defaults to permitting nothing */
         restricted = sshauthopt_new();          restricted = sshauthopt_new();
           restricted->permit_pty_flag = 1;
         restricted->restricted = 1;          restricted->restricted = 1;
   
         if (auth_activate_options(ssh, restricted) != 0)          if (auth_activate_options(ssh, restricted) != 0)

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128