Home
last modified time | relevance | path

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

/titanic_44/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) { in main()
163 forward_flags |= OPTS_FORWARD_CREDS; in main()
168 if (forward_flags & OPTS_FORWARD_CREDS) { in main()
174 forward_flags |= OPTS_FORWARD_CREDS; in main()
H A Dauth.h112 #define OPTS_FORWARD_CREDS 0x00000002 macro
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) { in forw_status()
3175 forward_flags |= OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS;
3177 forward_flags |= OPTS_FORWARD_CREDS;
H A Dkerberos5.c444 if (forward_flags & OPTS_FORWARD_CREDS) in kerberos5_reply()
/titanic_44/usr/src/cmd/cmd-inet/common/
H A Dkcmd.h36 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dkcmd.c287 authopts &= (~OPTS_FORWARD_CREDS); in kcmd()
370 if (options & OPTS_FORWARD_CREDS) { /* Forward credentials */ in kcmd()
/titanic_44/usr/src/head/arpa/
H A Dtelnet.h285 #define OPTS_FORWARD_CREDS 0x00000002 macro
/titanic_44/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()