[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.98 and 1.99

version 1.98, 2019/01/19 21:41:18 version 1.99, 2019/01/19 21:43:56
Line 123 
Line 123 
   
 int      auth_password(struct ssh *, const char *);  int      auth_password(struct ssh *, const char *);
   
 int      hostbased_key_allowed(struct passwd *, const char *, char *,  int      hostbased_key_allowed(struct ssh *, struct passwd *,
             struct sshkey *);              const char *, char *, struct sshkey *);
 int      user_key_allowed(struct ssh *, struct passwd *, struct sshkey *, int,  int      user_key_allowed(struct ssh *, struct passwd *, struct sshkey *, int,
     struct sshauthopt **);      struct sshauthopt **);
 int      auth2_key_already_used(Authctxt *, const struct sshkey *);  int      auth2_key_already_used(Authctxt *, const struct sshkey *);
Line 189 
Line 189 
 struct sshkey   *get_hostkey_public_by_type(int, int, struct ssh *);  struct sshkey   *get_hostkey_public_by_type(int, int, struct ssh *);
 struct sshkey   *get_hostkey_private_by_type(int, int, struct ssh *);  struct sshkey   *get_hostkey_private_by_type(int, int, struct ssh *);
 int      get_hostkey_index(struct sshkey *, int, struct ssh *);  int      get_hostkey_index(struct sshkey *, int, struct ssh *);
 int      sshd_hostkey_sign(struct sshkey *, struct sshkey *, u_char **,  int      sshd_hostkey_sign(struct ssh *, struct sshkey *, struct sshkey *,
              size_t *, const u_char *, size_t, const char *, u_int);      u_char **, size_t *, const u_char *, size_t, const char *);
   
 /* Key / cert options linkage to auth layer */  /* Key / cert options linkage to auth layer */
 const struct sshauthopt *auth_options(struct ssh *);  const struct sshauthopt *auth_options(struct ssh *);

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99