Home | History | Annotate | Download | only in pppd

Lines Matching full:chap

110 #include "chap-new.h"
180 /* Hook for a plugin to say if we can possibly authenticate a peer using CHAP */
183 /* Hook for a plugin to get the CHAP password for authenticating us */
225 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
228 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
231 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
292 { "require-chap", o_bool, &auth_required,
293 "Require CHAP authentication from peer",
296 { "+chap", o_bool, &auth_required,
297 "Require CHAP authentication from peer",
302 "Require MS-CHAP authentication from peer",
306 "Require MS-CHAP authentication from peer",
323 { "refuse-chap", o_bool, &refuse_chap,
324 "Don't agree to auth to peer with CHAP",
327 { "-chap", o_bool, &refuse_chap,
328 "Don't allow CHAP authentication with peer",
333 "Don't agree to auth to peer with MS-CHAP",
337 "Don't allow MS-CHAP authentication with peer",
998 * Some servers keep sending CHAP challenges, but there
1019 prot = "CHAP";
1244 /* If we selected any CHAP flavors, we should probably negotiate it. :-) */
1248 /* If authentication is required, ask peer for CHAP, PAP, or EAP. */
1267 * of a CHAP-like exchanges as well as SRP.
1624 * have_chap_secret - check whether we have a CHAP file with a
1715 * get_secret - open the CHAP secret file and return the secret
1738 error("Unable to obtain CHAP password for %s on %s from plugin",
1749 error("Can't open chap secret file %s: %m", filename);