[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.5 and 1.6

version 1.5, 2002/05/12 23:53:45 version 1.6, 2002/06/30 21:59:45
Line 44 
Line 44 
 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);  int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
 void mm_inform_authserv(char *, char *);  void mm_inform_authserv(char *, char *);
 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 mm_user_key_allowed(struct passwd *, Key *);  int mm_user_key_allowed(struct passwd *, Key *);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6