[BACK]Return to auth-rh-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.34.4.1 and 1.35

version 1.34.4.1, 2003/09/16 21:20:24 version 1.35, 2003/04/08 20:21:28
Line 63 
Line 63 
             client_host_key->rsa == NULL)              client_host_key->rsa == NULL)
                 return 0;                  return 0;
   
         chost = (char *)get_canonical_hostname(options.use_dns);          chost = (char *)get_canonical_hostname(options.verify_reverse_mapping);
         debug("Rhosts RSA authentication: canonical host %.900s", chost);          debug("Rhosts RSA authentication: canonical host %.900s", chost);
   
         if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {          if (!PRIVSEP(auth_rhosts_rsa_key_allowed(pw, cuser, chost, client_host_key))) {

Legend:
Removed from v.1.34.4.1  
changed lines
  Added in v.1.35