Searched defs:authopts (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c62 krb5_flags authopts; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c219 krb5_flags authopts; local
557 authopts = AP_OPTS_MUTUAL_REQUIRED;
559 * Piggy-back forwarding flags on top of authopts;
563 authopts |= OPTS_FORWARD_CREDS;
565 authopts |= OPTS_FORWARDABLE_CREDS;
573 authopts,
H A Drlogin.c286 krb5_flags authopts; local
640 authopts = AP_OPTS_MUTUAL_REQUIRED;
642 /* Piggy-back forwarding flags on top of authopts; */
645 authopts |= OPTS_FORWARD_CREDS;
647 authopts |= OPTS_FORWARDABLE_CREDS;
656 authopts,
H A Drcp.c143 static krb5_flags authopts; variable
606 authopts = AP_OPTS_MUTUAL_REQUIRED;
621 authopts,
833 authopts = AP_OPTS_MUTUAL_REQUIRED;
846 authopts,
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c87 krb5_flags authopts,
105 krb5_flags options = authopts;
287 authopts &= (~OPTS_FORWARD_CREDS);
288 authopts &= (~OPTS_FORWARDABLE_CREDS);
315 authopts |= AP_OPTS_USE_SUBKEY;
333 authopts, &cksumdat, ret_cred, 0, &error,
82 kcmd(int *sock, char **ahost, ushort_t rport, char *locuser, char *remuser, char *cmd, int *fd2p, char *service, char *realm, krb5_context bsd_context, krb5_auth_context *authconp, krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno, krb5_flags authopts, int anyport, enum kcmd_proto *protonump) argument

Completed in 70 milliseconds