Home | History | Annotate | Download | only in pppd

Lines Matching full:authentication

2  * auth.c - PPP authentication and phase control.
131 /* Records which authentication operations haven't completed yet. */
134 /* Records which authentication operations have been completed. */
165 /* Set if we require authentication only because we have a default route. */
236 bool auth_required = 0; /* Always require authentication from peer */
239 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
279 * Authentication-related options.
283 "Require authentication from peer", OPT_PRIO | 1 },
288 "Require PAP authentication from peer",
291 "Require PAP authentication from peer",
294 "Require CHAP authentication from peer",
298 "Require CHAP authentication from peer",
303 "Require MS-CHAP authentication from peer",
307 "Require MS-CHAP authentication from peer",
311 "Require MS-CHAPv2 authentication from peer",
315 "Require MS-CHAPv2 authentication from peer",
323 "Don't allow PAP authentication with peer", OPT_ALIAS | 1 },
329 "Don't allow CHAP authentication with peer",
338 "Don't allow MS-CHAP authentication with peer",
346 "Don't allow MS-CHAPv2 authentication with peer",
352 "Require EAP authentication from peer", OPT_PRIOSUB | 1,
358 "Set local name for authentication",
373 "Must use hostname for authentication", 1 },
376 "Set remote name for authentication", OPT_PRIO | OPT_STATIC,
389 "Set IP address(es) which can be used without authentication",
393 "Set remote telephone number for authentication", OPT_PRIO | OPT_STATIC,
483 * set_noauth_addr - set address(es) that can be used without authentication.
895 * Authentication failure: take the link down
897 lcp_close(unit, "Authentication failed");
949 /* Save the authentication method for later. */
953 * If there is no more authentication still to be done,
973 * authentication secrets.
1018 /* Save the authentication method for later. */
1022 * If there is no more authentication still being done,
1187 * auth_check_options - called to check authentication options.
1215 authentication is required, ask peer for CHAP, PAP, or EAP. */
1280 * authentication options, i.e. whether we have appropriate secrets
1327 * UPAP_AUTHNAK: Authentication failed.
1328 * UPAP_AUTHACK: Authentication succeeded.