Home
last modified time | relevance | path

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

12

/plugin/fedauth/Auth/Yadis/
H A 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",
H A DHTTPFetcher.php58 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
64 Auth_OpenID::log("URL fetching not allowed for '%s'",
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php421 $query = Auth_OpenID::getQuery();
763 if (Auth_OpenID::isFailure($result)) {
777 if (Auth_OpenID::isFailure($result)) {
786 if (Auth_OpenID::isFailure($result)) {
792 if (Auth_OpenID::isFailure($result)) {
823 if (Auth_OpenID::isFailure($result)) {
831 if (Auth_OpenID::isFailure($return_to)) {
1511 if (Auth_OpenID::isFailure($assoc)) {
1917 if (Auth_OpenID::isFailure($message)) {
1937 if (Auth_OpenID::isFailure($message)) {
[all …]
H A DMessage.php82 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
109 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
353 Auth_OpenID::log('Cannot map %s to alias %s. ' .
723 return Auth_OpenID::httpBuildQuery($args);
770 if (Auth_OpenID::isFailure($namespace)) {
782 if (Auth_OpenID::isFailure($namespace)) {
810 if (Auth_OpenID::isFailure($namespace)) {
829 if (Auth_OpenID::isFailure($namespace)) {
851 if (Auth_OpenID::isFailure($namespace)) {
866 if (Auth_OpenID::isFailure($namespace)) {
[all …]
H A 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);
H A 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);
H A 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());
H A 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);
H A 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();
H A DBigMath.php153 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
155 $nbytes = Auth_OpenID::bytes($rbytes);
H A DHMAC.php59 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DDiffieHellman.php105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
/plugin/openid/Auth/Yadis/
H A 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 '.
H A DHTTPFetcher.php65 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
71 Auth_OpenID::log("URL fetching not allowed for '%s'",
/plugin/openid/Auth/OpenID/
H A DConsumer.php422 $query = Auth_OpenID::getQuery();
809 if (Auth_OpenID::isFailure($result)) {
823 if (Auth_OpenID::isFailure($result)) {
831 if (Auth_OpenID::isFailure($result)) {
837 if (Auth_OpenID::isFailure($result)) {
871 if (Auth_OpenID::isFailure($result)) {
879 if (Auth_OpenID::isFailure($return_to)) {
1603 if (Auth_OpenID::isFailure($assoc)) {
2045 if (Auth_OpenID::isFailure($message)) {
2071 if (Auth_OpenID::isFailure($message)) {
[all …]
H A DMessage.php87 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
118 if (Auth_OpenID::arrayGet($Auth_OpenID_registered_aliases,
399 Auth_OpenID::log('Cannot map %s to alias %s. ' .
795 return Auth_OpenID::httpBuildQuery($args);
844 if (Auth_OpenID::isFailure($namespace)) {
856 if (Auth_OpenID::isFailure($namespace)) {
890 if (Auth_OpenID::isFailure($namespace)) {
909 if (Auth_OpenID::isFailure($namespace)) {
931 if (Auth_OpenID::isFailure($namespace)) {
946 if (Auth_OpenID::isFailure($namespace)) {
[all …]
H A 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);
H A 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);
H A 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, []);
H A 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);
H A DHMAC.php60 if (Auth_OpenID::bytes($key) > Auth_OpenID_SHA1_BLOCKSIZE) {
H A DBigMath.php149 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
151 $nbytes = Auth_OpenID::bytes($rbytes);
H A 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/fedauth/Auth/
H A 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);
/plugin/openid/Auth/
H A 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);

12