Searched refs:ServerOptions (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-13.1/crypto/openssh/ |
| H A D | servconf.h | 233 } 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 D | servconf.c | 76 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 D | auth2-none.c | 56 extern ServerOptions options;
|
| H A D | auth2-kbdint.c | 44 extern ServerOptions options;
|
| H A D | auth2-passwd.c | 49 extern ServerOptions options;
|
| H A D | blacklist.c | 55 extern ServerOptions options;
|
| H A D | auth-sia.c | 48 extern ServerOptions options;
|
| H A D | platform.c | 35 extern ServerOptions options;
|
| H A D | sshlogin.c | 67 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 | 45 extern ServerOptions options;
|
| H A D | auth-krb5.c | 55 extern ServerOptions options;
|
| H A D | auth2-hostbased.c | 57 extern ServerOptions options;
|
| H A D | gss-serv.c | 50 extern ServerOptions options;
|
| H A D | auth2-gss.c | 51 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 | auth2.c | 65 extern ServerOptions options;
|
| H A D | auth.c | 83 extern ServerOptions options;
|
| H A D | serverloop.c | 82 extern ServerOptions options;
|
| H A D | auth2-pubkey.c | 75 extern ServerOptions options;
|
| H A D | auth-pam.c | 110 extern ServerOptions options;
|
| H A D | monitor.c | 105 extern ServerOptions options;
|
| /freebsd-13.1/contrib/blacklist/diff/ |
| H A D | ssh.diff | 74 extern ServerOptions options;
|
12