[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.29 and 1.30

version 1.29, 2015/12/04 16:41:28 version 1.30, 2016/03/07 19:02:43
Line 45 
Line 45 
 struct passwd *mm_getpwnamallow(const char *);  struct passwd *mm_getpwnamallow(const char *);
 char *mm_auth2_read_banner(void);  char *mm_auth2_read_banner(void);
 int mm_auth_password(struct Authctxt *, char *);  int mm_auth_password(struct Authctxt *, char *);
 int mm_key_allowed(enum mm_keytype, char *, char *, Key *, int);  int mm_key_allowed(enum mm_keytype, const char *, const char *, Key *, int);
 int mm_user_key_allowed(struct passwd *, Key *, int);  int mm_user_key_allowed(struct passwd *, Key *, int);
 int mm_hostbased_key_allowed(struct passwd *, char *, char *, Key *);  int mm_hostbased_key_allowed(struct passwd *, const char *,
 int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);      const char *, Key *);
   int mm_auth_rhosts_rsa_key_allowed(struct passwd *, const char *,
       const char *, Key *);
 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);  int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
 int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);  int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
 int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);  int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30