Home
last modified time | relevance | path

Searched refs:afs_token_passing (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h87 int afs_token_passing; /* Try AFS token passing. */ member
H A Dservconf.h110 int afs_token_passing; /* If true, permit AFS token passing. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c479 intptr = &options->afs_token_passing; in process_config_line()
948 options->afs_token_passing = -1; in initialize_options()
1055 if (options->afs_token_passing == -1) in fill_default_options()
1056 options->afs_token_passing = 1; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c117 options->afs_token_passing = -1; in initialize_server_options()
327 if (options->afs_token_passing == -1) in fill_default_server_options()
328 options->afs_token_passing = 0; in fill_default_server_options()
1001 intptr = &options->afs_token_passing; in process_server_config_line()
H A Dsshd.c1808 if (options.afs_token_passing) in do_ssh1_kex()
H A Dsession.c405 if (!options.afs_token_passing || !k_hasafs()) { in do_authenticated1()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c357 options.afs_token_passing = 0;
H A Dsshconnect1.c1304 options.afs_token_passing && k_hasafs()) { in ssh_userauth1()