comparison runopts.h @ 1830:c32976db772f

Merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 11 Oct 2021 15:46:49 +0800
parents df8d8ec1801c
children 94dc11094e26
comparison
equal deleted inserted replaced
1829:a7cc3332d8ab 1830:c32976db772f
128 #if DROPBEAR_PLUGIN 128 #if DROPBEAR_PLUGIN
129 char *pubkey_plugin; 129 char *pubkey_plugin;
130 char *pubkey_plugin_options; 130 char *pubkey_plugin_options;
131 #endif 131 #endif
132 132
133 int pass_on_env;
134
133 } svr_runopts; 135 } svr_runopts;
134 136
135 extern svr_runopts svr_opts; 137 extern svr_runopts svr_opts;
136 138
137 void svr_getopts(int argc, char ** argv); 139 void svr_getopts(int argc, char ** argv);
157 m_list *privkeys; /* Keys to use for public-key auth */ 159 m_list *privkeys; /* Keys to use for public-key auth */
158 #endif 160 #endif
159 #if DROPBEAR_CLI_ANYTCPFWD 161 #if DROPBEAR_CLI_ANYTCPFWD
160 int exit_on_fwd_failure; 162 int exit_on_fwd_failure;
161 #endif 163 #endif
164 int disable_trivial_auth;
162 #if DROPBEAR_CLI_REMOTETCPFWD 165 #if DROPBEAR_CLI_REMOTETCPFWD
163 m_list * remotefwds; 166 m_list * remotefwds;
164 #endif 167 #endif
165 #if DROPBEAR_CLI_LOCALTCPFWD 168 #if DROPBEAR_CLI_LOCALTCPFWD
166 m_list * localfwds; 169 m_list * localfwds;