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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.80 and 1.81

version 1.80, 2011/05/23 03:30:07 version 1.81, 2012/10/30 21:29:54
Line 273 
Line 273 
         temporarily_use_uid(pw);          temporarily_use_uid(pw);
   
         for (i = 0; !allowed && i < options.num_authkeys_files; i++) {          for (i = 0; !allowed && i < options.num_authkeys_files; i++) {
                   if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
                           continue;
                 file = expand_authorized_keys(                  file = expand_authorized_keys(
                     options.authorized_keys_files[i], pw);                      options.authorized_keys_files[i], pw);
                 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);                  allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81