Home
last modified time | relevance | path

Searched refs:authopts (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c91 krb5_flags authopts, in kcmd() argument
109 krb5_flags options = authopts; in kcmd()
291 authopts &= (~OPTS_FORWARD_CREDS); in kcmd()
292 authopts &= (~OPTS_FORWARDABLE_CREDS); in kcmd()
319 authopts |= AP_OPTS_USE_SUBKEY; in kcmd()
337 authopts, &cksumdat, ret_cred, 0, &error, in kcmd()
H A Dkcmd.h100 krb5_flags authopts,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c219 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 Drlogin.c286 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 Drcp.c143 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dkrb5defs.h46 extern krb5_flags authopts;
H A Ddocmd.c331 authopts = AP_OPTS_MUTUAL_REQUIRED; in makeconn()
338 authopts, in makeconn()
H A Dmain.c62 krb5_flags authopts; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd595 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";