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

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.13.2.2 and 1.14

version 1.13.2.2, 2004/08/19 22:37:32 version 1.14, 2003/11/17 09:45:39
Line 120 
Line 120 
         /* end of message */          /* end of message */
         if (buffer_len(&b) != 0)          if (buffer_len(&b) != 0)
                 fail++;                  fail++;
         buffer_free(&b);  
   
         debug3("valid_request: fail %d", fail);          debug3("valid_request: fail %d", fail);
   
Line 158 
Line 157 
         /* verify that ssh-keysign is enabled by the admin */          /* verify that ssh-keysign is enabled by the admin */
         original_real_uid = getuid();   /* XXX readconf.c needs this */          original_real_uid = getuid();   /* XXX readconf.c needs this */
         initialize_options(&options);          initialize_options(&options);
         (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options, 0);          (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options);
         fill_default_options(&options);          fill_default_options(&options);
         if (options.enable_ssh_keysign != 1)          if (options.enable_ssh_keysign != 1)
                 fatal("ssh-keysign not enabled in %s",                  fatal("ssh-keysign not enabled in %s",

Legend:
Removed from v.1.13.2.2  
changed lines
  Added in v.1.14