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
;
469
auth_opts
->permit_port_forwarding_flag &&
514
auth_opts
->permit_port_forwarding_flag &&
560
if (
auth_opts
->force_tun_device != -1) {
562
auth_opts
->force_tun_device != (int)tun)
564
tun =
auth_opts
->force_tun_device;
809
!
auth_opts
->permit_port_forwarding_flag ||
843
|| !
auth_opts
->permit_port_forwarding_flag ||
auth.c
79
extern struct sshauthopt *
auth_opts
;
448
if (
auth_opts
->force_command != NULL) {
807
struct sshauthopt *old =
auth_opts
;
811
if ((
auth_opts
= sshauthopt_merge(old, opts, &emsg)) == NULL) {
session.c
129
extern struct sshauthopt *
auth_opts
;
267
for (i = 0; i <
auth_opts
->npermitopen; i++) {
268
tmp = cp = xstrdup(
auth_opts
->permitopen[i]);
282
for (i = 0; i <
auth_opts
->npermitlisten; i++) {
283
tmp = cp = xstrdup(
auth_opts
->permitlisten[i]);
302
auth_log_authopts("active",
auth_opts
, 0);
306
set_fwdpermit_from_authopts(ssh,
auth_opts
);
308
if (!
auth_opts
->permit_port_forwarding_flag ||
610
} else if (
auth_opts
->force_command != NULL) {
612
command =
auth_opts
->force_command
[
all
...]
sshd-auth.c
162
struct sshauthopt *
auth_opts
= NULL;
variable in typeref:struct:sshauthopt
736
if ((
auth_opts
= sshauthopt_new_with_keys_defaults()) == NULL)
760
sshauthopt_free(
auth_opts
);
sshd-session.c
206
struct sshauthopt *
auth_opts
= NULL;
variable in typeref:struct:sshauthopt
1226
if ((
auth_opts
= sshauthopt_new_with_keys_defaults()) == NULL)
monitor.c
104
extern struct sshauthopt *
auth_opts
; /* XXX move to permanent ssh->authctxt? */
429
if (
auth_opts
->permit_pty_flag) {
sshconnect2.c
76
struct sshauthopt *
auth_opts
;
variable in typeref:struct:sshauthopt
Completed in 27 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026