Searched refs:ServerOptions (Results 1 – 25 of 31) sorted by relevance
12
| /NextBSD/crypto/openssh/ |
| HD | servconf.h | 190 } ServerOptions; typedef 228 void initialize_server_options(ServerOptions *); 229 void fill_default_server_options(ServerOptions *); 230 int process_server_config_line(ServerOptions *, char *, const char *, int, 233 void parse_server_config(ServerOptions *, const char *, Buffer *, 235 void parse_server_match_config(ServerOptions *, struct connection_info *); 238 void copy_set_server_options(ServerOptions *, ServerOptions *, int); 239 void dump_config(ServerOptions *);
|
| HD | servconf.c | 60 static void add_listen_addr(ServerOptions *, char *, int); 61 static void add_one_listen_addr(ServerOptions *, char *, int); 70 initialize_server_options(ServerOptions *options) in initialize_server_options() 164 fill_default_server_options(ServerOptions *options) in fill_default_server_options() 569 add_listen_addr(ServerOptions *options, char *addr, int port) in add_listen_addr() 585 add_one_listen_addr(ServerOptions *options, char *addr, int port) in add_one_listen_addr() 866 process_server_config_line(ServerOptions *options, char *line, in process_server_config_line() 1736 parse_server_match_config(ServerOptions *options, in parse_server_match_config() 1739 ServerOptions mo; in parse_server_match_config() 1796 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() [all …]
|
| HD | auth2-none.c | 54 extern ServerOptions options;
|
| HD | auth2-kbdint.c | 42 extern ServerOptions options;
|
| HD | auth2-passwd.c | 47 extern ServerOptions options;
|
| HD | auth-rh-rsa.c | 39 extern ServerOptions options;
|
| HD | auth-sia.c | 48 extern ServerOptions options;
|
| HD | platform.c | 38 extern ServerOptions options;
|
| HD | auth-chall.c | 43 extern ServerOptions options;
|
| HD | sshlogin.c | 64 extern ServerOptions options;
|
| HD | gss-serv-krb5.c | 47 extern ServerOptions options;
|
| HD | auth-passwd.c | 58 extern ServerOptions options;
|
| HD | auth-rhosts.c | 45 extern ServerOptions options;
|
| HD | auth-rsa.c | 53 extern ServerOptions options;
|
| HD | auth2-hostbased.c | 52 extern ServerOptions options;
|
| HD | auth-krb5.c | 55 extern ServerOptions options;
|
| HD | auth2-gss.c | 48 extern ServerOptions options;
|
| HD | auth1.c | 45 extern ServerOptions options;
|
| HD | auth2-chall.c | 47 extern ServerOptions options;
|
| HD | auth-options.c | 57 extern ServerOptions options;
|
| HD | auth2.c | 61 extern ServerOptions options;
|
| HD | auth.c | 79 extern ServerOptions options;
|
| HD | monitor_wrap.c | 87 extern ServerOptions options; 239 ServerOptions *newopts; in mm_getpwnamallow()
|
| HD | auth2-pubkey.c | 69 extern ServerOptions options;
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | bsd-cray.c | 93 extern ServerOptions options;
|
12