Home | History | Annotate | Download | only in pppd

Lines Matching full:chap

113 #include "chap-new.h"
185 /* Hook for a plugin to say if we can possibly authenticate a peer using CHAP */
188 /* Hook for a plugin to get the CHAP password for authenticating us */
226 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
229 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
232 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
293 { "require-chap", o_bool, &auth_required,
294 "Require CHAP authentication from peer",
297 { "+chap", o_bool, &auth_required,
298 "Require CHAP authentication from peer",
303 "Require MS-CHAP authentication from peer",
307 "Require MS-CHAP authentication from peer",
324 { "refuse-chap", o_bool, &refuse_chap,
325 "Don't agree to auth to peer with CHAP",
328 { "-chap", o_bool, &refuse_chap,
329 "Don't allow CHAP authentication with peer",
334 "Don't agree to auth to peer with MS-CHAP",
338 "Don't allow MS-CHAP authentication with peer",
971 * Some servers keep sending CHAP challenges, but there
1211 /* If we selected any CHAP flavors, we should probably negotiate it. :-) */
1215 CHAP, PAP, or EAP. */
1234 * of a CHAP-like exchanges as well as SRP.
1814 * have_chap_secret - check whether we have a CHAP file with a
1905 * get_secret - open the CHAP secret file and return the secret
1928 error("Unable to obtain CHAP password for %s on %s from plugin",
1939 error("Can't open chap secret file %s: %m", filename);