[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.102 and 1.103

version 1.102, 2021/12/19 22:12:07 version 1.103, 2022/05/27 05:01:25
Line 124 
Line 124 
   
 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 ssh *, struct passwd *, struct sshkey *, int,  int      user_key_allowed(struct passwd *, struct sshkey *, int,
     struct sshauthopt **);      const char *, const char *, struct sshauthopt **);
 int      auth2_key_already_used(Authctxt *, const struct sshkey *);  int      auth2_key_already_used(Authctxt *, const struct sshkey *);
   
 /*  /*
Line 195 
Line 195 
 const struct sshauthopt *auth_options(struct ssh *);  const struct sshauthopt *auth_options(struct ssh *);
 int      auth_activate_options(struct ssh *, struct sshauthopt *);  int      auth_activate_options(struct ssh *, struct sshauthopt *);
 void     auth_restrict_session(struct ssh *);  void     auth_restrict_session(struct ssh *);
 int      auth_authorise_keyopts(struct ssh *, struct passwd *pw,  int      auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *, int,
     struct sshauthopt *, int, const char *);      const char *, const char *, const char *);
 void     auth_log_authopts(const char *, const struct sshauthopt *, int);  void     auth_log_authopts(const char *, const struct sshauthopt *, int);
   
 /* debug messages during authentication */  /* debug messages during authentication */

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103