[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.102 and 1.103

version 1.102, 2014/07/15 15:54:14 version 1.103, 2014/10/08 22:20:25
Line 164 
Line 164 
   
 #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 */
   
 void     initialize_options(Options *);  void     initialize_options(Options *);
 void     fill_default_options(Options *);  void     fill_default_options(Options *);
 void     fill_default_options_for_canonicalization(Options *);  void     fill_default_options_for_canonicalization(Options *);
 int      process_config_line(Options *, struct passwd *, const char *, char *,  int      process_config_line(Options *, struct passwd *, const 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 *,
     Options *, int);      const char *, Options *, int);
 int      parse_forward(struct Forward *, const char *, int, int);  int      parse_forward(struct Forward *, const char *, int, int);
 int      default_ssh_port(void);  int      default_ssh_port(void);
 int      option_clear_or_none(const char *);  int      option_clear_or_none(const char *);
   void     dump_client_config(Options *o, const char *host);
   
 void     add_local_forward(Options *, const struct Forward *);  void     add_local_forward(Options *, const struct Forward *);
 void     add_remote_forward(Options *, const struct Forward *);  void     add_remote_forward(Options *, const struct Forward *);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103