[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/servconf.h between version 1.1.1.23 and 1.1.1.24

version 1.1.1.23, 2021/09/02 11:22:29 version 1.1.1.24, 2022/04/15 13:58:18
Line 1 
Line 1 
 /* $OpenBSD: servconf.h,v 1.155 2021/07/02 05:11:21 dtucker Exp $ */  /* $OpenBSD: servconf.h,v 1.156 2022/03/18 04:04:11 djm Exp $ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 295  int  process_server_config_line(ServerOp
Line 295  int  process_server_config_line(ServerOp
 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 *, int);
 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 *);

Legend:
Removed from v.1.1.1.23  
changed lines
  Added in v.1.1.1.24

CVSweb <webmaster@jp.NetBSD.org>