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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.232 and 1.233

version 1.232, 2011/01/16 11:50:36 version 1.233, 2011/05/23 03:52:55
Line 1085 
Line 1085 
         /* XXX certs are not yet supported for DNS */          /* XXX certs are not yet supported for DNS */
         if (!key_is_cert(host_key) && options.verify_host_key_dns &&          if (!key_is_cert(host_key) && options.verify_host_key_dns &&
             verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) {              verify_host_key_dns(host, hostaddr, host_key, &flags) == 0) {
   
                 if (flags & DNS_VERIFY_FOUND) {                  if (flags & DNS_VERIFY_FOUND) {
   
                         if (options.verify_host_key_dns == 1 &&                          if (options.verify_host_key_dns == 1 &&

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233