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.9 2007/06/19 02:08:35 carlsonj Exp $"
37 #include "chap-new.h"
38 #include "chap-md5.h"
52 /* Hook for a plugin to validate CHAP challenge */
69 { "chap-restart", o_int, &chap_timeout_time,
70 "Set timeout for CHAP", OPT_PRIO },
71 { "chap-max-challenge", o_int, &chap_max_transmits,
73 { "chap-interval", o_int, &chap_rechallenge_time,
204 error("CHAP: peer authentication already started!");
211 fatal("CHAP digest 0x%x requested but not available",
234 error("CHAP: authentication with peer already started!");
241 fatal("CHAP digest 0x%x requested but not available",
353 warn("Peer %q failed CHAP authentication", name);
386 warn("Peer %q failed CHAP Session verification", name);
423 error("No CHAP secret found for authenticating %q", name);
465 warn("No CHAP secret found for authenticating us to %q", rname);
502 /* used for MS-CHAP v2 mutual auth, yuck */
507 msg = "CHAP authentication succeeded";
512 msg = "CHAP authentication failed";
524 error("CHAP authentication failed");
576 error("CHAP authentication failed due to protocol-reject");
582 * chap_print_pkt - print the contents of a CHAP packet.
655 "CHAP", /* name */