Searched refs:OPTS_FORWARD_CREDS (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c60 #define OPTS_FORWARD_CREDS 0x00000002 macro
157 if (forward_flags & OPTS_FORWARD_CREDS) {
163 forward_flags |= OPTS_FORWARD_CREDS;
168 if (forward_flags & OPTS_FORWARD_CREDS) {
174 forward_flags |= OPTS_FORWARD_CREDS;
H A Dauth.h112 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dkerberos5.c444 if (forward_flags & OPTS_FORWARD_CREDS)
H A Dcommands.c2206 forw_set, OPTS_FORWARD_CREDS},
2210 forw_set, OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS},
2223 if (forward_flags & OPTS_FORWARD_CREDS) {
3175 forward_flags |= OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS;
3177 forward_flags |= OPTS_FORWARD_CREDS;
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h36 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dkcmd.c287 authopts &= (~OPTS_FORWARD_CREDS);
370 if (options & OPTS_FORWARD_CREDS) { /* Forward credentials */
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h285 #define OPTS_FORWARD_CREDS 0x00000002 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c563 authopts |= OPTS_FORWARD_CREDS;
H A Drlogin.c645 authopts |= OPTS_FORWARD_CREDS;

Completed in 357 milliseconds