HomeSort by relevance Sort by last modified time
    Searched refs:Auth (Results 1 - 11 of 11) sorted by null

  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 35 ATTRIBUTE MS-Acct-Auth-Type 23 integer Microsoft
67 # MS-Acct-Auth-Type Values
69 VALUE MS-Acct-Auth-Type PAP 1
70 VALUE MS-Acct-Auth-Type CHAP 2
71 VALUE MS-Acct-Auth-Type MS-CHAP-1 3
72 VALUE MS-Acct-Auth-Type MS-CHAP-2 4
73 VALUE MS-Acct-Auth-Type EAP 5
dictionary 112 ATTRIBUTE Auth-Type 1000 integer
218 VALUE Auth-Type Local 0
219 VALUE Auth-Type System 1
220 VALUE Auth-Type SecurID 2
221 VALUE Auth-Type Crypt-Local 3
222 VALUE Auth-Type Reject 4
227 VALUE Auth-Type Pam 253
228 VALUE Auth-Type None 254
dictionary.ascend 95 ATTRIBUTE Ascend-Require-Auth 201 integer
125 ATTRIBUTE Ascend-Send-Auth 231 integer
193 VALUE Ascend-Send-Auth Send-Auth-None 0
194 VALUE Ascend-Send-Auth Send-Auth-PAP 1
195 VALUE Ascend-Send-Auth Send-Auth-CHAP 2
196 VALUE Ascend-Send-Auth Send-Auth-MS-CHAP
    [all...]
dictionary.compat 20 VALUE Auth-Type Unix 1
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.h 40 enum Auth {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 237 # Actually, as an auth-param value can be either a token or a quoted-string, they are combined in a single pattern which matches both:
409 # That list is tricky since sub-URIs can take the same auth, or the
410 # auth scheme may change as you descend the tree.
411 # So we also need each Auth instance to be able to tell us
459 """Only do qop='auth' and MD5, since that
465 qop = self.challenge.get('qop', 'auth')
466 self.challenge['qop'] = ('auth' in [x.strip() for x in qop.split()]) and 'auth' or None
615 auth = dict(Email=credentials[0], Passwd=credentials[1], service=service, source=headers['user-agent'])
616 resp, content = self.http.request("https://www.google.com/accounts/ClientLogin", method="POST", body=urlencode(auth), headers={'Content-Type': 'application/x-www-form-urlencoded'}
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 237 # Actually, as an auth-param value can be either a token or a quoted-string, they are combined in a single pattern which matches both:
409 # That list is tricky since sub-URIs can take the same auth, or the
410 # auth scheme may change as you descend the tree.
411 # So we also need each Auth instance to be able to tell us
459 """Only do qop='auth' and MD5, since that
465 qop = self.challenge.get('qop', 'auth')
466 self.challenge['qop'] = ('auth' in [x.strip() for x in qop.split()]) and 'auth' or None
615 auth = dict(Email=credentials[0], Passwd=credentials[1], service=service, source=headers['user-agent'])
616 resp, content = self.http.request("https://www.google.com/accounts/ClientLogin", method="POST", body=urlencode(auth), headers={'Content-Type': 'application/x-www-form-urlencoded'}
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 167 this.authToken_ = this.extractResponseField_(xhr.responseText, 'Auth');
258 var headers = {'Authorization': 'GoogleLogin auth=' + this.authToken_};
278 headers['Authorization'] = 'GoogleLogin auth=' + this.authToken_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 829 # XXX this allows for multiple auth-schemes, but will stupidly pick
837 # XXX could pre-emptively send auth info already accepted (RFC 2617,
859 raise HTTPError(req.get_full_url(), 401, "basic auth failed",
869 warnings.warn("Basic Auth Realm was unquoted",
881 auth = 'Basic %s' % base64.b64encode(raw).strip()
882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 829 # XXX this allows for multiple auth-schemes, but will stupidly pick
837 # XXX could pre-emptively send auth info already accepted (RFC 2617,
859 raise HTTPError(req.get_full_url(), 401, "basic auth failed",
869 warnings.warn("Basic Auth Realm was unquoted",
881 auth = 'Basic %s' % base64.b64encode(raw).strip()
882 if req.headers.get(self.auth_header, None) == auth:
884 req.add_unredirected_header(self.auth_header, auth)
    [all...]
  /external/openssh/
configure     [all...]

Completed in 107 milliseconds