[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.153 and 1.154

version 1.153, 2021/04/03 05:54:14 version 1.154, 2021/04/03 06:18:40
Line 292 
Line 292 
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);
 void     fill_default_server_options(ServerOptions *);  void     fill_default_server_options(ServerOptions *);
 int      process_server_config_line(ServerOptions *, char *, const char *, int,  int      process_server_config_line(ServerOptions *, char *, const char *, int,
              int *, struct connection_info *, struct include_list *includes);              int *, struct connection_info *, struct include_list *includes);
 void     process_permitopen(struct ssh *ssh, ServerOptions *options);  void     process_permitopen(struct ssh *ssh, ServerOptions *options);
 void     load_server_config(const char *, struct sshbuf *);  void     load_server_config(const char *, struct sshbuf *);
 void     parse_server_config(ServerOptions *, const char *, struct sshbuf *,  void     parse_server_config(ServerOptions *, const char *, struct sshbuf *,
              struct include_list *includes, struct connection_info *);              struct include_list *includes, struct connection_info *);
 void     parse_server_match_config(ServerOptions *,  void     parse_server_match_config(ServerOptions *,
              struct include_list *includes, struct connection_info *);              struct include_list *includes, struct connection_info *);
 int      parse_server_match_testspec(struct connection_info *, char *);  int      parse_server_match_testspec(struct connection_info *, char *);
 int      server_match_spec_complete(struct connection_info *);  int      server_match_spec_complete(struct connection_info *);
 void     copy_set_server_options(ServerOptions *, ServerOptions *, int);  void     copy_set_server_options(ServerOptions *, ServerOptions *, int);

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154