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

Diff for /src/usr.bin/ssh/monitor_wrap.h between version 1.47 and 1.48

version 1.47, 2021/04/15 16:24:31 version 1.48, 2022/05/27 05:01:25
Line 54 
Line 54 
 int mm_auth_password(struct ssh *, char *);  int mm_auth_password(struct ssh *, char *);
 int mm_key_allowed(enum mm_keytype, const char *, const char *, struct sshkey *,  int mm_key_allowed(enum mm_keytype, const char *, const char *, struct sshkey *,
     int, struct sshauthopt **);      int, struct sshauthopt **);
 int mm_user_key_allowed(struct ssh *, struct passwd *, struct sshkey *, int,  int mm_user_key_allowed(struct passwd *, struct sshkey *, int,
     struct sshauthopt **);      const char *, const char *, struct sshauthopt **);
 int mm_hostbased_key_allowed(struct ssh *, struct passwd *, const char *,  int mm_hostbased_key_allowed(struct ssh *, struct passwd *, const char *,
     const char *, struct sshkey *);      const char *, struct sshkey *);
 int mm_sshkey_verify(const struct sshkey *, const u_char *, size_t,  int mm_sshkey_verify(const struct sshkey *, const u_char *, size_t,

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48