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

Diff for /src/usr.bin/ssh/readconf.h between version 1.128 and 1.129

version 1.128, 2018/09/20 03:30:44 version 1.129, 2018/11/23 05:08:07
Line 185 
Line 185 
   
 #define SSHCONF_CHECKPERM       1  /* check permissions on config file */  #define SSHCONF_CHECKPERM       1  /* check permissions on config file */
 #define SSHCONF_USERCONF        2  /* user provided config file not system */  #define SSHCONF_USERCONF        2  /* user provided config file not system */
 #define SSHCONF_POSTCANON       4  /* After hostname canonicalisation */  #define SSHCONF_FINAL           4  /* Final pass over config, after canon. */
 #define SSHCONF_NEVERMATCH      8  /* Match/Host never matches; internal only */  #define SSHCONF_NEVERMATCH      8  /* Match/Host never matches; internal only */
   
 #define SSH_UPDATE_HOSTKEYS_NO  0  #define SSH_UPDATE_HOSTKEYS_NO  0
Line 203 
Line 203 
 int      process_config_line(Options *, struct passwd *, const char *,  int      process_config_line(Options *, struct passwd *, const char *,
     const char *, char *, const char *, int, int *, int);      const char *, char *, const char *, int, int *, int);
 int      read_config_file(const char *, struct passwd *, const char *,  int      read_config_file(const char *, struct passwd *, const char *,
     const char *, Options *, int);      const char *, Options *, int, int *);
 int      parse_forward(struct Forward *, const char *, int, int);  int      parse_forward(struct Forward *, const char *, int, int);
 int      parse_jump(const char *, Options *, int);  int      parse_jump(const char *, Options *, int);
 int      parse_ssh_uri(const char *, char **, char **, int *);  int      parse_ssh_uri(const char *, char **, char **, int *);

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129