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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.29 and 1.30

version 1.29, 2011/05/23 03:30:07 version 1.30, 2011/09/25 05:44:47
Line 237 
Line 237 
                 }                  }
                 for (i = 0; i < cert->nprincipals; i++) {                  for (i = 0; i < cert->nprincipals; i++) {
                         if (strcmp(cp, cert->principals[i]) == 0) {                          if (strcmp(cp, cert->principals[i]) == 0) {
                                 debug3("matched principal from file \"%.100s\"",                                  debug3("matched principal \"%.100s\" "
                                     cert->principals[i]);                                      "from file \"%s\" on line %lu",
                                       cert->principals[i], file, linenum);
                                 if (auth_parse_options(pw, line_opts,                                  if (auth_parse_options(pw, line_opts,
                                     file, linenum) != 1)                                      file, linenum) != 1)
                                         continue;                                          continue;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30