Home
last modified time | relevance | path

Searched refs:force_command (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dauth-options.c135 if (opts->force_command != NULL) { in cert_option_list()
141 opts->force_command = command; in cert_option_list()
214 free(opts->force_command); in sshauthopt_free()
367 if (ret->force_command != NULL) { in sshauthopt_parse()
371 ret->force_command = opt_dequote(&opts, &errstr); in sshauthopt_parse()
372 if (ret->force_command == NULL) in sshauthopt_parse()
622 if (primary->force_command != NULL && in sshauthopt_merge()
623 additional->force_command != NULL) { in sshauthopt_merge()
624 if (strcmp(primary->force_command, in sshauthopt_merge()
625 additional->force_command) == 0) { in sshauthopt_merge()
[all …]
H A Dauth.c363 if (auth_opts->force_command != NULL) { in auth_root_allowed()
676 opts->force_command == NULL ? "" : " command", in auth_log_authopts()
714 if (opts->force_command != NULL) in auth_log_authopts()
715 debug("%s: forced command: \"%s\"", loc, opts->force_command); in auth_log_authopts()
H A Dauth-options.h54 char *force_command; member
H A Dsession.c678 } else if (auth_opts->force_command != NULL) { in do_exec()
680 command = auth_opts->force_command; in do_exec()
H A DREADME.DELETED301 ./regress/unittests/authopt/testdata/force_command.cert