Home
last modified time | relevance | path

Searched refs:permit_pty_flag (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/regress/usr.bin/ssh/unittests/authopt/
Dtests.c44 ret->permit_pty_flag = 1; in default_authkey_opts()
58 ret->permit_pty_flag = 0; in default_authkey_restrict_opts()
98 FLAG_EQ(permit_pty_flag); in compare_opts()
215 FLAG_TEST("pty", permit_pty_flag, 1); in test_authkeys_parse()
221 FLAG_TEST("no-pty", permit_pty_flag, 0); in test_authkeys_parse()
318 FLAG_TEST("pty", permit_pty_flag); in test_cert_parse()
475 FLAG_TEST("pty", "pty", permit_pty_flag); in test_merge()
/openbsd/src/usr.bin/ssh/
Dauth-options.c112 opts->permit_pty_flag = 1; in cert_option_list()
240 ret->permit_pty_flag = 1; in sshauthopt_new_with_keys_defaults()
343 ret->permit_pty_flag = 0; in sshauthopt_parse()
358 ret->permit_pty_flag = r == 1; in sshauthopt_parse()
599 OPTFLAG_AND(permit_pty_flag); in sshauthopt_merge()
667 OPTSCALAR(permit_pty_flag); in sshauthopt_copy()
802 (r = sshbuf_put_u8(m, opts->permit_pty_flag)) != 0 || in sshauthopt_serialise()
865 OPT_FLAG(permit_pty_flag); in sshauthopt_deserialise()
Dauth-options.h40 int permit_pty_flag; member
Dauth.c610 opts->permit_pty_flag ? " pty" : "", in auth_log_authopts()
682 restricted->permit_pty_flag = 1; in auth_restrict_session()
Dmonitor.c353 if (auth_opts->permit_pty_flag) { in monitor_child_postauth()
Dsession.c1576 if (!auth_opts->permit_pty_flag || !options.permit_tty) { in session_pty_req()