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

Diff for /src/usr.bin/ssh/servconf.h between version 1.137 and 1.138

version 1.137, 2018/09/20 03:28:06 version 1.138, 2018/11/19 04:12:32
Line 75 
Line 75 
         char    *routing_domain;        /* Bind session to routing domain */          char    *routing_domain;        /* Bind session to routing domain */
   
         char   **host_key_files;        /* Files containing host keys. */          char   **host_key_files;        /* Files containing host keys. */
           int     *host_key_file_userprovided; /* Key was specified by user. */
         u_int   num_host_key_files;     /* Number of files for host keys. */          u_int   num_host_key_files;     /* Number of files for host keys. */
         char   **host_cert_files;       /* Files containing host certs. */          char   **host_cert_files;       /* Files containing host certs. */
         u_int   num_host_cert_files;    /* Number of files for host certs. */          u_int   num_host_cert_files;    /* Number of files for host certs. */
Line 271 
Line 272 
 void     dump_config(ServerOptions *);  void     dump_config(ServerOptions *);
 char    *derelativise_path(const char *);  char    *derelativise_path(const char *);
 void     servconf_add_hostkey(const char *, const int,  void     servconf_add_hostkey(const char *, const int,
             ServerOptions *, const char *path);              ServerOptions *, const char *path, int);
 void     servconf_add_hostcert(const char *, const int,  void     servconf_add_hostcert(const char *, const int,
             ServerOptions *, const char *path);              ServerOptions *, const char *path);
   

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138