Searched refs:ServerOptions (Results 1 – 25 of 28) sorted by relevance
12
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | servconf.h | 275 } ServerOptions; typedef 340 void initialize_server_options(ServerOptions *); 341 void fill_default_server_options(ServerOptions *); 342 int process_server_config_line(ServerOptions *, char *, const char *, int, 345 void parse_server_config(ServerOptions *, const char *, struct sshbuf *, 347 void parse_server_match_config(ServerOptions *, 350 void servconf_merge_subsystems(ServerOptions *, ServerOptions *); 351 void copy_set_server_options(ServerOptions *, ServerOptions *, int); 352 void dump_config(ServerOptions *); 355 ServerOptions *, const char *path, int); [all …]
|
| D | servconf.c | 81 static void add_listen_addr(ServerOptions *, const char *, 83 static void add_one_listen_addr(ServerOptions *, const char *, 85 static void parse_server_config_depth(ServerOptions *options, 94 initialize_server_options(ServerOptions *options) in initialize_server_options() 264 assemble_algorithms(ServerOptions *o) in assemble_algorithms() 308 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey() 320 ServerOptions *options, const char *path) in servconf_add_hostcert() 330 fill_default_server_options(ServerOptions *options) in fill_default_server_options() 959 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr() 975 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr() [all …]
|
| D | auth2-none.c | 50 extern ServerOptions options;
|
| D | auth2-kbdint.c | 46 extern ServerOptions options;
|
| D | auth2-passwd.c | 51 extern ServerOptions options;
|
| D | auth2-krb5.c | 47 extern ServerOptions options;
|
| D | auth2-methods.c | 34 extern ServerOptions options;
|
| D | gss-serv-krb5.c | 48 extern ServerOptions options;
|
| D | auth-passwd.c | 64 extern ServerOptions options;
|
| D | auth-rhosts.c | 48 extern ServerOptions options;
|
| D | sshlogin.c | 78 extern ServerOptions options;
|
| D | auth2-hostbased.c | 58 extern ServerOptions options;
|
| D | auth-krb5.c | 56 extern ServerOptions options;
|
| D | auth2-gss.c | 54 extern ServerOptions options;
|
| D | gss-serv.c | 55 extern ServerOptions options;
|
| D | auth2-chall.c | 52 extern ServerOptions options;
|
| D | auth2-pubkeyfile.c | 61 extern ServerOptions options;
|
| D | monitor_wrap.c | 89 extern ServerOptions options; 293 ServerOptions *newopts; in mm_decode_activate_server_options()
|
| D | sshd-auth.c | 116 ServerOptions options;
|
| D | auth.c | 77 extern ServerOptions options;
|
| D | auth2.c | 69 extern ServerOptions options;
|
| D | serverloop.c | 87 extern ServerOptions options;
|
| D | auth2-pubkey.c | 81 extern ServerOptions options;
|
| D | sshd-session.c | 151 ServerOptions options;
|
| D | auth-pam.c | 124 extern ServerOptions options;
|
12