Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/regress/unittests/servconf/
H A Dtests.c56 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 Dservconf.h350 typedef struct ServerOptions { struct
396 } ServerOptions; typedef
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 Dservconf.c72 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 Dmonitor_wrap.h99 struct ServerOptions;
100 void mm_get_state(struct ssh *, struct ServerOptions *,
H A Dauth2-none.c48 extern ServerOptions options;
H A Dauth2-kbdint.c44 extern ServerOptions options;
H A Dblocklist.c55 extern ServerOptions options;
H A Dauth2-passwd.c49 extern ServerOptions options;
H A Dauth2-methods.c31 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dsshlogin.c67 extern ServerOptions options;
H A Dplatform.c35 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c46 extern ServerOptions options;
H A Dsshd-auth.c109 ServerOptions options;
419 recv_privsep_state(struct ssh *ssh, ServerOptions *o, uint64_t *timing_secretp) in recv_privsep_state()
H A Dauth-krb5.c55 extern ServerOptions options;
H A Dauth2-hostbased.c56 extern ServerOptions options;
H A Dauth2-gss.c53 extern ServerOptions options;
H A Dgss-serv.c52 extern ServerOptions options;
H A Dauth2-chall.c50 extern ServerOptions options;
H A Dmonitor_wrap.c84 extern ServerOptions options;
854 ServerOptions *opts, struct sshbuf **confdatap, in mm_get_state()
H A Dauth.c79 extern ServerOptions options;
H A Dauth2.c63 extern ServerOptions options;
/freebsd/contrib/blocklist/diff/
H A Dssh.diff74 extern ServerOptions options;

12