Home
last modified time | relevance | path

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.c58 #define OPTS_FORWARD_CREDS 0x00000002 macro
155 if (forward_flags & OPTS_FORWARD_CREDS) { in main()
161 forward_flags |= OPTS_FORWARD_CREDS; in main()
166 if (forward_flags & OPTS_FORWARD_CREDS) { in main()
172 forward_flags |= OPTS_FORWARD_CREDS; in main()
H A Dauth.h110 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dcommands.c2174 forw_set, OPTS_FORWARD_CREDS},
2178 forw_set, OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS},
2191 if (forward_flags & OPTS_FORWARD_CREDS) { in forw_status()
3141 forward_flags |= OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS; in tn()
3143 forward_flags |= OPTS_FORWARD_CREDS; in tn()
H A Dkerberos5.c442 if (forward_flags & OPTS_FORWARD_CREDS) in kerberos5_reply()
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h34 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dkcmd.c291 authopts &= (~OPTS_FORWARD_CREDS); in kcmd()
374 if (options & OPTS_FORWARD_CREDS) { /* Forward credentials */ in kcmd()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h284 #define OPTS_FORWARD_CREDS 0x00000002 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c563 authopts |= OPTS_FORWARD_CREDS; in main()
H A Drlogin.c645 authopts |= OPTS_FORWARD_CREDS; in main()