HomeSort by relevance Sort by last modified time
    Searched defs:realm (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-243868.js 36 // Create an object with a constant function in another realm.
37 var realm = Realm.create(); variable
38 var realmObject = Realm.eval(realm, "function g() {}; var o = { val:g }; o;")
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch();
22 $realm = $row['realm']; variable
24 echo "<h3>Sign up for a subscription - $realm</h3>\n";
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
cert-enroll.php 24 $realm = $row['realm']; variable
32 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
33 "VALUES ('', '$realm', '$id', " .
redirect.php 25 $realm = $row['realm']; variable
27 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
28 "VALUES ('$user', '$realm', '$id', " .
add-free.php 24 $realm = $row['realm']; variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
39 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', machine_managed='1' WHERE rowid=$rowid")) {
43 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
44 "VALUES ('$user', '$realm', '$id', "
    [all...]
add-mo.php 32 $realm = $row['realm']; variable
34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
45 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', type='password' WHERE rowid=$rowid")) {
49 $db->exec("INSERT INTO eventlog(user,realm,sessionid,timestamp,notes) " .
50 "VALUES ('$user', '$realm', '$id', " .
spp.php 15 if (isset($_GET["realm"])) {
16 $realm = $_GET["realm"]; variable
17 $realm = PREG_REPLACE("/[^0-9a-zA-Z\.\-]/i", '', $realm); variable
19 error_log("spp.php - Realm not specified");
20 die("Realm not specified");
54 "WHERE identity='$user' AND realm='$realm'")->fetch();
57 "WHERE osu_user='$user' AND realm='$realm'")->fetch()
    [all...]
  /external/iproute2/ip/
rtm_map.c 98 __u32 realm = 0; local
112 if (*arg && rtnl_rtrealm_a2n(&realm, arg))
114 *realms |= realm;
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.h 32 const std::string& realm() const { return params_.header.realm; } function in class:AutoLoginInfoBarDelegateAndroid
  /external/chromium_org/components/auto_login_parser/
auto_login_parser.h 25 // "realm" string from x-auto-login (e.g. "com.google").
26 std::string realm; member in struct:auto_login_parser::HeaderData
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 26 std::string realm; member in struct:autofill::UsernamesCollectionKey
31 std::string realm; member in struct:autofill::PasswordAndRealm
35 // struct are only set when the password's realm differs from the realm of the
46 // The signon realm of the preferred user/pass pair.
  /external/chromium_org/net/http/
http_auth_handler_basic.cc 21 // Parses a realm from an auth challenge, and converts to UTF8-encoding.
22 // Returns whether the realm is invalid or the parameters are invalid.
24 // Note that if a realm was not specified, we will default it to "";
25 // so specifying 'Basic realm=""' is equivalent to 'Basic'.
28 // production of challenge that realm is required.
31 // include a realm (see http://crbug.com/20984.)
33 // The over-the-wire realm is encoded as ISO-8859-1 (aka Latin-1).
35 // TODO(cbentzel): Realm may need to be decoded using RFC 2047 rules as
38 std::string* realm) {
39 CHECK(realm);
82 std::string realm; local
    [all...]
http_auth_cache.h 21 // For each (origin, realm, scheme) triple the cache stores a
25 // - the last auth handler used (contains realm and authentication scheme)
26 // - the list of paths which used this realm
27 // Entries can be looked up by either (origin, realm, scheme) or (origin, path).
38 // The case-sensitive realm string of the challenge.
39 const std::string realm() const { function in class:net::HttpAuthCache::Entry
73 // Adds a path defining the realm's protection space. If the path is
77 // Returns true if |dir| is contained within the realm's protection
98 // List of paths that define the realm's protection space.
117 // Find the realm entry on server |origin| for realm |realm| an
    [all...]
http_auth_handler.h 84 // The realm, encoded as UTF-8. This may be empty.
85 const std::string& realm() const { function in class:net::HttpAuthHandler
168 // The realm, encoded as UTF-8. Used by "basic" and "digest".
  /external/ppp/pppd/plugins/radius/
radrealms.c 6 * allows selection of alternate set of servers based on the user's realm.
44 char *realm; local
55 realm = strrchr(user, '@');
57 if (realm) {
58 info("Looking up servers for realm '%s'", realm);
60 info("Looking up servers for DEFAULT realm");
62 if (realm) {
63 if (*(++realm) == '\0') {
64 realm = NULL
    [all...]
  /frameworks/base/obex/javax/obex/
ObexSession.java 73 * 0x02 is the realm, which provides a description of which user name
80 String realm = null; local
93 realm = new String(realmString, "ISO8859_1");
101 realm = ObexHelper.convertToUnicode(realmString, false);
126 .onAuthenticationChallenge(realm, isUserIDRequired, isFullAccess);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
81 ('realm', self.DEFAULT_REALM),
101 'realm': self.DEFAULT_REALM}
108 self.realm = None
115 if self.realm is None:
116 self.realm = self.DEFAULT_REALM
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 27 realm = None variable in class:PyPIRCCommand
81 ('realm', self.DEFAULT_REALM),
101 'realm': self.DEFAULT_REALM}
108 self.realm = None
115 if self.realm is None:
116 self.realm = self.DEFAULT_REALM
  /external/chromium_org/components/data_reduction_proxy/browser/
http_auth_handler_data_reduction_proxy.cc 170 if (LowerCaseEqualsASCII(name, "realm")) {
171 std::string realm; local
172 if (!base::ConvertToUtf8AndNormalize(value, base::kCodepageLatin1, &realm))
174 realm_ = realm;
  /external/chromium_org/net/base/
auth.h 37 // The realm of the challenge. May be empty. The encoding is UTF-8.
38 std::string realm; member in class:net::AuthChallengeInfo
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 68 char *user, *realm, *post, *str; local
77 realm = getenv("HS20REALM");
78 if (realm == NULL) {
102 resp = hs20_spp_server_process(ctx, spp, user, realm, dmacc);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
HttpAuthDatabaseTest.java 38 String realm = "testrealm"; local
42 String[] result = instance.getHttpAuthUsernamePassword(host, realm);
45 instance.setHttpAuthUsernamePassword(host, realm, userName, password);
46 result = instance.getHttpAuthUsernamePassword(host, realm);
52 instance.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
53 result = instance.getHttpAuthUsernamePassword(host, realm);
59 instance.setHttpAuthUsernamePassword(host, realm, newUserName, newPassword);
60 result = instance.getHttpAuthUsernamePassword(host, realm);
65 instance.setHttpAuthUsernamePassword(host, realm, null, password);
66 result = instance.getHttpAuthUsernamePassword(host, realm);
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 169 // For HTTP authentication logins, the URL may contain http realm,
171 // sitename:8080 (realm)
173 std::string realm; local
187 realm = lines[begin].substr(start, end - start);
189 // Don't have http realm. It is the URL that the following passwords
198 if (!realm.empty())
199 form.signon_realm += realm;
270 std::string realm(s2.ColumnString(1));
271 if (!realm.empty()) {
287 if (!realm.empty())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 72 String realm = authorization.getRealm(); local
75 if ( realm.equals(authHeader.getRealm()) ) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkAuthenticator.java 55 private final String realm; field in class:OkAuthenticator.Challenge
57 public Challenge(String scheme, String realm) {
59 this.realm = realm;
69 return realm;
75 && ((Challenge) o).realm.equals(realm);
79 return scheme.hashCode() + 31 * realm.hashCode();
83 return scheme + " realm=\"" + realm + "\""
    [all...]

Completed in 689 milliseconds

1 2 3 4 5 6