summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-048-12/+60
|
* [project @ Call setAnonymous on auth_request]tailor2007-04-031-1/+5
|
* [project @ Small docfixes]tailor2007-04-031-6/+6
|
* [project @ Add Auth_OpenID_AuthRequest::getMessage docstring]tailor2007-04-031-0/+16
|
* [project @ Add trust root matching test case]tailor2007-04-031-1/+2
|
* [project @ Improve format of auto-generated namespace aliases]tailor2007-04-033-5/+5
|
* [project @ Remove reference to user_setup_url]tailor2007-04-031-4/+1
|
* [project @ Session-related consumer docs updates]tailor2007-04-031-9/+8
|
* [project @ Update NEWS file]tailor2007-04-031-88/+52
|
* [project @ Fix API for store interface useNonce() method]tailor2007-04-031-1/+1
|
* [project @ More @links in server docs]tailor2007-04-031-17/+18
|
* [project @ Server docstring corrections and updates]tailor2007-04-031-31/+102
|
* [project @ Fix long lines (even though they are in docblocks)]tailor2007-04-031-3/+6
|
* [project @ @package Yadis -> OpenID]tailor2007-04-0311-24/+24
|
* [project @ Alignment nit]tailor2007-04-031-1/+1
|
* [project @ Docblock additions and fixes ]tailor2007-04-0311-55/+311
|
* [project @ Add DH-SHA256 to list of implemented session types]tailor2007-04-021-1/+2
|
* [project @ Added buggy GMP define to override math library preference]tailor2007-04-023-9/+26
|
* [project @ Doc updates for Auth/OpenID/Association.php]tailor2007-04-021-1/+12
|
* [project @ Add CURL override for testing]tailor2007-04-022-1/+9
|
* [project @ FIX: Plain fetcher now returns correct headers array]tailor2007-04-021-1/+1
|
* [project @ FIX: CURL fetcher POST now supports extra_headers]tailor2007-04-021-3/+7
|
* [project @ Docstring updates in Auth/Yadis/Manager.php]tailor2007-04-021-0/+6
|
* [project @ Docstring updates in OpenID.php]tailor2007-04-021-2/+17
|
* [project @ decodeRequest defaults to getting query data implicitly]tailor2007-04-022-3/+6
|
* [project @ Update example server to use new Sreg API]tailor2007-03-311-0/+17
|
* [project @ Update example server to use getQuery]tailor2007-03-311-2/+2
|
* [project @ Make sure getQuery fails gracefully on no php://input]tailor2007-03-311-1/+6
|
* [project @ Updated example consumer to not pass query args directly]tailor2007-03-311-1/+1
|
* [project @ Added Auth_OpenID::getQuery, removed Auth_OpenID::fixArgs, ↵tailor2007-03-313-48/+44
| | | | consumer now calls getQuery]
* [project @ Add message attribute to checkId requests built with make()]tailor2007-03-301-0/+1
|
* [project @ Update example consumer to use SReg API]tailor2007-03-303-5/+23
|
* [project @ Add Auth_OpenID_AuthRequest::addExtension]tailor2007-03-301-0/+11
|
* [project @ Fix pass-by-reference for PHP 4]tailor2007-03-291-1/+1
|
* [project @ Added new Sreg module, extension code, and tests]tailor2007-03-296-5/+1241
|
* [project @ Updated message code to use registered namespace aliases]tailor2007-03-293-21/+50
|
* [project @ Return null from _negotiateAssociation]tailor2007-03-272-0/+19
|
* [project @ Global variables conflict resolution]tailor2007-03-232-1/+3
|
* [project @ Example server overhaul; add OpenID 2 features]tailor2007-03-2210-235/+103
|
* [project @ Fix fetcher parameter in discovery verification]tailor2007-03-221-1/+2
|
* [project @ Update example server to accept arbitrary logins (to make it ↵tailor2007-03-199-118/+62
| | | | easier to use and configure)]
* [project @ Fix javascript in example consumer]tailor2007-03-191-1/+1
|
* [project @ Keep the pear XML generation script up to date Just Because]tailor2007-03-121-1/+1
|
* [project @ [2/2] Change Services_Yadis_ and Services/Yadis/]tailor2007-03-1229-333/+339
|
* [project @ [1/2] Move Services/Yadis to Auth/]tailor2007-03-1242-0/+0
|
* [project @ Comments in example consumer]tailor2007-03-102-4/+18
|
* [project @ Refactored example consumer]tailor2007-03-103-99/+149
|
* [project @ Added Auth_OpenID::isFailure]tailor2007-03-096-33/+46
|
* [project @ Skip DH-driven test in no-math case]tailor2007-03-071-1/+4
|
* [project @ Fix pass-by-reference for _extractAssociation]tailor2007-03-072-2/+3
|
* [project @ Add association response tests]tailor2007-03-074-1/+411
|
* [project @ Add session negotiation tests and fix consumer]tailor2007-03-074-14/+387
|
* [project @ Add VerifyDisco tests from python library]tailor2007-03-063-2/+256
|
* [project @ Add to-form-markup tests for invalid inputs]tailor2007-03-061-0/+22
|
* [project @ Make example consumer send redirect or use form markup]tailor2007-03-062-6/+31
|
* [project @ Fix pass-by-reference for PHP 4]tailor2007-03-051-2/+2
|
* [project @ Added AuthRequest test module]tailor2007-03-055-25/+318
|
* [project @ Globalize testing values]tailor2007-03-0510-0/+27
|
* [project @ Added auth request methods and added anonymous support to ↵tailor2007-03-032-35/+116
| | | | consumer (tests pending)]
* [project @ Make the verification step for OpenID 1 work with 1.0, 1.1]tailor2007-03-022-1/+28
|
* [project @ Fix consumer check_authentication to work properly with extensions]tailor2007-03-021-2/+1
|
* [project @ Added Auth_OpenID_Message:getAliasedArg]tailor2007-03-021-0/+19
|
* [project @ Add getExpired to stores]tailor2007-03-029-21/+110
|
* [project @ Make the GenericConsumer a parameter to Consumer]tailor2007-03-021-2/+9
|
* [project @ Make check_authentication handle signed ns field properly]tailor2007-03-022-9/+28
|
* [project @ Remove isDumb from store interface]tailor2007-03-024-41/+6
|
* [project @ Removed store interface storeNonce, updated docs]tailor2007-03-021-23/+17
|
* [project @ Added SQL store upgrade script from python OpenID library]tailor2007-03-021-0/+170
|
* [project @ Removed settings table and auth key code from stores]tailor2007-02-148-255/+9
|
* [project @ Refactored and updated discovery tests]tailor2007-02-1419-418/+535
|
* [project @ Fix tests (include HMACSHA1/256 and fix reference usage)]tailor2007-02-134-12/+23
|
* [project @ Repair tests under no-math conditions]tailor2007-02-133-15/+9
|
* [project @ Wrap tests for the no-math case]tailor2007-02-131-2/+9
|
* [project @ Consumer tests]tailor2007-02-131-47/+85
|
* [project @ Fixed Message->delArg and added more tests]tailor2007-02-132-55/+108
|
* [project @ More consumer tests]tailor2007-02-122-6/+330
|
* [project @ Update tests and stub discovery object creation]tailor2007-02-092-56/+36
|
* [project @ Test typo]tailor2007-02-083-7/+2
|
* [project @ Fix URL-parsing: remove PHP5-specific convenience constants]tailor2007-02-081-6/+32
|
* [project @ Remove raise comments]tailor2007-02-082-22/+0
|
* [project @ Updated consumer tests, updated consumer nonce code]tailor2007-02-082-100/+770
|
* [project @ Typo]tailor2007-02-081-1/+1
|
* [project @ Added test_verifyAssocMismatch]tailor2007-02-061-0/+20
|
* [project @ Consistent and non-warning output for skipped tests]tailor2007-02-061-9/+9
|
* [project @ Fix plaintext test in non-sha256 case]tailor2007-02-061-0/+5
|
* [project @ Add association tests]tailor2007-02-062-8/+132
|
* [project @ Update unsupported association type message]tailor2007-02-061-1/+1
|
* [project @ Added more negotiation tests]tailor2007-02-062-1/+176
|
* [project @ Fix forgot-endpoint test]tailor2007-02-051-2/+1
|
* [project @ Fix PHP4 syntax error]tailor2007-02-051-1/+1
|
* [project @ Fix reference-passing for PHP 4]tailor2007-02-051-2/+2
|
* [project @ Added two tests for SHA256 assocations]tailor2007-02-051-2/+85
|
* [project @ Fix sha256 hash output]tailor2007-02-051-2/+2
|
* [project @ Check supported association types]tailor2007-02-051-1/+18
|
* [project @ Added CheckIDExtension test case]tailor2007-02-051-0/+45
|
* [project @ Added tests from Python test suite]tailor2007-02-022-7/+197
|
* [project @ Update test]tailor2007-02-011-1/+3
|
* [project @ Remove checkAuthMissingSignedField]tailor2007-02-011-14/+0
|
* [project @ Added checkidSetupUntrustedReturn]tailor2007-02-011-0/+13
|
* [project @ Added no-return-to, no-realm tests for OpenID2]tailor2007-02-012-5/+49
|