[BACK]Return to auth2-hostbased.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-hostbased.c between version 1.2.6.1 and 1.3

version 1.2.6.1, 2003/09/16 21:20:24 version 1.3, 2003/04/08 20:21:28
Line 42 
Line 42 
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern u_char *session_id2;  extern u_char *session_id2;
 extern u_int session_id2_len;  extern int session_id2_len;
   
 static int  static int
 userauth_hostbased(Authctxt *authctxt)  userauth_hostbased(Authctxt *authctxt)
Line 136 
Line 136 
         HostStatus host_status;          HostStatus host_status;
         int len;          int len;
   
         resolvedname = get_canonical_hostname(options.use_dns);          resolvedname = get_canonical_hostname(options.verify_reverse_mapping);
         ipaddr = get_remote_ipaddr();          ipaddr = get_remote_ipaddr();
   
         debug2("userauth_hostbased: chost %s resolvedname %s ipaddr %s",          debug2("userauth_hostbased: chost %s resolvedname %s ipaddr %s",

Legend:
Removed from v.1.2.6.1  
changed lines
  Added in v.1.3