Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/openssh/
H A Dservconf.h233 } ServerOptions; typedef
294 void initialize_server_options(ServerOptions *);
295 void fill_default_server_options(ServerOptions *);
296 int process_server_config_line(ServerOptions *, char *, const char *, int,
298 void process_permitopen(struct ssh *ssh, ServerOptions *options);
300 void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
302 void parse_server_match_config(ServerOptions *,
306 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
307 void dump_config(ServerOptions *);
310 ServerOptions *, const char *path, int);
[all …]
H A Dservconf.c76 static void add_listen_addr(ServerOptions *, const char *,
80 static void parse_server_config_depth(ServerOptions *options,
91 initialize_server_options(ServerOptions *options) in initialize_server_options()
211 assemble_algorithms(ServerOptions *o) in assemble_algorithms()
271 ServerOptions *options, const char *path) in servconf_add_hostcert()
281 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
885 process_queued_listen_addrs(ServerOptions *options) in process_queued_listen_addrs()
2541 parse_server_match_config(ServerOptions *options, in parse_server_match_config()
2544 ServerOptions mo; in parse_server_match_config()
2591 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options()
[all …]
H A Dauth2-none.c56 extern ServerOptions options;
H A Dauth2-kbdint.c44 extern ServerOptions options;
H A Dauth2-passwd.c49 extern ServerOptions options;
H A Dblacklist.c55 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dplatform.c35 extern ServerOptions options;
H A Dsshlogin.c67 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c45 extern ServerOptions options;
H A Dauth-krb5.c55 extern ServerOptions options;
H A Dauth2-hostbased.c57 extern ServerOptions options;
H A Dgss-serv.c50 extern ServerOptions options;
H A Dauth2-gss.c51 extern ServerOptions options;
H A Dauth2-chall.c50 extern ServerOptions options;
H A Dmonitor_wrap.c82 extern ServerOptions options;
262 ServerOptions *newopts; in mm_getpwnamallow()
H A Dauth2.c65 extern ServerOptions options;
H A Dauth.c83 extern ServerOptions options;
H A Dserverloop.c82 extern ServerOptions options;
H A Dauth2-pubkey.c75 extern ServerOptions options;
H A Dauth-pam.c110 extern ServerOptions options;
H A Dmonitor.c105 extern ServerOptions options;
/freebsd-13.1/contrib/blacklist/diff/
H A Dssh.diff74 extern ServerOptions options;

12