OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_opts
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth-pam.c
323
extern struct sshauthopt *
auth_opts
;
331
saved_port =
auth_opts
->permit_port_forwarding_flag;
332
saved_agent =
auth_opts
->permit_agent_forwarding_flag;
333
saved_x11 =
auth_opts
->permit_x11_forwarding_flag;
334
auth_opts
->permit_port_forwarding_flag = 0;
335
auth_opts
->permit_agent_forwarding_flag = 0;
336
auth_opts
->permit_x11_forwarding_flag = 0;
339
auth_opts
->permit_port_forwarding_flag = saved_port;
341
auth_opts
->permit_agent_forwarding_flag = saved_agent;
343
auth_opts
->permit_x11_forwarding_flag = saved_x11
[
all
...]
serverloop.c
91
extern struct sshauthopt *
auth_opts
;
466
auth_opts
->permit_port_forwarding_flag &&
511
auth_opts
->permit_port_forwarding_flag &&
557
if (
auth_opts
->force_tun_device != -1) {
559
auth_opts
->force_tun_device != (int)tun)
561
tun =
auth_opts
->force_tun_device;
806
!
auth_opts
->permit_port_forwarding_flag ||
840
|| !
auth_opts
->permit_port_forwarding_flag ||
auth.c
79
extern struct sshauthopt *
auth_opts
;
448
if (
auth_opts
->force_command != NULL) {
803
struct sshauthopt *old =
auth_opts
;
807
if ((
auth_opts
= sshauthopt_merge(old, opts, &emsg)) == NULL) {
session.c
129
extern struct sshauthopt *
auth_opts
;
266
for (i = 0; i <
auth_opts
->npermitopen; i++) {
267
tmp = cp = xstrdup(
auth_opts
->permitopen[i]);
281
for (i = 0; i <
auth_opts
->npermitlisten; i++) {
282
tmp = cp = xstrdup(
auth_opts
->permitlisten[i]);
301
auth_log_authopts("active",
auth_opts
, 0);
305
set_fwdpermit_from_authopts(ssh,
auth_opts
);
307
if (!
auth_opts
->permit_port_forwarding_flag ||
609
} else if (
auth_opts
->force_command != NULL) {
611
command =
auth_opts
->force_command
[
all
...]
sshd-auth.c
158
struct sshauthopt *
auth_opts
= NULL;
variable in typeref:struct:sshauthopt
722
if ((
auth_opts
= sshauthopt_new_with_keys_defaults()) == NULL)
749
sshauthopt_free(
auth_opts
);
sshd-session.c
206
struct sshauthopt *
auth_opts
= NULL;
variable in typeref:struct:sshauthopt
1233
if ((
auth_opts
= sshauthopt_new_with_keys_defaults()) == NULL)
monitor.c
103
extern struct sshauthopt *
auth_opts
; /* XXX move to permanent ssh->authctxt? */
423
if (
auth_opts
->permit_pty_flag) {
sshconnect2.c
81
struct sshauthopt *
auth_opts
;
variable in typeref:struct:sshauthopt
Completed in 20 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026