Searched refs:auth_required (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 235 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 …]
|
D | pppd.h | 298 extern bool auth_required; /* Peer is required to authenticate */
|
/external/curl/tests/data/ |
D | test88 | 13 auth_required
|
D | test206 | 17 auth_required
|
D | test154 | 14 auth_required
|
D | test1412 | 14 auth_required
|
D | test155 | 13 auth_required
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | do-it-yourself-framework.txt | 413 # 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/ |
D | FILEFORMAT | 143 auth_required if this is set and a POST/PUT is made without auth, the
|