Home
last modified time | relevance | path

Searched refs:ServerOptions (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/crypto/openssh/
HDservconf.h190 } ServerOptions; typedef
228 void initialize_server_options(ServerOptions *);
229 void fill_default_server_options(ServerOptions *);
230 int process_server_config_line(ServerOptions *, char *, const char *, int,
233 void parse_server_config(ServerOptions *, const char *, Buffer *,
235 void parse_server_match_config(ServerOptions *, struct connection_info *);
238 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
239 void dump_config(ServerOptions *);
HDservconf.c60 static void add_listen_addr(ServerOptions *, char *, int);
61 static void add_one_listen_addr(ServerOptions *, char *, int);
70 initialize_server_options(ServerOptions *options) in initialize_server_options()
164 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
569 add_listen_addr(ServerOptions *options, char *addr, int port) in add_listen_addr()
585 add_one_listen_addr(ServerOptions *options, char *addr, int port) in add_one_listen_addr()
866 process_server_config_line(ServerOptions *options, char *line, in process_server_config_line()
1736 parse_server_match_config(ServerOptions *options, in parse_server_match_config()
1739 ServerOptions mo; in parse_server_match_config()
1796 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options()
[all …]
HDauth2-none.c54 extern ServerOptions options;
HDauth2-kbdint.c42 extern ServerOptions options;
HDauth2-passwd.c47 extern ServerOptions options;
HDauth-rh-rsa.c39 extern ServerOptions options;
HDauth-sia.c48 extern ServerOptions options;
HDplatform.c38 extern ServerOptions options;
HDauth-chall.c43 extern ServerOptions options;
HDsshlogin.c64 extern ServerOptions options;
HDgss-serv-krb5.c47 extern ServerOptions options;
HDauth-passwd.c58 extern ServerOptions options;
HDauth-rhosts.c45 extern ServerOptions options;
HDauth-rsa.c53 extern ServerOptions options;
HDauth2-hostbased.c52 extern ServerOptions options;
HDauth-krb5.c55 extern ServerOptions options;
HDauth2-gss.c48 extern ServerOptions options;
HDauth1.c45 extern ServerOptions options;
HDauth2-chall.c47 extern ServerOptions options;
HDauth-options.c57 extern ServerOptions options;
HDauth2.c61 extern ServerOptions options;
HDauth.c79 extern ServerOptions options;
HDmonitor_wrap.c87 extern ServerOptions options;
239 ServerOptions *newopts; in mm_getpwnamallow()
HDauth2-pubkey.c69 extern ServerOptions options;
/NextBSD/crypto/openssh/openbsd-compat/
HDbsd-cray.c93 extern ServerOptions options;

12