[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.26 and 1.27

version 1.26, 2015/02/16 22:13:32 version 1.27, 2015/05/01 03:23:51
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 mm_key_allowed(enum mm_keytype, char *, char *, Key *, int);
 int mm_user_key_allowed(struct passwd *, Key *);  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 *, char *, char *, Key *);
 int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);  int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, 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);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27