Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/
H A Dservconf.h256 } ServerOptions; typedef
322 void initialize_server_options(ServerOptions *);
323 void fill_default_server_options(ServerOptions *);
324 int process_server_config_line(ServerOptions *, char *, const char *, int,
327 void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
329 void parse_server_match_config(ServerOptions *,
332 void servconf_merge_subsystems(ServerOptions *, ServerOptions *);
333 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
334 void dump_config(ServerOptions *);
337 ServerOptions *, const char *path, int);
[all …]
H A Dservconf.c77 static void add_listen_addr(ServerOptions *, const char *,
79 static void add_one_listen_addr(ServerOptions *, const char *,
81 static void parse_server_config_depth(ServerOptions *options,
90 initialize_server_options(ServerOptions *options) in initialize_server_options()
230 assemble_algorithms(ServerOptions *o) in assemble_algorithms()
276 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey()
290 ServerOptions *options, const char *path) in servconf_add_hostcert()
300 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
830 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr()
846 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr()
[all …]
H A Dauth2-none.c55 extern ServerOptions options;
H A Dauth2-kbdint.c44 extern ServerOptions options;
H A Dblacklist.c55 extern ServerOptions options;
H A Dauth2-passwd.c49 extern ServerOptions options;
H A Dauth-sia.c48 extern ServerOptions options;
H A Dauth2-methods.c31 extern ServerOptions options;
H A Dplatform.c35 extern ServerOptions options;
H A Dsshlogin.c68 extern ServerOptions options;
H A Dgss-serv-krb5.c47 extern ServerOptions options;
H A Dauth-passwd.c60 extern ServerOptions options;
H A Dauth-rhosts.c48 extern ServerOptions options;
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.c51 extern ServerOptions options;
H A Dauth2-chall.c50 extern ServerOptions options;
H A Dmonitor_wrap.c84 extern ServerOptions options;
298 ServerOptions *newopts; in mm_decode_activate_server_options()
H A Dauth.c81 extern ServerOptions options;
H A Dauth2.c64 extern ServerOptions options;
H A Dauth2-pubkey.c74 extern ServerOptions options;
H A Dserverloop.c84 extern ServerOptions options;
H A Dauth-pam.c106 extern ServerOptions options;
/freebsd/contrib/blocklist/diff/
H A Dssh.diff74 extern ServerOptions options;

12