| Commit message (Expand) | Author | Age | Files | Lines |
* | #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmaster | Oleksandr Zahorulia | 2016-09-30 | 25 | -67/+69 |
* | Fixes CVE-2014-8150 | Marco Ceppi | 2015-07-30 | 1 | -1/+11 |
* | loop over directories "the right way" | Lawrence Brown | 2015-01-03 | 1 | -1/+1 |
* | Provide several modifications on the PredisStore implementation. | drmalex07 | 2014-03-11 | 1 | -4/+7 |
* | Merge pull request #115 from marcoceppi/warn-when-person-is-doing-harm | Marco Ceppi | 2014-02-13 | 1 | -2/+7 |
|\ |
|
| * | Add warning when you disable SSL, don't be silly please | Marco Ceppi | 2014-01-22 | 1 | -2/+7 |
* | | Reject OpenID XML responses with a doctype CVE-2012-4554 | Marco Ceppi | 2014-01-23 | 1 | -0/+4 |
* | | Clean up | Marco Ceppi | 2014-01-23 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #113 from thanhhh/master | Marco Ceppi | 2014-01-20 | 1 | -1/+5 |
|\ |
|
| * | Remove wasted white space for #113 | ThanhHH | 2014-01-16 | 1 | -2/+2 |
| * | Add Auth_OpenID_DISABLE_SSL_VERIFY opt to disable SSL verify | ThanhHH | 2014-01-09 | 1 | -3/+7 |
* | | Yadis: drop custom replaceEntities() function and use html_entity_decode | Adam Williamson | 2014-01-09 | 1 | -24/+1 |
* | | Merge pull request #111 from stutiredboy/master | Marco Ceppi | 2014-01-09 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Update Consumer.php | stutiredboy | 2013-12-17 | 1 | -0/+3 |
* | | Merge pull request #94 from etienneq/pass-by-reference-fix | Marco Ceppi | 2013-12-17 | 5 | -14/+14 |
|\ \
| |/
|/| |
|
| * | Call-time pass-by-reference fix | Etienne Quiel | 2013-04-09 | 5 | -14/+14 |
* | | Merge pull request #105 from vmattila/predis-store | Marco Ceppi | 2013-09-03 | 1 | -2/+2 |
|\ \ |
|
| * | | Fixed wrong expiration command (expiresat -> expireat) | Ville Mattila | 2013-09-02 | 1 | -2/+2 |
* | | | correction for PHP < 5.2.11 | nao-pon | 2013-08-25 | 1 | -6/+11 |
* | | | Merge pull request #103 from vmattila/predis-store | Marco Ceppi | 2013-08-17 | 1 | -0/+208 |
|\ \ \
| |/ / |
|
| * | | Implemented PredisStore to provide association store for Redis servers. | Ville Mattila | 2013-08-13 | 1 | -0/+208 |
* | | | disable external XML entities and libxml errors | Will Norris | 2013-08-11 | 1 | -1/+8 |
|/ / |
|
* | | Prevent errors in strict mode due to weird PEAR static method declarations | David Simon | 2013-05-21 | 2 | -14/+14 |
* | | Fixes #54. Pass request data to fix AX. | Evgeniya Patuk | 2013-05-08 | 1 | -3/+8 |
* | | included more checks for file access errors | Etienne Quiel | 2013-05-06 | 1 | -1/+10 |
|/ |
|
* | Better to use isset() in case it doesn't exist. | Henrik Sjökvist | 2013-02-21 | 1 | -1/+1 |
* | If $_SESSION isn't set, don't trigger a PHP notice. | Henrik Sjökvist | 2013-02-20 | 1 | -1/+1 |
* | Merge pull request #83 from UNINETT/master | Marco Ceppi | 2012-12-21 | 1 | -3/+3 |
|\ |
|
| * | Properly escape form output data. | Olav Morken | 2012-10-19 | 1 | -3/+3 |
| * | Revert "1. Added urldecoding POST form values (browser will encode them if ne... | Olav Morken | 2012-10-19 | 1 | -1/+1 |
* | | Merge pull request #61 from JonTheNiceGuy/removelogging | Marco Ceppi | 2012-12-21 | 1 | -7/+0 |
|\ \ |
|
| * | | Removed logging calls for a successful retrieval, as the PlainHTTPFetcher doe... | Jon "The Nice Guy" Spriggs | 2011-10-05 | 1 | -7/+0 |
* | | | Set proxy options only if Auth_OpenID_HTTP_PROXY is explicitly set | itsour | 2012-10-25 | 1 | -1/+7 |
| |/
|/| |
|
* | | Return string instead of array | Daniel Hofstetter | 2012-08-14 | 1 | -1/+5 |
* | | Removed one deprecated runtime call-by-reference | Ville Mattila | 2012-08-09 | 1 | -1/+1 |
* | | Merge pull request #41 from cakebaker/master | Marco Ceppi | 2012-07-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Using varchar(2047) instead of blob for server_url column | Daniel Hofstetter | 2010-12-15 | 1 | -1/+1 |
* | | | fixed call-time pass-by-reference | Arnaud Le Blanc | 2012-03-04 | 3 | -7/+11 |
* | | | allow custom CA certs to be used to verify hosts | Will Norris | 2012-01-02 | 1 | -0/+6 |
* | | | restructure Auth_OpenID_VERIFY_HOST logic | Will Norris | 2012-01-02 | 1 | -24/+19 |
* | | | In response to Issue 38 and issue 51, this patch allows forcing host verifica... | Jon "The Nice Guy" Spriggs | 2011-10-05 | 1 | -3/+24 |
| |/
|/| |
|
* | | Improve PHP 5 compliance | Adrian Lang | 2010-10-08 | 4 | -3/+9 |
|/ |
|
* | Patching issue 17 (http://github.com/openid/php-openid/issues/#issue/17) | JonTheNiceGuy | 2010-07-21 | 1 | -1/+5 |
* | fixed Parse::match() returning different types and cleaned call-by-ref warnings | Tim Preston | 2010-07-20 | 3 | -5/+5 |
* | 1. Added urldecoding POST form values (browser will encode them if needed). | Shein Alexey | 2010-07-20 | 1 | -1/+1 |
* | callback requires 3 parameters, not 2. fixes issue#1 from github.com/openid/p... | Alexey Zakhlestin | 2010-07-20 | 1 | -1/+1 |
* | no need for reference here, as php-5.x already treats all objects as pseudo-r... | Alexey Zakhlestin | 2010-07-20 | 1 | -1/+1 |
* | Use constant-time comparison of signatures to mitigate timing attacks | Carl Howells | 2010-07-20 | 2 | -1/+15 |
* | Updating version2.2.2 | Lilli | 2010-04-29 | 1 | -1/+1 |
* | Fixing issue opened by jhr with patch found on bugs.debian.orgs: "A Debian us... | Lilli | 2010-04-29 | 1 | -1/+1 |
* | Updated version2.2.1 | Lilli | 2010-04-28 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:openid/php-openid | Lilli | 2010-04-28 | 2 | -14/+14 |
|\ |
|
| * | form should autosubmit. fixes issue#2 from github.com/openid/php-openid branch | Alexey Zakhlestin | 2010-04-29 | 1 | -1/+1 |
| * | fix mb_ereg warning | Alexey Zakhlestin | 2010-04-29 | 1 | -11/+11 |
| * | fix typo | Alexey Zakhlestin | 2010-04-29 | 1 | -2/+2 |
* | | Manually added indeyet's commit because it was failing: 'no need for referenc... | Lilli | 2010-04-28 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:openid/php-openid | Lilli | 2010-04-28 | 3 | -15/+3 |
|\ |
|
| * | Don't throw error when when received arg count is unlimited | Anthony BRETAUDEAU | 2010-04-29 | 1 | -1/+1 |
| * | As written in doc, don't erase signed args when some of the args are unsigned | Anthony BRETAUDEAU | 2010-04-29 | 1 | -1/+1 |
| * | SQLStore: use is_subclass_of to determine if we have a PEAR instance. | Daniel Hahler | 2010-04-29 | 1 | -13/+1 |
* | | Added ccazette/indeyet's change to function returnToVerified() manually as th... | Lilli | 2010-04-28 | 1 | -2/+3 |
* | | Fixed minor issue that Ouroboros17 brought to my attention: 'Server.php give ... | Lilli | 2010-04-28 | 1 | -1/+1 |
|/ |
|
* | Removed/changed references to openidenabled.com. At this time, not every ref...2.2.0 | Lilli | 2010-03-16 | 1 | -1/+1 |
* | Added the following patch from the trac.openidenabled.com bug tracker: | Lilli | 2010-02-16 | 7 | -8/+10 |
* | Added the following patch from the trac.openidenabled.com bug tracker: | Lilli | 2010-02-16 | 22 | -236/+189 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 1 | -0/+20 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 2 | -2/+2 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 1 | -1/+1 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 3 | -4/+32 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 1 | -2/+2 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-12 | 2 | -3/+39 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-10 | 1 | -0/+413 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-10 | 1 | -3/+18 |
* | Added the following patch from the dev@openidenabled.com mailing list: | Lilli | 2010-02-10 | 1 | -1/+12 |
* | Added the changes to consumer and consumer test that were made to openidenabl... | Lilli | 2010-02-08 | 1 | -1/+2 |
* | still use in_array, just require strict type checking | Will Norris | 2009-05-28 | 1 | -4/+2 |
* | [ few random cleanup changes ] | Luke Shepard | 2009-05-28 | 6 | -9/+44 |
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-28 | 40 | -40/+15 |
* | Revert "[ remove closing ?> tag from all files ]" | Luke Shepard | 2009-05-27 | 40 | -15/+40 |
* | [ remove closing ?> tag from all files ] | Luke Shepard | 2009-05-27 | 40 | -40/+15 |
* | [ Upgrading php-openid test framework to use PHPUnit 3.3 ] | Luke Shepard | 2009-05-27 | 3 | -7/+7 |
* | [project @ Unify method signatures to reduce E_STRICT warnings] | tailor | 2008-12-12 | 2 | -2/+2 |
* | [project @ Move signed assertions code into contrib/] | tailor | 2008-12-08 | 2 | -400/+0 |
* | [project @ OpenID Signed Assertions(Implementation of old sxip draft)] | tailor | 2008-11-14 | 2 | -0/+400 |
* | [project @ Message: indentation] | tailor | 2008-11-07 | 1 | -2/+2 |
* | [project @ getAliasedArg() returns OpenID namespace when $aliased_key is 'ns'] | tailor | 2008-11-07 | 1 | -0/+5 |
* | [project @ Don't use Range header for ID page requests] | tailor | 2008-10-31 | 2 | -4/+0 |
* | [project @ Update version to 2.1.2] | Kevin Turner | 2008-09-09 | 1 | -1/+1 |
* | [project @ If we're generating user_setup_urls, let's at least do it correctly] | tailor | 2008-07-11 | 1 | -3/+9 |
* | [project @ Provide the user_setup_url in the Auth_OpenID_SetupNeededResponse ... | tailor | 2008-07-10 | 1 | -1/+3 |
* | [project @ Update version to 2.1.1] | Kevin Turner | 2008-06-27 | 1 | -1/+1 |
* | [project @ Updated TLD list in TrustRoot.php] | Kevin Turner | 2008-06-25 | 1 | -13/+18 |
* | [project @ remove Auth_OpenID::quoteMInimal. Resolves #262.] | Kevin Turner | 2008-06-25 | 1 | -32/+0 |
* | [project @ ParanoidHTTPFetcher-strpos-instead-of-preg_match-and-code-improvem... | dAniel hAhler | 2008-06-22 | 1 | -14/+6 |
* | [project @ fix accept header] | tailor | 2008-06-23 | 1 | -1/+1 |
* | [project @ Fix Consumer's OpenID 1 checkid_immediate failure handling (thanks... | http://j3h.us/ | 2008-06-20 | 1 | -1/+2 |
* | [project @ Test and fix HMAC-SHA256] | http://j3h.us/ | 2008-06-20 | 1 | -1/+1 |
* | [project @ Rename files and tests related to HMACSHA1 and HMACSHA256] | http://j3h.us/ | 2008-06-20 | 6 | -5/+4 |
* | [project @ etxrd.getCanonicalID: case-insensitive comparsions, patch from =wil] | Kevin Turner | 2008-06-13 | 1 | -8/+8 |
* | [project @ Accept response code 206 from fetcher results (part 2). Fixes #260] | Kevin Turner | 2008-06-11 | 2 | -3/+3 |