Home | History | Annotate | Download | only in pppd

Lines Matching full:chap

2  * chap_ms.c - Microsoft MS-CHAP compatible implementation.
34 * Implemented LANManager type password response to MS-CHAP challenges.
90 #include "chap-new.h"
124 /* Has meaning only with MS-CHAP challenges */
151 "Use LanMan passwd when using MS-CHAP", 1 },
155 "specify CHAP challenge" },
157 "specify CHAP peer challenge" },
163 * chapms_generate_challenge - generate a challenge for MS-CHAP.
164 * For MS-CHAP the challenge length is fixed at 8 bytes.
236 /* See comments below for MS-CHAP V2 */
396 * Deal with MS-CHAP formatted failure messages; just print the
397 * M=<message> part (if any). For MS-CHAP we're not really supposed
439 error("Unknown MS-CHAP authentication failure: %.*v",
446 error("MS-CHAP authentication failed: %v", p);
505 * is assumed by all M$ CHAP RFCs. (Unicode byte ordering
689 * Set mppe_xxxx_key from MS-CHAP credentials. (see RFC 3079)