Searched refs:authopts (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.c | 87 krb5_flags authopts, in kcmd() argument 105 krb5_flags options = authopts; in kcmd() 287 authopts &= (~OPTS_FORWARD_CREDS); in kcmd() 288 authopts &= (~OPTS_FORWARDABLE_CREDS); in kcmd() 315 authopts |= AP_OPTS_USE_SUBKEY; in kcmd() 333 authopts, &cksumdat, ret_cred, 0, &error, in kcmd()
|
H A D | kcmd.h | 102 krb5_flags authopts,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 219 krb5_flags authopts; in main() local 557 authopts = AP_OPTS_MUTUAL_REQUIRED; in main() 563 authopts |= OPTS_FORWARD_CREDS; in main() 565 authopts |= OPTS_FORWARDABLE_CREDS; in main() 573 authopts, in main()
|
H A D | rlogin.c | 286 krb5_flags authopts; in main() local 640 authopts = AP_OPTS_MUTUAL_REQUIRED; in main() 645 authopts |= OPTS_FORWARD_CREDS; in main() 647 authopts |= OPTS_FORWARDABLE_CREDS; in main() 656 authopts, in main()
|
H A D | rcp.c | 143 static krb5_flags authopts; variable 606 authopts = AP_OPTS_MUTUAL_REQUIRED; in toremote() 621 authopts, in toremote() 833 authopts = AP_OPTS_MUTUAL_REQUIRED; in tolocal() 846 authopts, in tolocal()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | krb5defs.h | 48 extern krb5_flags authopts;
|
H A D | docmd.c | 341 authopts = AP_OPTS_MUTUAL_REQUIRED; 351 authopts,
|
H A D | main.c | 62 krb5_flags authopts; variable
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 595 local (@authopts); 597 push(@authopts, "require-chap"); 600 push(@authopts, "require-pap"); 603 push(@authopts, "remotename " . requote($peer)) if $peer; 604 push(@authopts, "auth"); 606 push(@$pppdargs, @authopts); 611 $scriptfiles{$sfile} .= "exec /usr/bin/pppd @authopts\n";
|