[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.105 and 1.106

version 1.105, 2022/06/03 04:47:21 version 1.106, 2022/06/15 16:08:25
Line 126 
Line 126 
   
 int      hostbased_key_allowed(struct ssh *, struct passwd *,  int      hostbased_key_allowed(struct ssh *, struct passwd *,
             const char *, char *, struct sshkey *);              const char *, char *, struct sshkey *);
 int      user_key_allowed(struct passwd *, struct sshkey *, int,  int      user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *,
     const char *, const char *, struct sshauthopt **);      int, struct sshauthopt **);
 int      auth2_key_already_used(Authctxt *, const struct sshkey *);  int      auth2_key_already_used(Authctxt *, const struct sshkey *);
   
 /*  /*

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