Searched refs:auth_opts (Results 1 – 6 of 6) sorted by relevance
88 extern struct sshauthopt *auth_opts;422 auth_opts->permit_port_forwarding_flag && in server_request_direct_tcpip()467 auth_opts->permit_port_forwarding_flag && in server_request_direct_streamlocal()513 if (auth_opts->force_tun_device != -1) { in server_request_tun()515 auth_opts->force_tun_device != (int)tun) in server_request_tun()517 tun = auth_opts->force_tun_device; in server_request_tun()760 !auth_opts->permit_port_forwarding_flag || in server_input_global_request()794 || !auth_opts->permit_port_forwarding_flag || in server_input_global_request()
303 extern struct sshauthopt *auth_opts; in sshpam_password_change_required()311 saved_port = auth_opts->permit_port_forwarding_flag; in sshpam_password_change_required()312 saved_agent = auth_opts->permit_agent_forwarding_flag; in sshpam_password_change_required()313 saved_x11 = auth_opts->permit_x11_forwarding_flag; in sshpam_password_change_required()314 auth_opts->permit_port_forwarding_flag = 0; in sshpam_password_change_required()315 auth_opts->permit_agent_forwarding_flag = 0; in sshpam_password_change_required()316 auth_opts->permit_x11_forwarding_flag = 0; in sshpam_password_change_required()319 auth_opts->permit_port_forwarding_flag = saved_port; in sshpam_password_change_required()321 auth_opts->permit_agent_forwarding_flag = saved_agent; in sshpam_password_change_required()323 auth_opts->permit_x11_forwarding_flag = saved_x11; in sshpam_password_change_required()
150 extern struct sshauthopt *auth_opts;313 for (i = 0; i < auth_opts->npermitopen; i++) { in set_fwdpermit_from_authopts()314 tmp = cp = xstrdup(auth_opts->permitopen[i]); in set_fwdpermit_from_authopts()328 for (i = 0; i < auth_opts->npermitlisten; i++) { in set_fwdpermit_from_authopts()329 tmp = cp = xstrdup(auth_opts->permitlisten[i]); in set_fwdpermit_from_authopts()348 auth_log_authopts("active", auth_opts, 0); in do_authenticated()352 set_fwdpermit_from_authopts(ssh, auth_opts); in do_authenticated()354 if (!auth_opts->permit_port_forwarding_flag || in do_authenticated()678 } else if (auth_opts->force_command != NULL) { in do_exec()680 command = auth_opts->force_command; in do_exec()[all …]
85 extern struct sshauthopt *auth_opts;367 if (auth_opts->force_command != NULL) { in auth_root_allowed()758 struct sshauthopt *old = auth_opts; in auth_activate_options()762 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) { in auth_activate_options()
183 struct sshauthopt *auth_opts = NULL; variable1312 if ((auth_opts = sshauthopt_new_with_keys_defaults()) == NULL) in main()
109 extern struct sshauthopt *auth_opts; /* XXX move to permanent ssh->authctxt? */412 if (auth_opts->permit_pty_flag) { in monitor_child_postauth()