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

Diff for /src/usr.bin/ssh/auth.h between version 1.104 and 1.105

version 1.104, 2022/05/27 05:02:46 version 1.105, 2022/06/03 04:47:21
Line 174 
Line 174 
 char    *expand_authorized_keys(const char *, struct passwd *pw);  char    *expand_authorized_keys(const char *, struct passwd *pw);
 char    *authorized_principals_file(struct passwd *);  char    *authorized_principals_file(struct passwd *);
   
 FILE    *auth_openkeyfile(const char *, struct passwd *, int);  
 FILE    *auth_openprincipals(const char *, struct passwd *, int);  
 int      auth_key_is_revoked(struct sshkey *);  int      auth_key_is_revoked(struct sshkey *);
   
 const char      *auth_get_canonical_hostname(struct ssh *, int);  const char      *auth_get_canonical_hostname(struct ssh *, int);
Line 218 
Line 216 
     char *, const char *, const char *, const char *, struct sshauthopt **);      char *, const char *, const char *, const char *, struct sshauthopt **);
 int      auth_check_authkeys_file(struct passwd *, FILE *, char *,  int      auth_check_authkeys_file(struct passwd *, FILE *, char *,
     struct sshkey *, const char *, const char *, struct sshauthopt **);      struct sshkey *, const char *, const char *, struct sshauthopt **);
   FILE    *auth_openkeyfile(const char *, struct passwd *, int);
   FILE    *auth_openprincipals(const char *, struct passwd *, int);
   
 #endif  #endif

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105