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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.6 and 1.7

version 1.6, 2000/10/11 20:27:23 version 1.7, 2000/11/10 01:04:40
Line 248 
Line 248 
                         if (options.skey_authentication == 1) {                          if (options.skey_authentication == 1) {
                                 char *skeyinfo = NULL;                                  char *skeyinfo = NULL;
                                 if (pw != NULL)                                  if (pw != NULL)
                                         skey_keyinfo(pw->pw_name);                                          skeyinfo = skey_keyinfo(pw->pw_name);
                                 if (skeyinfo == NULL) {                                  if (skeyinfo == NULL) {
                                         debug("generating fake skeyinfo for %.100s.", luser);                                          debug("generating fake skeyinfo for %.100s.", luser);
                                         skeyinfo = skey_fake_keyinfo(luser);                                          skeyinfo = skey_fake_keyinfo(luser);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7