Searched refs:ServerOptions (Results 1 – 25 of 29) sorted by relevance
12
/freebsd/crypto/openssh/ |
H A D | servconf.h | 256 } ServerOptions; typedef 322 void initialize_server_options(ServerOptions *); 323 void fill_default_server_options(ServerOptions *); 324 int process_server_config_line(ServerOptions *, char *, const char *, int, 327 void parse_server_config(ServerOptions *, const char *, struct sshbuf *, 329 void parse_server_match_config(ServerOptions *, 332 void servconf_merge_subsystems(ServerOptions *, ServerOptions *); 333 void copy_set_server_options(ServerOptions *, ServerOptions *, int); 334 void dump_config(ServerOptions *); 337 ServerOptions *, const char *path, int); [all …]
|
H A D | servconf.c | 77 static void add_listen_addr(ServerOptions *, const char *, 79 static void add_one_listen_addr(ServerOptions *, const char *, 81 static void parse_server_config_depth(ServerOptions *options, 90 initialize_server_options(ServerOptions *options) in initialize_server_options() 230 assemble_algorithms(ServerOptions *o) in assemble_algorithms() 276 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey() 290 ServerOptions *options, const char *path) in servconf_add_hostcert() 300 fill_default_server_options(ServerOptions *options) in fill_default_server_options() 830 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr() 846 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr() [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 | auth2-methods.c | 31 extern ServerOptions options;
|
H A D | platform.c | 35 extern ServerOptions options;
|
H A D | sshlogin.c | 68 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 | auth2-gss.c | 53 extern ServerOptions options;
|
H A D | gss-serv.c | 51 extern ServerOptions options;
|
H A D | auth2-chall.c | 50 extern ServerOptions options;
|
H A D | monitor_wrap.c | 84 extern ServerOptions options; 298 ServerOptions *newopts; in mm_decode_activate_server_options()
|
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 | 106 extern ServerOptions options;
|
/freebsd/contrib/blocklist/diff/ |
H A D | ssh.diff | 74 extern ServerOptions options;
|
12