summaryrefslogtreecommitdiffstats
path: root/Tests/Auth
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Make all tests pass!]Josh Hoyt2006-09-081-2/+2
|
* [project @ Set the name for the Nonce test suite so test output is easier to ↵Josh Hoyt2006-09-071-0/+1
| | | | understand]
* [project @ Add nonce test, make it pass.]Josh Hoyt2006-09-071-0/+164
|
* [project @ Store test fixes from nonce change]tailor2006-08-291-10/+15
|
* [project @ Nonce-handling code]tailor2006-08-281-7/+3
|
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-253-47/+35
|
* [project @ Fix bug in FileStore which prevented associations from being ↵tailor2006-12-011-0/+26
| | | | generated]
* [project @ Fix empty manager service list bug]tailor2006-10-301-0/+37
|
* [project @ FIX: Make Postgres unit tests use test_master database when ↵tailor2006-10-061-2/+4
| | | | creating temp database]
* [project @ Remove platform-specific temporary directory code to tests since ↵Josh Hoyt2006-09-272-6/+21
| | | | the library was not using it]
* [project @ Close the database handle in SQLite store test to silence warning]Josh Hoyt2006-09-271-0/+4
|
* [project @ Remove platform dependent temporary directory code from file ↵Josh Hoyt2006-09-271-2/+2
| | | | store test]
* [project @ Make database name lower-case in postgres store test]Josh Hoyt2006-09-271-1/+1
|
* [project @ Fix temporary directory platform dependency in Consumer]Josh Hoyt2006-09-271-3/+1
|
* [project @ Fix backoff code so that it doesn't print out code that makes ↵Josh Hoyt2006-09-211-2/+1
| | | | buildbot think it failed when it actually succeeded.]
* [project @ Move connection to template1 in PostGreSQL test inside the retry ↵Josh Hoyt2006-09-211-19/+15
| | | | loop]
* [project @ Make fractional sleep times work for PostGreSQL database backoff ↵Josh Hoyt2006-09-211-2/+7
| | | | in tests]
* [project @ Added more output to PostGreSQL temporary DB creation failure in ↵Josh Hoyt2006-09-211-7/+10
| | | | tests]
* [project @ Fix passing non-variables by reference in Server test]Josh Hoyt2006-09-211-12/+9
|
* [project @ FIX: Fix manager and OpenID service endpoint serialization to ↵tailor2006-09-211-3/+7
| | | | avoid problems with incomplete objects]
* [project @ Fix server test to have constants in decimal rather than hex so ↵Josh Hoyt2006-09-201-4/+9
| | | | that bcmath can understand them.]
* [project @ Clean up temporary files created by the sqlite store test]Josh Hoyt2006-09-191-6/+7
|
* [project @ re-format _checkUseNonce in StoreTest]Josh Hoyt2006-09-191-2/+2
|
* [project @ Fixed server tests and some small bugs in server code]tailor2006-08-252-2/+11
|
* [project @ Added session types to server and added server unit tests]tailor2006-08-241-31/+152
|
* [project @ Added more consumer tests from 1.x python branch]tailor2006-08-242-2/+371
|
* [project @ Fixed getServerID to return canonicalID when there is no delegate.]tailor2006-08-211-0/+11
|
* [project @ Added Services_Yadis_XRI function]tailor2006-08-181-1/+2
|
* [project @ Ported patch to remove token]tailor2006-08-181-51/+24
|
* [project @ Added XRI discovery tests and added canonicalID to OpenID service ↵tailor2006-08-181-0/+74
| | | | endpoints]
* [project @ Merged yadis discovery code and updated test framework to run ↵tailor2006-08-112-18/+17
| | | | tests in both packages]
* [project @ Added impl and tests for URI normalization]tailor2006-08-102-0/+147
|
* [project @ Fixed discovery service processing and added unit tests]tailor2006-06-231-0/+75
|
* [project @ BUGFIX: Fixed error reporting in server request encoding]tailor2006-05-311-1/+1
|
* [project @ Added new Consumer tests]tailor2006-05-121-1/+182
|
* [project @ Added new nonce tests from pystack]tailor2006-05-111-40/+43
|
* [project @ Fixed tests to use HTTPResponse]tailor2006-05-111-10/+20
|
* [project @ Added OpenID+Yadis unit tests]tailor2006-05-091-0/+224
|
* [project @ Added discovery unit tests and fixed other bugs.]tailor2006-05-081-0/+472
|
* [project @ Moved exception-handling functions into TestDriver.]tailor2006-05-081-36/+9
|
* [project @ Fixed lots of problems with unit tests and fixed test fixture ↵tailor2006-05-031-67/+77
| | | | builder]
* [project @ Added more consumer tests]tailor2006-05-031-2/+315
|
* [project @ Fixed consumer tests for new API]tailor2006-05-021-68/+23
|
* [project @ More consumer API changes]tailor2006-05-021-0/+32
|
* [project @ Changed store and signatory references in server tests]tailor2006-04-192-3/+3
|
* [project @ Removed more DH tests from server lineup when no bigmath found]tailor2006-04-191-11/+13
|
* [project @ Removed more DH tests from server lineup when no bigmath found]tailor2006-04-191-22/+30
|
* [project @ Turned server DH tests off if no bigmath available]tailor2006-04-191-16/+18
|
* [project @ Added new server port and unit tests]tailor2006-04-191-192/+1135
|
* [project @ More fixes for pgsql db creation]tailor2006-04-111-1/+3
|
* [project @ Changed pgsql db creation backoff again]tailor2006-04-111-1/+1
|
* [project @ Changed pgsql db creation backoff]tailor2006-04-111-1/+1
|
* [project @ Increased backoff rate for pgsql db creation attempt in store test]tailor2006-03-201-1/+1
|
* [project @ Changed format of binary-to-long tests to avoid PHP 4.3 array / ↵tailor2006-03-201-8/+10
| | | | null string bug]
* [project @ Added uppercase linkparse data]tailor2006-03-011-1/+12
|
* [project @ Added failure count to Pgsql error output]tailor2006-02-271-2/+2
|
* [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]tailor2006-02-142-8/+8
|
* [project @ Moved MySQL store into its own file.]tailor2006-02-141-1/+1
|
* [project @ Moved SQLite store into its own file.]tailor2006-02-141-1/+1
|
* [project @ Moved PostgreSQL store into its own file.]tailor2006-02-141-1/+1
|
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-143-6/+6
|
* [project @ Moved FileStore utility functions into FileStore class as private ↵tailor2006-02-142-7/+9
| | | | methods.]
* [project @ Moved letter/digit/punct constants from Util.php to OpenID.php]tailor2006-02-143-9/+3
|
* [project @ Moved quoteMinimal, urlunparse, and normalizeUrl from Util to OpenID]tailor2006-02-141-14/+14
|
* [project @ Moved appendArgs and http_build_query from Util to OpenID]tailor2006-02-141-1/+2
|
* [project @ Moved fixArgs from Util to OpenID]tailor2006-02-141-1/+2
|
* [project @ Refactored parsing code into a Parse class.]tailor2006-02-141-2/+3
|
* [project @ Refactored fetcher subclasses.]tailor2006-02-131-0/+1
|
* [project @ M-x whitespace-cleanup]Josh Hoyt2006-02-111-1/+1
|
* [project @ Put KVForm functions in a class as static methods]Josh Hoyt2006-02-113-13/+13
|
* [project @ Move the server request object into its own file and rename it]Josh Hoyt2006-02-111-2/+2
|
* [project @ Move Consumer.php out of its subdirectory]Josh Hoyt2006-02-101-1/+1
|
* [project @ Reduce number of assertions]Josh Hoyt2006-02-101-3/+2
|
* [project @ Whitespace cleanup]Josh Hoyt2006-02-101-1/+1
|
* [project @ Move parsing of identity information into fetcher]Josh Hoyt2006-02-091-1/+1
|
* [project @ Put trust root functionality in a static class]Josh Hoyt2006-02-091-8/+3
|
* [project @ Fixed database connection code for postgres store test.]tailor2006-02-081-4/+17
|
* [project @ Fixed typo in store test.]tailor2006-02-081-1/+1
|
* [project @ Make PHP 4.3.0 compatible]Josh Hoyt2006-02-031-4/+5
|
* [project @ Cleaned up db disconnects in PgSQL store test.]tailor2006-02-021-0/+6
|
* [project @ Change consumer API so that immediate mode is not a state ↵Josh Hoyt2006-02-021-7/+7
| | | | variable of the consumer instance]
* [project @ Added test for making sure star trust roots work properly]Josh Hoyt2006-01-301-1/+2
|
* [project @ Add trust root query handling tests]Josh Hoyt2006-01-301-2/+6
|
* [project @ OIDUtil -> Util]Josh Hoyt2006-01-2810-286/+286
|
* [project @ Added script to check that each file in the library will import]Josh Hoyt2006-01-283-0/+3
|
* [project @ Remove KVForm class that was used for namespacing]Josh Hoyt2006-01-273-13/+13
|
* [project @ Added trust root handling code and tests]Josh Hoyt2006-01-272-0/+286
|
* [project @ Use util data reading functions for Parse test]Josh Hoyt2006-01-272-13/+29
|
* [project @ Move test data to its own directory]Josh Hoyt2006-01-266-1/+2
|
* [project @ Use data file reading function for base64 tests]Josh Hoyt2006-01-262-52/+712
|
* [project @ Use common data file reader function in hmacsha1 test]Josh Hoyt2006-01-261-9/+2
|
* [project @ Move test data file reading routine to a separate module]Josh Hoyt2006-01-262-14/+20
|
* [project @ Fix test to work when NO_MATH_SUPPORT is defined]Josh Hoyt2006-01-251-3/+13
|
* [project @ Add checkAuthentication failure on a bad handle]Josh Hoyt2006-01-251-0/+9
|
* [project @ Add bad signature check_authentication test]Josh Hoyt2006-01-251-1/+10
|
* [project @ Add successful check_authentication server test]Josh Hoyt2006-01-251-0/+17
|
* [project @ Add checkid_setup cancel server test]Josh Hoyt2006-01-251-4/+14
|
* [project @ Added test for need auth in server]Josh Hoyt2006-01-251-0/+16
|
* [project @ Add checkid_setup success server test]Josh Hoyt2006-01-251-15/+25
|
* [project @ Fixes and test for dumb mode server]Josh Hoyt2006-01-251-8/+45
|