[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.70 and 1.71

version 1.70, 2012/10/30 21:29:54 version 1.71, 2012/11/04 11:09:15
Line 57 
Line 57 
         void            *kbdintctxt;          void            *kbdintctxt;
         void            *jpake_ctx;          void            *jpake_ctx;
         auth_session_t  *as;          auth_session_t  *as;
           char            **auth_methods; /* modified from server config */
           u_int            num_auth_methods;
 #ifdef KRB5  #ifdef KRB5
         krb5_context     krb5_ctx;          krb5_context     krb5_ctx;
         krb5_ccache      krb5_fwd_ccache;          krb5_ccache      krb5_fwd_ccache;
Line 130 
Line 132 
 int     auth_root_allowed(char *);  int     auth_root_allowed(char *);
   
 char    *auth2_read_banner(void);  char    *auth2_read_banner(void);
   int      auth2_methods_valid(const char *, int);
   int      auth2_update_methods_lists(Authctxt *, const char *);
   int      auth2_setup_methods_lists(Authctxt *);
   
 void    privsep_challenge_enable(void);  void    privsep_challenge_enable(void);
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71