Searched refs:ServerOptions (Results 1 – 25 of 32) sorted by relevance
12
| /freebsd/crypto/openssh/regress/unittests/servconf/ |
| H A D | tests.c | 56 set_test_options(ServerOptions *o) in set_test_options() 131 check_roundtrip(const ServerOptions *o) in check_roundtrip() 134 ServerOptions out; in check_roundtrip() 205 check_rejects_trailing_data(const ServerOptions *o) in check_rejects_trailing_data() 208 ServerOptions out; in check_rejects_trailing_data() 222 check_rejects_bad_version(const ServerOptions *o) in check_rejects_bad_version() 225 ServerOptions out; in check_rejects_bad_version() 240 check_rejects_bad_port_count(const ServerOptions *o) in check_rejects_bad_port_count() 243 ServerOptions out; in check_rejects_bad_port_count() 259 check_roundtrip_signed_limits(const ServerOptions *o) in check_roundtrip_signed_limits() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | servconf.h | 350 typedef struct ServerOptions { struct 396 } ServerOptions; argument 431 void initialize_server_options(ServerOptions *); 432 void fill_default_server_options(ServerOptions *); 433 int process_server_config_line(ServerOptions *, char *, const char *, int, 436 void parse_server_config(ServerOptions *, const char *, struct sshbuf *, 438 void parse_server_match_config(ServerOptions *, 441 void servconf_merge_subsystems(ServerOptions *, ServerOptions *); 442 void copy_set_server_options(ServerOptions *, ServerOptions *, int); 443 void dump_config(ServerOptions *); [all …]
|
| H A D | servconf.c | 72 static void add_listen_addr(ServerOptions *, const char *, 74 static void add_one_listen_addr(ServerOptions *, const char *, 76 static void parse_server_config_depth(ServerOptions *options, 85 initialize_server_options(ServerOptions *options) in initialize_server_options() 203 assemble_algorithms(ServerOptions *o) in assemble_algorithms() 249 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey() 265 ServerOptions *options, const char *path) in servconf_add_hostcert() 275 fill_default_server_options(ServerOptions *options) in fill_default_server_options() 608 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr() 624 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr() [all …]
|
| H A D | monitor_wrap.h | 99 struct ServerOptions; 100 void mm_get_state(struct ssh *, struct ServerOptions *,
|
| H A D | auth2-none.c | 48 extern ServerOptions options;
|
| H A D | auth2-kbdint.c | 44 extern ServerOptions options;
|
| H A D | blocklist.c | 55 extern ServerOptions options;
|
| H A D | auth2-passwd.c | 49 extern ServerOptions options;
|
| H A D | auth2-methods.c | 31 extern ServerOptions options;
|
| H A D | auth-sia.c | 48 extern ServerOptions options;
|
| H A D | sshlogin.c | 67 extern ServerOptions options;
|
| H A D | platform.c | 35 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 | 46 extern ServerOptions options;
|
| H A D | sshd-auth.c | 109 ServerOptions options; 419 recv_privsep_state(struct ssh *ssh, ServerOptions *o, uint64_t *timing_secretp) in recv_privsep_state()
|
| 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 | 52 extern ServerOptions options;
|
| H A D | auth2-chall.c | 50 extern ServerOptions options;
|
| H A D | monitor_wrap.c | 84 extern ServerOptions options; 854 ServerOptions *opts, struct sshbuf **confdatap, in mm_get_state()
|
| H A D | auth.c | 79 extern ServerOptions options;
|
| H A D | auth2.c | 63 extern ServerOptions options;
|
| /freebsd/contrib/blocklist/diff/ |
| H A D | ssh.diff | 74 extern ServerOptions options;
|
12