Searched refs:ServerOptions (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-14.2/crypto/openssh/ |
| H A D | servconf.h | 238 } 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 D | servconf.c | 73 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 D | auth2-none.c | 55 extern ServerOptions options;
|
| H A D | auth2-kbdint.c | 44 extern ServerOptions options;
|
| H A D | blacklist.c | 55 extern ServerOptions options;
|
| H A D | auth2-passwd.c | 49 extern ServerOptions options;
|
| H A D | auth-sia.c | 48 extern ServerOptions options;
|
| H A D | sshlogin.c | 68 extern ServerOptions options;
|
| H A D | platform.c | 36 extern ServerOptions options;
|
| H A D | gss-serv-krb5.c | 47 extern ServerOptions options;
|
| H A D | auth-passwd.c | 60 extern ServerOptions options;
|
| H A D | auth-rhosts.c | 48 extern ServerOptions options;
|
| H A D | auth-krb5.c | 55 extern ServerOptions options;
|
| H A D | auth2-hostbased.c | 56 extern ServerOptions options;
|
| H A D | gss-serv.c | 50 extern ServerOptions options;
|
| H A D | auth2-gss.c | 53 extern ServerOptions options;
|
| H A D | auth2-chall.c | 50 extern ServerOptions options;
|
| H A D | monitor_wrap.c | 82 extern ServerOptions options; 262 ServerOptions *newopts; in mm_getpwnamallow()
|
| H A D | auth.c | 81 extern ServerOptions options;
|
| H A D | auth2.c | 64 extern ServerOptions options;
|
| H A D | auth2-pubkey.c | 74 extern ServerOptions options;
|
| H A D | serverloop.c | 84 extern ServerOptions options;
|
| H A D | auth-pam.c | 110 extern ServerOptions options;
|
| H A D | sshd.c | 156 ServerOptions options;
|
| /freebsd-14.2/contrib/blocklist/diff/ |
| H A D | ssh.diff | 74 extern ServerOptions options;
|
12