summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-3026-74/+81
* fix for rest of dl() calls, also avoid ini_set() as may not work on safe_modeChris Buckley2011-05-031-1/+1
* Made some hardcoded tmp paths dynamic by using sys_get_temp_dir. If function ...Philipp Söhnlein2011-01-161-9/+14
* Added the following patch from the trac.openidenabled.com bug tracker:Lilli2010-02-1613-54/+44
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-121-1/+1
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-101-6/+62
* Added the changes to consumer and consumer test that were made to openidenabl...Lilli2010-02-081-18/+42
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-2836-36/+16
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-2736-22/+42
* Revert "[ correct errors in removing trailing ?> ]"Luke Shepard2009-05-272-6/+6
* [ correct errors in removing trailing ?> ]Luke Shepard2009-05-272-6/+6
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-2736-42/+22
* [ Upgrading php-openid test framework to use PHPUnit 3.3 ]Luke Shepard2009-05-2733-235/+200
* [project @ If we're generating user_setup_urls, let's at least do it correctly]tailor2008-07-111-3/+6
* [project @ Do not attempt HMAC-SHA256 tests if HMAC-SHA256 is not supported]http://j3h.us/2008-06-201-3/+7
* [project @ Test and fix HMAC-SHA256]http://j3h.us/2008-06-202-10/+45
* [project @ Rename files and tests related to HMACSHA1 and HMACSHA256]http://j3h.us/2008-06-205-26/+32
* [project @ Add test cases for trust roots with non-ASCII characters in path o...tailor2008-06-111-1/+3
* [project @ Auth_OpenID_urinorm: fail to parse URIs with non-ASCII characters]tailor2008-06-111-0/+8
* [project @ Do not send namespace aliases for extensions with OpenID 1 message...tailor2008-06-062-0/+47
* [project @ message: allow two values for OPENID1_NS]Kevin Turner2008-06-063-9/+170
* [project @ Deprecate Auth_OpenID_CheckIDRequest::namespace and stop using == ...Kevin Turner2008-06-051-4/+12
* [project @ add test for Auth_Yadis_getCanonicalId with subsegments]tailor2008-06-052-0/+66
* [project @ Fix Auth_OpenID_getAllowedReturnURLs, Auth_Yadis_DiscoveryResult::...tailor2008-06-051-0/+63
* [project @ TestDriver.php: load "_other" tests regardless of primary test cla...tailor2008-06-051-6/+8
* [project @ handle empty string for trustroot the same as missing]tailor2008-06-051-0/+17
* [project @ #204 MalformedTrustRoot returned by the library now gets passed th...tailor2008-06-051-0/+12
* [project @ Silence session_start warnings that are output for older builds of...tailor2008-06-051-1/+1
* [project @ #229 Server.php: test hasReturnTo() when message=null]tailor2008-06-041-0/+8
* [project @ Add HTTP case to trustroot test cases]Kevin Turner2008-06-041-1/+2
* [project @ Add an extra parsehtml testcase - no close script tag]tailor2008-06-041-0/+4
* [project @ fix typo in test data]tailor2008-06-041-1/+1
* [project @ Fix #220: Use return_to from request when generating form markup i...tailor2008-06-041-0/+17
* [project @ Test Server.php fix the error message if test_nomode fails]tailor2008-06-041-1/+1
* [project @ Port the v2 plaintext encryption test from python]tailor2008-06-041-0/+43
* [project @ Fix trust root test runner and then all failing tests that were ex...tailor2008-06-043-12/+20
* [project @ Auth_OpenID_CheckIDRequest::fromMessage: return Auth_OpenID_Server...Kevin Turner2008-06-041-0/+32
* [project @ Auth_OpenID_Decoder::decode: make sure Auth_OpenID_ServerError has...Kevin Turner2008-06-041-0/+17
* [project @ #224: Tests_Auth_OpenID_CheckID: more test cases for missing trust...Kevin Turner2008-06-041-0/+30
* [project @ Message->getArg & friends return FailureResponse on error]tailor2008-06-042-14/+22
* [project @ Add AX FetchResponse tests, fix bugs]tailor2008-06-031-0/+48
* [project @ AX::FetchResponse::fromSuccessResponse - return null when there's ...tailor2008-06-031-0/+25
* [project @ Fix PHP tags]tailor2008-06-034-2/+10
* [project @ Move MemcachedStore back from contrib, update license and copyright]tailor2008-06-031-2/+52
* [project @ normalize return_to before checking]tailor2008-06-031-1/+5
* [project @ Consumer._verifyDiscoveryResults: fall back to OpenID 1.0 type if ...tailor2008-06-021-2/+50
* [project @ Move Memcached store to contrib since it's not owned by JanRain]tailor2008-06-021-39/+9
* [project @ TestDriver.php: factor instantiating a test suite from a class nam...tailor2008-06-021-19/+26
* [project @ TestDriver.php: make global_include_once tell you about failures]tailor2008-06-021-1/+2
* [project @ Fix selectTests in TestDriver.php]tailor2008-06-021-24/+12
* [project @ Update license strings to say Apache]tailor2008-05-3015-15/+15
* [project @ Remove URL fragment in ServiceEndpoint->getDisplayIdentifier]tailor2008-05-301-0/+32
* [project @ extra parsehtml testcase: javascript in head]tailor2008-05-291-0/+4
* [project @ PAPE: properly use "none" for empty auth policies list]tailor2008-05-291-1/+1
* [project @ PAPE: use auth_time instead of auth_age]tailor2008-05-291-20/+22
* [project @ Alter AX fromOpenIDRequest() to accept Auth_OpenID_AuthRequest obj...tailor2008-03-211-8/+12
* [project @ fix copyright notices to include 2008]http://mike.glover.myopenid.com2008-05-2715-15/+15
* [project @ Be explicit about implicit namespaces]tailor2008-05-273-7/+67
* [project @ Send all fields in check_authentication, not just signed ones. (Op...tailor2008-05-271-13/+7
* [project @ Add toHTML methods. Server.toFormMarkup passes through form attri...tailor2008-05-231-0/+23
* [project @ Actually use URINorm functionality for Auth_OpenID::normalizeURL]tailor2008-05-211-0/+9
* [project @ Extend Yadis HTML discovery regex to support XHTML-style tags]tailor2008-03-131-0/+8
* [project @ Remove "warning" text from output of store tests]tailor2008-02-201-3/+3
* [project @ Skip HMAC-SHA256 test if not supported]tailor2008-02-071-0/+5
* [project @ Add HMAC-SHA256 to plaintext consumer session assoc types]tailor2008-02-071-0/+37
* [project @ Change output when skipping memcached tests: warnings upset buildbot]tailor2008-02-041-1/+1
* [project @ Whitespace]tailor2008-02-041-1/+1
* [project @ Pass instead of fail on failed memcached connection]tailor2008-02-041-2/+3
* [project @ hmac-sha256-test]tailor2008-02-021-0/+17
* [project @ Implementation of Memcached storage in PHP. This patch also includ...tailor2008-02-022-3/+46
* [project @ Failed DB connection is not a fail of test, typo in PG storage test]tailor2008-02-021-4/+4
* [project @ Refactored HTML-parsing code to avoid PCRE limits on large matches]tailor2008-01-031-0/+5
* [project @ Store test: remove correct sqlite database file]tailor2007-12-311-1/+1
* [project @ Fixed typo and minor formatting changes for StoreTest.]Trevor Johns2007-12-291-2/+1
* [project @ Fixed StoreTest to not fail on Mac OS X 10.5]Trevor Johns2007-12-291-1/+1
* [project @ use-time-instead-of-(gm)mktime]dAniel hAhler2007-12-081-1/+1
* [project @ Add PAPE tests and update PAPE extension]tailor2007-12-052-0/+245
* [project @ Add getDisplayIdentifier() to SuccessResponse]tailor2007-11-191-11/+81
* [project @ Fix database creation in tests for hostnames with dashes]tailor2007-11-141-1/+3
* [project @ [API CHANGE] Make return_to no longer optional for complete() call...tailor2007-11-131-39/+87
* [project @ Make setAllowedTypes make sure that the association types and sess...tailor2007-11-131-8/+4
* [project @ Fix #60 (passing return_to to consumer.complete() causes spurious ...tailor2007-11-131-15/+116
* [project @ Make Auth_Yadis_identifierScheme handle an empty string]tailor2007-11-131-0/+3
* [project @ Update trust root test cases]tailor2007-11-131-7/+27
* [project @ Fix Auth_OpenID_Message::getAliasedArg for ns.ALIAS arguments]tailor2007-10-171-3/+9
* [project @ r300: update_url must match openid.realm]tailor2007-10-161-0/+60
* [project @ r299: Always send count.ALIAS and type.ALIAS]tailor2007-10-161-1/+10
* [project @ Ensure that an update_url in a FetchRequest is included in a Fetch...tailor2007-10-161-0/+15
* [project @ Test minimum supported alias length]tailor2007-10-161-0/+15
* [project @ Add support for openid.ax.count.ALIAS="unlimited"]tailor2007-10-161-0/+28
* [project @ r305, r330: aliases must not contain periods, commas]tailor2007-10-161-10/+33
* [project @ Clean up manager in session when response has different URL from r...tailor2007-10-161-1/+40
* [project @ Added AX implementation and tests from python library]tailor2007-10-092-0/+568
* [project @ discovery verification changes]tailor2007-10-032-20/+67
* [project @ Fail return_to verification if bare args in response are absent fr...tailor2007-10-021-0/+13
* [project @ Peform re-discovery when stored information mismatches response]tailor2007-10-022-4/+43
* [project @ Change nonce extraction from OpenID response]tailor2007-10-021-1/+3
* [project @ Auth_OpenID_Consumer: OpenID 2 draft 12 fragment handling]tailor2007-10-021-1/+34
* [project @ Add urldefrag implementation]tailor2007-10-021-0/+23
* [project @ Remove fragments as part of normalization]tailor2007-10-012-0/+38