[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.116 and 1.117

version 1.116, 2016/06/03 03:14:41 version 1.117, 2016/07/15 00:24:30
Line 163 
Line 163 
         char   *hostbased_key_types;          char   *hostbased_key_types;
         char   *pubkey_key_types;          char   *pubkey_key_types;
   
           char   *jump_user;
           char   *jump_host;
           int     jump_port;
           char   *jump_extra;
   
         char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */          char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */
 }       Options;  }       Options;
   
Line 198 
Line 203 
 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      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      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     dump_client_config(Options *o, const char *host);

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117