HomeSort by: relevance | last modified time | path
    Searched refs:AUTHENTICATION (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.bin/telnet/
main.c 54 #ifdef AUTHENTICATION
94 #ifdef AUTHENTICATION
164 #ifdef AUTHENTICATION
182 #ifdef AUTHENTICATION
199 #if defined(AUTHENTICATION) && defined(KRB5) && defined(FORWARD)
214 #if defined(AUTHENTICATION) && defined(KRB5) && defined(FORWARD)
279 #if defined(AUTHENTICATION)
authenc.c 41 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
112 #endif /* defined(AUTHENTICATION) || defined(ENCRYPTION) */
commands.c 94 #ifdef AUTHENTICATION
161 #ifdef AUTHENTICATION
686 #ifdef AUTHENTICATION
688 "automatic sending of login and/or authentication info",
691 "send login name and/or authentication information" },
693 "Toggle authentication debugging",
696 "print authentication debugging information" },
1425 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
1427 #endif /* defined(AUTHENTICATION) */
1811 #ifdef AUTHENTICATION
    [all...]
telnet.c 62 #ifdef AUTHENTICATION
176 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
178 #endif /* defined(AUTHENTICATION) || defined(ENCRYPTION) */
334 #ifdef AUTHENTICATION
465 #ifdef AUTHENTICATION
923 #ifdef AUTHENTICATION
2054 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
2065 #endif /* defined(AUTHENTICATION) || defined(ENCRYPTION) */
2067 #ifdef AUTHENTICATION
utilities.c 59 #ifdef AUTHENTICATION
417 #ifdef AUTHENTICATION
419 fprintf(NetTrace, "AUTHENTICATION");
  /src/external/bsd/ntp/dist/sntp/tests/
packetProcessing.c 191 /* Activate authentication option */
193 TEST_ASSERT_TRUE(ENABLED_OPT(AUTHENTICATION));
197 /* We demand authentication, but no MAC header is present. */
207 /* Activate authentication option */
209 TEST_ASSERT_TRUE(ENABLED_OPT(AUTHENTICATION));
226 /* Activate authentication option */
228 TEST_ASSERT_TRUE(ENABLED_OPT(AUTHENTICATION));
259 /* Activate authentication option */
261 TEST_ASSERT_TRUE(ENABLED_OPT(AUTHENTICATION));
286 TEST_ASSERT_FALSE(ENABLED_OPT(AUTHENTICATION));
    [all...]
  /src/libexec/telnetd/
authenc.c 41 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
85 #endif /* defined(AUTHENTICATION) || defined(ENCRYPTION) */
global.c 73 #ifdef AUTHENTICATION
ext.h 58 #ifdef AUTHENTICATION
201 #ifdef AUTHENTICATION
telnetd.c 89 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
132 #ifdef AUTHENTICATION
183 #ifdef AUTHENTICATION
186 * Check for required authentication level
200 * This hack turns off authentication
208 #endif /* AUTHENTICATION */
326 #ifdef AUTHENTICATION
329 * Check for invalid authentication types
333 #endif /* AUTHENTICATION */
446 #ifdef AUTHENTICATION
    [all...]
state.c 437 #ifdef AUTHENTICATION
550 #ifdef AUTHENTICATION
618 #ifdef AUTHENTICATION
722 #ifdef AUTHENTICATION
775 #ifdef AUTHENTICATION
1449 #ifdef AUTHENTICATION
sys_term.c 531 #ifdef AUTHENTICATION
634 #ifdef AUTHENTICATION
utility.c 530 #if defined(AUTHENTICATION) || defined(ENCRYPTION)
899 #ifdef AUTHENTICATION
901 output_data("AUTHENTICATION");
  /src/lib/libtelnet/
auth-proto.h 58 #ifdef AUTHENTICATION
102 #endif /* AUTHENTICATION */
misc.c 59 #ifdef AUTHENTICATION
auth.c 62 #ifdef AUTHENTICATION
96 * Authentication types supported. Please note that these are stored
236 printf("%s: invalid authentication type\n", type);
264 printf("Authentication disabled\n");
266 printf("Authentication enabled\n");
281 * This routine is called by the server to start authentication
400 * We requested strong authentication, however no mechanisms worked.
413 * the authentication and informing the other side of this.
435 printf(">>>%s: Invalid authentication in IS: %d\r\n",
451 printf(">>>%s: Invalid authentication in SEND: %d\r\n"
    [all...]
enc_des.c 42 # ifdef AUTHENTICATION
664 # endif /* AUTHENTICATION */
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 167 # ifdef AUTHENTICATION
168 # warning undefining AUTHENTICATION due to option name conflict
169 # undef AUTHENTICATION
234 # undef AUTHENTICATION
260 #define OPT_VALUE_AUTHENTICATION (DESC(AUTHENTICATION).optArg.argInt)
networking.c 121 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1;
263 ** might be interesting for authentication.
  /src/crypto/external/bsd/heimdal/dist/include/
config.h.w32 1434 #if defined(ENCRYPTION) && !defined(AUTHENTICATION)
1435 #define AUTHENTICATION 1
config.h.in 59 /* Define if you want authentication support in telnet. */
60 #undef AUTHENTICATION
  /src/crypto/external/bsd/heimdal/include/
config.h 71 /* Define if you want authentication support in telnet. */
72 #define AUTHENTICATION 1
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 186 AUTHENTICATION = 383,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 190 AUTHENTICATION = 383,
  /src/external/mpl/dhcp/dist/client/
clparse.c 443 doing it: the authentication key database is not
533 if (token == AUTHENTICATION) {
562 if (token == AUTHENTICATION) {
567 "invalid authentication policy.");

Completed in 47 milliseconds

1 2