[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.76 and 1.77

version 1.76, 2013/07/19 07:37:48 version 1.77, 2014/01/29 06:18:35
Line 56 
Line 56 
         char            *style;          char            *style;
         void            *kbdintctxt;          void            *kbdintctxt;
         char            *info;          /* Extra info for next auth_log */          char            *info;          /* Extra info for next auth_log */
         void            *jpake_ctx;  
         auth_session_t  *as;          auth_session_t  *as;
         char            **auth_methods; /* modified from server config */          char            **auth_methods; /* modified from server config */
         u_int            num_auth_methods;          u_int            num_auth_methods;
Line 151 
Line 150 
 int     bsdauth_respond(void *, u_int, char **);  int     bsdauth_respond(void *, u_int, char **);
 int     skey_query(void *, char **, char **, u_int *, char ***, u_int **);  int     skey_query(void *, char **, char **, u_int *, char ***, u_int **);
 int     skey_respond(void *, u_int, char **);  int     skey_respond(void *, u_int, char **);
   
 void    auth2_jpake_get_pwdata(Authctxt *, BIGNUM **, char **, char **);  
 void    auth2_jpake_stop(Authctxt *);  
   
 int     allowed_user(struct passwd *);  int     allowed_user(struct passwd *);
 struct passwd * getpwnamallow(const char *user);  struct passwd * getpwnamallow(const char *user);

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77