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

Diff for /src/usr.bin/ssh/sshd.c between version 1.152 and 1.153

version 1.152, 2001/01/18 16:20:22 version 1.153, 2001/01/19 12:45:27
Line 1226 
Line 1226 
         if (options.afs_token_passing)          if (options.afs_token_passing)
                 auth_mask |= 1 << SSH_PASS_AFS_TOKEN;                  auth_mask |= 1 << SSH_PASS_AFS_TOKEN;
 #endif  #endif
 #ifdef SKEY  
         if (options.skey_authentication == 1)          if (options.skey_authentication == 1)
                 auth_mask |= 1 << SSH_AUTH_TIS;                  auth_mask |= 1 << SSH_AUTH_TIS;
 #endif  
         if (options.password_authentication)          if (options.password_authentication)
                 auth_mask |= 1 << SSH_AUTH_PASSWORD;                  auth_mask |= 1 << SSH_AUTH_PASSWORD;
         packet_put_int(auth_mask);          packet_put_int(auth_mask);

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153