Home | History | Annotate | Download | only in pppd

Lines Matching full:chap

2  * chap-new.c - New CHAP implementation.
31 #define RCSID "$Id: chap-new.c,v 1.6 2004/11/04 10:02:26 paulus Exp $"
36 #include "chap-new.h"
37 #include "chap-md5.h"
51 /* Hook for a plugin to validate CHAP challenge */
68 { "chap-restart", o_int, &chap_timeout_time,
69 "Set timeout for CHAP", OPT_PRIO },
70 { "chap-max-challenge", o_int, &chap_max_transmits,
72 { "chap-interval", o_int, &chap_rechallenge_time,
205 error("CHAP: peer authentication already started!");
212 fatal("CHAP digest 0x%x requested but not available",
235 error("CHAP: authentication with peer already started!");
242 fatal("CHAP digest 0x%x requested but not available",
358 warn("Peer %q failed CHAP authentication", name);
408 error("No CHAP secret found for authenticating %q", name);
450 warn("No CHAP secret found for authenticating us to %q", rname);
487 /* used for MS-CHAP v2 mutual auth, yuck */
492 msg = "CHAP authentication succeeded";
497 msg = "CHAP authentication failed";
565 * chap_print_pkt - print the contents of a CHAP packet.
638 "CHAP", /* name */