Home
last modified time | relevance | path

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

12

/netbsd/src/crypto/external/bsd/openssh/dist/
Dservconf.h275 } 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 …]
Dservconf.c81 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 …]
Dauth2-none.c50 extern ServerOptions options;
Dauth2-kbdint.c46 extern ServerOptions options;
Dauth2-passwd.c51 extern ServerOptions options;
Dauth2-krb5.c47 extern ServerOptions options;
Dauth2-methods.c34 extern ServerOptions options;
Dgss-serv-krb5.c48 extern ServerOptions options;
Dauth-passwd.c64 extern ServerOptions options;
Dauth-rhosts.c48 extern ServerOptions options;
Dsshlogin.c78 extern ServerOptions options;
Dauth2-hostbased.c58 extern ServerOptions options;
Dauth-krb5.c56 extern ServerOptions options;
Dauth2-gss.c54 extern ServerOptions options;
Dgss-serv.c55 extern ServerOptions options;
Dauth2-chall.c52 extern ServerOptions options;
Dauth2-pubkeyfile.c61 extern ServerOptions options;
Dmonitor_wrap.c89 extern ServerOptions options;
293 ServerOptions *newopts; in mm_decode_activate_server_options()
Dsshd-auth.c116 ServerOptions options;
Dauth.c77 extern ServerOptions options;
Dauth2.c69 extern ServerOptions options;
Dserverloop.c87 extern ServerOptions options;
Dauth2-pubkey.c81 extern ServerOptions options;
Dsshd-session.c151 ServerOptions options;
Dauth-pam.c124 extern ServerOptions options;

12