[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.39 and 1.40

version 1.39, 2013/12/30 23:52:27 version 1.40, 2014/06/24 01:13:21
Line 227 
Line 227 
 }  }
   
 static int  static int
 match_principals_option(const char *principal_list, struct KeyCert *cert)  match_principals_option(const char *principal_list, struct sshkey_cert *cert)
 {  {
         char *result;          char *result;
         u_int i;          u_int i;
Line 247 
Line 247 
 }  }
   
 static int  static int
 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert)  match_principals_file(char *file, struct passwd *pw, struct sshkey_cert *cert)
 {  {
         FILE *f;          FILE *f;
         char line[SSH_MAX_PUBKEY_BYTES], *cp, *ep, *line_opts;          char line[SSH_MAX_PUBKEY_BYTES], *cp, *ep, *line_opts;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40