| Commit message (Expand) | Author | Age | Files | Lines |
* | #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmaster | Oleksandr Zahorulia | 2016-09-30 | 52 | -142/+151 |
* | version bump2.3.0 | Marco Ceppi | 2015-07-30 | 1 | -1/+1 |
* | Merge pull request #126 from marcoceppi/fix-124 | Marco Ceppi | 2015-07-30 | 1 | -2/+2 |
|\ |
|
| * | Fix DB requirement in README fixes #124 | Marco Ceppi | 2015-07-30 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #125 from marcoceppi/CVE-2014-8150 | Marco Ceppi | 2015-07-30 | 1 | -1/+11 |
|\ |
|
| * | Fixes CVE-2014-8150 | Marco Ceppi | 2015-07-30 | 1 | -1/+11 |
|/ |
|
* | Merge pull request #122 from brownl/loop-over-dir-properly | Marco Ceppi | 2015-01-05 | 1 | -1/+1 |
|\ |
|
| * | loop over directories "the right way" | Lawrence Brown | 2015-01-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #121 from drmalex07/master | Marco Ceppi | 2014-04-23 | 1 | -4/+7 |
|\ |
|
| * | 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 |
* | | Merge pull request #117 from marcoceppi/xml-sad-face | Marco Ceppi | 2014-01-23 | 1 | -3/+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 |
* | | Merge pull request #114 from AdamWill/entity_decode | Marco Ceppi | 2014-01-09 | 1 | -24/+1 |
|\ \ |
|
| * | | Yadis: drop custom replaceEntities() function and use html_entity_decode | Adam Williamson | 2014-01-09 | 1 | -24/+1 |
|/ / |
|
* | | Merge pull request #100 from fredden/patch-1 | Marco Ceppi | 2014-01-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Improves open_basedir detection | Dan Wallis | 2013-05-27 | 1 | -1/+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 #109 from chuckpearce/master | Marco Ceppi | 2013-10-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Changed gist location as the current was returning 404, new Hello World! gist... | editing on sandpit | 2013-10-03 | 1 | -1/+1 |
|/ / / |
|
* | | | 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 |
|/ / |
|
* | | Merge pull request #99 from DavidMikeSimon/master | Marco Ceppi | 2013-05-21 | 2 | -14/+14 |
|\ \ |
|
| * | | Prevent errors in strict mode due to weird PEAR static method declarations | David Simon | 2013-05-21 | 2 | -14/+14 |
|/ / |
|
* | | Merge pull request #97 from Jannie/master | Marco Ceppi | 2013-05-08 | 1 | -3/+8 |
|\ \ |
|
| * | | Fixes #54. Pass request data to fix AX. | Evgeniya Patuk | 2013-05-08 | 1 | -3/+8 |
|/ / |
|
* | | Merge pull request #96 from etienneq/zero_filesize_bug | Marco Ceppi | 2013-05-06 | 1 | -1/+10 |
|\ \ |
|
| * | | included more checks for file access errors | Etienne Quiel | 2013-05-06 | 1 | -1/+10 |
|/ / |
|
* | | Merge pull request #95 from DavidMikeSimon/master | Marco Ceppi | 2013-04-25 | 2 | -0/+25 |
|\ \
| |/
|/| |
|
| * | Added composer.json | David Simon | 2013-04-25 | 2 | -0/+25 |
|/ |
|
* | Merge pull request #91 from henrrrik/patch-1 | Marco Ceppi | 2013-03-08 | 1 | -1/+1 |
|\ |
|
| * | 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 | 5 | -17/+17 |
|\ |
|
| * | Clean up reference assignment of objects. | Olav Morken | 2012-10-19 | 4 | -14/+14 |
| * | 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 |
* | | | Merge pull request #84 from pixnet/master | Marco Ceppi | 2012-10-25 | 1 | -1/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Set proxy options only if Auth_OpenID_HTTP_PROXY is explicitly set | itsour | 2012-10-25 | 1 | -1/+7 |
|/ / |
|
* | | Merge pull request #78 from rodrigosprimo/master | Marco Ceppi | 2012-10-11 | 1 | -1/+5 |
|\ \ |
|
| * | | Fixing issue #32 : https://github.com/openid/php-openid/issues/32 | Rodrigo Primo | 2012-10-11 | 1 | -1/+5 |
|/ / |
|
* | | Merge pull request #75 from cakebaker/bugfix-invalid-return-value | Marco Ceppi | 2012-08-14 | 1 | -1/+5 |
|\ \ |
|
| * | | Return string instead of array | Daniel Hofstetter | 2012-08-14 | 1 | -1/+5 |
|/ / |
|
* | | Merge pull request #74 from vmattila/master | Marco Ceppi | 2012-08-10 | 1 | -1/+1 |
|\ \ |
|
| * | | 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 |
* | | | Merge pull request #70 from arnaud-lb/fix-call-time-pass-by-ref | Marco Ceppi | 2012-07-31 | 3 | -7/+11 |
|\ \ \ |
|
| * | | | fixed call-time pass-by-reference | Arnaud Le Blanc | 2012-03-04 | 3 | -7/+11 |
|/ / / |
|
* | | | Merge pull request #47 from starsquare/master | Will Norris | 2012-01-02 | 4 | -19/+19 |
|\ \ \ |
|
| * | | | fix for rest of dl() calls, also avoid ini_set() as may not work on safe_mode | Chris Buckley | 2011-05-03 | 3 | -5/+5 |
| * | | | fix for short_open_tag = 0 | Chris Buckley | 2011-05-03 | 1 | -14/+14 |
| | |/
| |/| |
|
* | | | Merge pull request #59 from staktrace/fix-detect | Will Norris | 2012-01-02 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Update the URL used for HTTPFetch testing now that github's behaviour has cha... | Kartikaya Gupta | 2011-10-02 | 1 | -1/+1 |
| * | | | Remove angle brackets from around a URL, since if the output is in text/html ... | Kartikaya Gupta | 2011-10-02 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #65 from pwaring/master | Will Norris | 2012-01-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix minor spelling error. | Paul Waring | 2011-11-09 | 1 | -1/+1 |
| |/ / |
|
* | | | 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 |
|/ / |
|
* | | Merge branch 'master' of https://github.com/adrianlang/php-openid into adrian... | Will Norris | 2011-01-19 | 4 | -3/+9 |
|\ \ |
|
| * | | Improve PHP 5 compliance | Adrian Lang | 2010-10-08 | 4 | -3/+9 |
| |/ |
|
* | | Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ... | Philipp Söhnlein | 2011-01-16 | 2 | -10/+33 |
|/ |
|
* | 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 |
* | Fixed warnings in try_auth.php, consumer.php. Fixed reference to openid-enabl... | long | 2010-07-20 | 3 | -5/+10 |
* | 1. Removed assigning by reference new operator result (E_DEPRECATED). | Shein Alexey | 2010-07-20 | 1 | -2/+1 |
* | 1. Added urldecoding POST form values (browser will encode them if needed). | Shein Alexey | 2010-07-20 | 1 | -1/+1 |
* | 1. Added dl() existance checking. | Shein Alexey | 2010-07-20 | 1 | -6/+6 |
* | 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 |
* | update file permissions | Carl Howells | 2010-07-20 | 12 | -0/+0 |
* | 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 |