Home
last modified time | relevance | path

Searched refs:Auth_OpenID (Results 1 – 25 of 34) sorted by relevance

12

/plugin/fedauth/Auth/Yadis/
DParanoidHTTPFetcher.php95 Auth_OpenID::log(
106 Auth_OpenID::log("Fetching URL not allowed: %s",
152 Auth_OpenID::log("Got no response code when fetching %s", $url);
153 Auth_OpenID::log("CURL error (%s): %s",
168 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
180 Auth_OpenID::log(
234 Auth_OpenID::log("Got no response code when fetching %s", $url);
235 Auth_OpenID::log("CURL error (%s): %s",
243 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
260 Auth_OpenID::log("Successfully fetched '%s': POST response code %s",
DHTTPFetcher.php58 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
64 Auth_OpenID::log("URL fetching not allowed for '%s'",
/plugin/fedauth/Auth/OpenID/
DConsumer.php421 $query = Auth_OpenID::getQuery();
665 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
763 if (Auth_OpenID::isFailure($result)) {
777 if (Auth_OpenID::isFailure($result)) {
786 if (Auth_OpenID::isFailure($result)) {
792 if (Auth_OpenID::isFailure($result)) {
798 if (Auth_OpenID::isFailure($signed_list_str)) {
803 $signed_fields = Auth_OpenID::addPrefix($signed_list, "openid.");
823 if (Auth_OpenID::isFailure($result)) {
831 if (Auth_OpenID::isFailure($return_to)) {
[all …]
DMessage.php82 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
109 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
324 Auth_OpenID::log("\"%s\" is not an allowed namespace alias",
332 Auth_OpenID::log('"%s" must not contain a dot', $desired_alias);
343 Auth_OpenID::log('Cannot map "%s" because previous mapping exists',
353 Auth_OpenID::log('Cannot map %s to alias %s. ' .
576 Auth_OpenID::log('Invalid null namespace: "%s"', $openid_ns_uri);
702 return Auth_OpenID::appendArgs($base_url, $this->toPostArgs());
723 return Auth_OpenID::httpBuildQuery($args);
770 if (Auth_OpenID::isFailure($namespace)) {
[all …]
DSReg.php229 if ($args === null || Auth_OpenID::isFailure($args)) {
266 $items = Auth_OpenID::arrayGet($args, $list_name);
278 $this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');
451 $value = Auth_OpenID::arrayGet($data, $field);
487 if ($args === null || Auth_OpenID::isFailure($args)) {
512 return Auth_OpenID::arrayGet($this->data, $field_name, $default);
DAX.php660 $count = Auth_OpenID::intval($count_s);
724 $values = Auth_OpenID::arrayGet($this->data, $type_uri);
891 Auth_OpenID::update($ax_args, $kv_args);
908 $this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');
933 if ($ax_args === null || Auth_OpenID::isFailure($ax_args) ||
963 Auth_OpenID::update($ax_args, $kv_args);
DAssociation.php333 if (!$signed || Auth_OpenID::isFailure($signed)) {
342 $pairs[] = array($field, Auth_OpenID::arrayGet($data,
372 if (!$sig || Auth_OpenID::isFailure($sig)) {
418 return Auth_OpenID::arrayGet($assoc_to_session, $assoc_type, array());
DFileStore.php51 if (!Auth_OpenID::ensureDir($directory)) {
91 return (Auth_OpenID::ensureDir($this->nonce_dir) &&
92 Auth_OpenID::ensureDir($this->association_dir) &&
93 Auth_OpenID::ensureDir($this->temp_dir));
579 $b = Auth_OpenID::toBytes($str);
DServer.php216 return Auth_OpenID::autoSubmitHTML(
621 $session_class = Auth_OpenID::arrayGet(
1227 return Auth_OpenID::autoSubmitHTML($this->toFormMarkup());
1571 if (Auth_OpenID::isFailure($mode)) {
1576 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
1591 if (Auth_OpenID::isFailure($mode)) {
1758 $query = Auth_OpenID::getQuery();
DBigMath.php153 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
155 $nbytes = Auth_OpenID::bytes($rbytes);
DHMAC.php59 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
DDiffieHellman.php105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
/plugin/openid/Auth/Yadis/
DParanoidHTTPFetcher.php119 Auth_OpenID::log(
130 Auth_OpenID::log("Fetching URL not allowed: %s",
179 Auth_OpenID::log("Got no response code when fetching %s", $url);
180 Auth_OpenID::log("CURL error (%s): %s",
195 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
261 Auth_OpenID::log("Got no response code when fetching %s", $url);
262 Auth_OpenID::log("CURL error (%s): %s",
270 Auth_OpenID::log('OpenID: Verified SSL host %s using '.
DHTTPFetcher.php65 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
71 Auth_OpenID::log("URL fetching not allowed for '%s'",
/plugin/openid/Auth/OpenID/
DConsumer.php422 $query = Auth_OpenID::getQuery();
691 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
809 if (Auth_OpenID::isFailure($result)) {
823 if (Auth_OpenID::isFailure($result)) {
831 if (Auth_OpenID::isFailure($result)) {
837 if (Auth_OpenID::isFailure($result)) {
843 if (Auth_OpenID::isFailure($signed_list_str)) {
848 $signed_fields = Auth_OpenID::addPrefix($signed_list, "openid.");
871 if (Auth_OpenID::isFailure($result)) {
879 if (Auth_OpenID::isFailure($return_to)) {
[all …]
DMessage.php87 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
118 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
370 Auth_OpenID::log("\"%s\" is not an allowed namespace alias",
378 Auth_OpenID::log('"%s" must not contain a dot', $desired_alias);
389 Auth_OpenID::log('Cannot map "%s" because previous mapping exists',
399 Auth_OpenID::log('Cannot map %s to alias %s. ' .
640 Auth_OpenID::log('Invalid null namespace: "%s"', $openid_ns_uri);
774 return Auth_OpenID::appendArgs($base_url, $this->toPostArgs());
795 return Auth_OpenID::httpBuildQuery($args);
844 if (Auth_OpenID::isFailure($namespace)) {
[all …]
DSReg.php254 if ($args === null || Auth_OpenID::isFailure($args)) {
295 $items = Auth_OpenID::arrayGet($args, $list_name);
307 $this->policy_url = Auth_OpenID::arrayGet($args, 'policy_url');
501 $value = Auth_OpenID::arrayGet($data, $field);
541 if ($args === null || Auth_OpenID::isFailure($args)) {
573 return Auth_OpenID::arrayGet($this->data, $field_name, $default);
DAX.php676 $count = Auth_OpenID::intval($count_s);
738 $values = Auth_OpenID::arrayGet($this->data, $type_uri);
908 Auth_OpenID::update($ax_args, $kv_args);
926 $this->update_url = Auth_OpenID::arrayGet($ax_args, 'update_url');
951 if ($ax_args === null || Auth_OpenID::isFailure($ax_args) ||
982 Auth_OpenID::update($ax_args, $kv_args);
DAssociation.php338 if (!$signed || Auth_OpenID::isFailure($signed)) {
348 $field, Auth_OpenID::arrayGet($data,
383 if (!$sig || Auth_OpenID::isFailure($sig)) {
434 return Auth_OpenID::arrayGet($assoc_to_session, $assoc_type, []);
DFileStore.php58 if (!Auth_OpenID::ensureDir($directory)) {
98 return (Auth_OpenID::ensureDir($this->nonce_dir) &&
99 Auth_OpenID::ensureDir($this->association_dir) &&
100 Auth_OpenID::ensureDir($this->temp_dir));
630 $b = Auth_OpenID::toBytes($str);
DBigMath.php149 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
151 $nbytes = Auth_OpenID::bytes($rbytes);
DHMAC.php60 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
DServer.php242 return Auth_OpenID::autoSubmitHTML(
702 $session_class = Auth_OpenID::arrayGet(
1356 return Auth_OpenID::autoSubmitHTML($this->toFormMarkup());
1754 if (Auth_OpenID::isFailure($mode)) {
1759 $handlerCls = Auth_OpenID::arrayGet($this->handlers, $mode,
1778 if (Auth_OpenID::isFailure($mode)) {
1990 $query = Auth_OpenID::getQuery();
/plugin/openid/Auth/
DOpenID.php113 class Auth_OpenID { class
154 $data = Auth_OpenID::params_from_string($query_str);
167 $data = Auth_OpenID::params_from_string($_SERVER['QUERY_STRING']);
175 $post = Auth_OpenID::params_from_string($str);
225 return (Auth_OpenID::ensureDir($parent_dir) && @mkdir($dir_name));
369 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/fedauth/Auth/
DOpenID.php113 class Auth_OpenID { class
150 $data = Auth_OpenID::params_from_string($query_str);
163 $data = Auth_OpenID::params_from_string($_SERVER['QUERY_STRING']);
171 $post = Auth_OpenID::params_from_string($str);
219 return (Auth_OpenID::ensureDir($parent_dir) && @mkdir($dir_name));
353 return $url . $sep . Auth_OpenID::httpBuildQuery($args);

12