Home
last modified time | relevance | path

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

12

/freebsd-14.2/crypto/openssh/
H A Dservconf.h238 } ServerOptions; typedef
303 void initialize_server_options(ServerOptions *);
304 void fill_default_server_options(ServerOptions *);
307 void process_permitopen(struct ssh *ssh, ServerOptions *options);
308 void process_channel_timeouts(struct ssh *ssh, ServerOptions *);
312 void parse_server_match_config(ServerOptions *,
316 void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
317 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
318 void dump_config(ServerOptions *);
321 ServerOptions *, const char *path, int);
[all …]
H A Dservconf.c73 static void add_listen_addr(ServerOptions *, const char *,
88 initialize_server_options(ServerOptions *options) in initialize_server_options()
212 assemble_algorithms(ServerOptions *o) in assemble_algorithms()
272 ServerOptions *options, const char *path) in servconf_add_hostcert()
282 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
898 process_queued_listen_addrs(ServerOptions *options) in process_queued_listen_addrs()
2695 parse_server_match_config(ServerOptions *options, in parse_server_match_config()
2698 ServerOptions mo; in parse_server_match_config()
2738 servconf_merge_subsystems(ServerOptions *dst, ServerOptions *src) in servconf_merge_subsystems()
2786 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options()
[all …]
H A Dauth2-none.c55 extern ServerOptions options;
H A Dauth2-kbdint.c44 extern ServerOptions options;
H A Dblacklist.c55 extern ServerOptions options;
H A Dauth2-passwd.c49 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dsshlogin.c68 extern ServerOptions options;
H A Dplatform.c36 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c48 extern ServerOptions options;
H A Dauth-krb5.c55 extern ServerOptions options;
H A Dauth2-hostbased.c56 extern ServerOptions options;
H A Dgss-serv.c50 extern ServerOptions options;
H A Dauth2-gss.c53 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 Dauth.c81 extern ServerOptions options;
H A Dauth2.c64 extern ServerOptions options;
H A Dauth2-pubkey.c74 extern ServerOptions options;
H A Dserverloop.c84 extern ServerOptions options;
H A Dauth-pam.c110 extern ServerOptions options;
H A Dsshd.c156 ServerOptions options;
/freebsd-14.2/contrib/blocklist/diff/
H A Dssh.diff74 extern ServerOptions options;

12