Home
last modified time | relevance | path

Searched refs:auth_required (Results 1 – 9 of 9) sorted by relevance

/external/ppp/pppd/
Dauth.c235 bool auth_required = 0; /* Always require authentication from peer */ variable
281 { "auth", o_bool, &auth_required,
283 { "noauth", o_bool, &auth_required,
288 OPT_PRIOSUB | 1, &auth_required },
291 OPT_ALIAS | OPT_PRIOSUB | 1, &auth_required },
292 { "require-chap", o_bool, &auth_required,
296 { "+chap", o_bool, &auth_required,
301 { "require-mschap", o_bool, &auth_required,
305 { "+mschap", o_bool, &auth_required,
309 { "require-mschap-v2", o_bool, &auth_required,
[all …]
Dpppd.h298 extern bool auth_required; /* Peer is required to authenticate */
/external/curl/tests/data/
Dtest8813 auth_required
Dtest20617 auth_required
Dtest15414 auth_required
Dtest141214 auth_required
Dtest15513 auth_required
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddo-it-yourself-framework.txt413 # Essentially self.auth_required is a WSGI application
415 return self.auth_required(environ, start_response)
435 def auth_required(self, environ, start_response):
460 resp = self.auth_required(req)
474 def auth_required(self, req):
/external/curl/tests/
DFILEFORMAT143 auth_required if this is set and a POST/PUT is made without auth, the