Symbol: ServerOptions
crypto/openssh/auth-krb5.c
55
extern ServerOptions options;
crypto/openssh/auth-pam.c
105
extern ServerOptions options;
crypto/openssh/auth-passwd.c
60
extern ServerOptions options;
crypto/openssh/auth-rhosts.c
46
extern ServerOptions options;
crypto/openssh/auth-sia.c
48
extern ServerOptions options;
crypto/openssh/auth.c
79
extern ServerOptions options;
crypto/openssh/auth2-chall.c
50
extern ServerOptions options;
crypto/openssh/auth2-gss.c
53
extern ServerOptions options;
crypto/openssh/auth2-hostbased.c
56
extern ServerOptions options;
crypto/openssh/auth2-kbdint.c
44
extern ServerOptions options;
crypto/openssh/auth2-methods.c
31
extern ServerOptions options;
crypto/openssh/auth2-none.c
48
extern ServerOptions options;
crypto/openssh/auth2-passwd.c
49
extern ServerOptions options;
crypto/openssh/auth2-pubkey.c
73
extern ServerOptions options;
crypto/openssh/auth2.c
63
extern ServerOptions options;
crypto/openssh/blocklist.c
55
extern ServerOptions options;
crypto/openssh/gss-serv-krb5.c
47
extern ServerOptions options;
crypto/openssh/gss-serv.c
52
extern ServerOptions options;
crypto/openssh/monitor.c
98
extern ServerOptions options;
crypto/openssh/monitor_wrap.c
84
extern ServerOptions options;
crypto/openssh/monitor_wrap.c
854
ServerOptions *opts, struct sshbuf **confdatap,
crypto/openssh/monitor_wrap.h
100
void mm_get_state(struct ssh *, struct ServerOptions *,
crypto/openssh/monitor_wrap.h
99
struct ServerOptions;
crypto/openssh/platform.c
35
extern ServerOptions options;
crypto/openssh/regress/unittests/servconf/tests.c
131
check_roundtrip(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
134
ServerOptions out;
crypto/openssh/regress/unittests/servconf/tests.c
205
check_rejects_trailing_data(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
208
ServerOptions out;
crypto/openssh/regress/unittests/servconf/tests.c
222
check_rejects_bad_version(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
225
ServerOptions out;
crypto/openssh/regress/unittests/servconf/tests.c
240
check_rejects_bad_port_count(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
243
ServerOptions out;
crypto/openssh/regress/unittests/servconf/tests.c
259
check_roundtrip_signed_limits(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
262
ServerOptions out, in;
crypto/openssh/regress/unittests/servconf/tests.c
283
ServerOptions out;
crypto/openssh/regress/unittests/servconf/tests.c
293
check_fuzz_deserialise(const ServerOptions *o)
crypto/openssh/regress/unittests/servconf/tests.c
319
ServerOptions o;
crypto/openssh/regress/unittests/servconf/tests.c
56
set_test_options(ServerOptions *o)
crypto/openssh/servconf.c
1105
process_server_config_line_depth(ServerOptions *options, char *line,
crypto/openssh/servconf.c
203
assemble_algorithms(ServerOptions *o)
crypto/openssh/servconf.c
249
ServerOptions *options, const char *path, int userprovided)
crypto/openssh/servconf.c
2600
process_server_config_line(ServerOptions *options, char *line,
crypto/openssh/servconf.c
265
ServerOptions *options, const char *path)
crypto/openssh/servconf.c
2650
parse_server_match_config(ServerOptions *options,
crypto/openssh/servconf.c
2653
ServerOptions mo;
crypto/openssh/servconf.c
2698
servconf_merge_subsystems(ServerOptions *dst, ServerOptions *src)
crypto/openssh/servconf.c
275
fill_default_server_options(ServerOptions *options)
crypto/openssh/servconf.c
2816
serialise_hostkeyfile(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2838
serialise_ipqos(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2852
serialise_listenaddress(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2877
serialise_logfacility(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2890
serialise_loglevel(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2903
serialise_port(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2922
serialise_gatewayports(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2934
serialise_streamlocalbindmask(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2947
serialise_streamlocalbindunlink(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2960
serialise_maxstartups(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2975
serialise_permituserenv(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
2990
serialise_persourcenetblocksize(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3004
serialise_persourcepenalties(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3030
serialise_rekeylimit(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3044
serialise_subsystem(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3068
serialise_timingsecret(const ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3081
serialise_server_options(const ServerOptions *options, struct sshbuf **bufp)
crypto/openssh/servconf.c
3312
deserialise_hostkeyfile(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3340
deserialise_ipqos(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3354
deserialise_listenaddress(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3380
deserialise_logfacility(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3399
deserialise_loglevel(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3418
deserialise_port(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3441
deserialise_gatewayports(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3453
deserialise_streamlocalbindmask(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3466
deserialise_streamlocalbindunlink(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3484
deserialise_maxstartups(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3499
deserialise_permituserenv(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3513
deserialise_persourcenetblocksize(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3529
deserialise_persourcepenalties(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3556
deserialise_rekeylimit(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3570
deserialise_subsystem(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3602
deserialise_timingsecret(ServerOptions *options, struct sshbuf *buf)
crypto/openssh/servconf.c
3614
deserialise_server_options(struct sshbuf *buf, ServerOptions *options)
crypto/openssh/servconf.c
3618
ServerOptions new_options;
crypto/openssh/servconf.c
3696
free_hostkeyfile(ServerOptions *options)
crypto/openssh/servconf.c
3707
free_listenaddress(ServerOptions *options)
crypto/openssh/servconf.c
3723
free_permituserenv(ServerOptions *options)
crypto/openssh/servconf.c
3729
free_subsystem(ServerOptions *options)
crypto/openssh/servconf.c
3744
free_server_options(ServerOptions *options)
crypto/openssh/servconf.c
3856
copy_ipqos(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3864
copy_gatewayports(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3871
copy_streamlocalbindunlink(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3878
copy_loglevel(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3885
copy_rekeylimit(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3892
copy_subsystem(ServerOptions *dst, const ServerOptions *src)
crypto/openssh/servconf.c
3914
copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth)
crypto/openssh/servconf.c
3993
parse_server_config_depth(ServerOptions *options, const char *filename,
crypto/openssh/servconf.c
4022
parse_server_config(ServerOptions *options, const char *filename,
crypto/openssh/servconf.c
4182
dump_config(ServerOptions *o)
crypto/openssh/servconf.c
608
add_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
624
add_one_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
710
queue_listen_addr(ServerOptions *options, const char *addr,
crypto/openssh/servconf.c
72
static void add_listen_addr(ServerOptions *, const char *,
crypto/openssh/servconf.c
729
process_queued_listen_addrs(ServerOptions *options)
crypto/openssh/servconf.c
74
static void add_one_listen_addr(ServerOptions *, const char *,
crypto/openssh/servconf.c
76
static void parse_server_config_depth(ServerOptions *options,
crypto/openssh/servconf.c
85
initialize_server_options(ServerOptions *options)
crypto/openssh/servconf.h
431
void initialize_server_options(ServerOptions *);
crypto/openssh/servconf.h
432
void fill_default_server_options(ServerOptions *);
crypto/openssh/servconf.h
433
int process_server_config_line(ServerOptions *, char *, const char *, int,
crypto/openssh/servconf.h
436
void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
crypto/openssh/servconf.h
438
void parse_server_match_config(ServerOptions *,
crypto/openssh/servconf.h
441
void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
crypto/openssh/servconf.h
442
void copy_set_server_options(ServerOptions *, ServerOptions *, int);
crypto/openssh/servconf.h
443
void dump_config(ServerOptions *);
crypto/openssh/servconf.h
446
ServerOptions *, const char *path, int);
crypto/openssh/servconf.h
448
ServerOptions *, const char *path);
crypto/openssh/servconf.h
450
int serialise_server_options(const ServerOptions *, struct sshbuf **);
crypto/openssh/servconf.h
451
int deserialise_server_options(struct sshbuf *, ServerOptions *);
crypto/openssh/servconf.h
452
void free_server_options(ServerOptions *);
crypto/openssh/serverloop.c
80
extern ServerOptions options;
crypto/openssh/session.c
139
extern ServerOptions options;
crypto/openssh/sshd-auth.c
109
ServerOptions options;
crypto/openssh/sshd-auth.c
419
recv_privsep_state(struct ssh *ssh, ServerOptions *o, uint64_t *timing_secretp)
crypto/openssh/sshd-session.c
113
ServerOptions options;
crypto/openssh/sshd.c
110
ServerOptions options;
crypto/openssh/sshlogin.c
67
extern ServerOptions options;