summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [project @ Remove HTML tags from format-agnostic output]tailor2007-03-121-2/+2
|
* [project @ Improve HTML parser effeciency and tolerence]tailor2007-02-161-84/+58
|
* [project @ Add note about open_basedir]tailor2007-02-081-0/+10
|
* [project @ Fix example consumer on Windows]tailor2007-01-161-1/+1
|
* [project @ BigMath no longer triggers error on no math support]tailor2007-01-151-4/+3
|
* [project @ Change xmlconfig stability value]tailor2006-12-081-1/+1
|
* [project @ Removed last of call-time references]tailor2006-12-082-3/+3
|
* [project @ Fix example consumer so it works in https mode, too]tailor2006-12-011-2/+7
|
* [project @ Fix bug in FileStore which prevented associations from being ↵tailor2006-12-012-1/+27
| | | | generated]
* [project @ Fix return bug in XML extension loading]tailor2006-11-211-0/+1
|
* [project @ Added CDATA to XML config templates]tailor2006-10-302-0/+4
|
* [project @ Add Services to contents for XML config generation]tailor2006-10-301-1/+1
|
* [project @ Fix makedoc.sh for broken phpdoc]tailor2006-10-301-1/+1
|
* [project @ Fix empty manager service list bug]tailor2006-10-302-1/+38
|
* [project @ Fixed XML library detection to report failure.]Josh Hoyt2006-10-051-2/+7
|
* [project @ FIX: Make Postgres unit tests use test_master database when ↵tailor2006-10-061-2/+4
| | | | creating temp database]
* [project @ Fix option name for texttest.php (insecure_rand)]Josh Hoyt2006-10-041-1/+1
|
* [project @ Now that there are non-trivial options, use Console_Getopt to ↵Josh Hoyt2006-10-031-34/+56
| | | | parse options to the test suite]
* [project @ Remove platform-specific temporary directory code to tests since ↵Josh Hoyt2006-09-273-21/+22
| | | | the library was not using it]
* [project @ Fix filestore platform temporary directory code]Josh Hoyt2006-09-271-2/+2
|
* [project @ Add flag to run tests with insecure randomness source and make ↵Josh Hoyt2006-09-272-1/+11
| | | | test suite use it for cygwin]
* [project @ Fix platform dependency in test driver]Josh Hoyt2006-09-271-1/+1
|
* [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 @ Make XML try to load the proper library names on Windows]Josh Hoyt2006-09-271-11/+19
|
* [project @ Make temporary directory generation platform-dependent]Josh Hoyt2006-09-271-1/+15
|
* [project @ link() doesn't exist on Windows, so implement work-around]Josh Hoyt2006-09-271-7/+10
|
* [project @ Close the file handle in FileStore->createAuthKey()]Josh Hoyt2006-09-271-0/+1
|
* [project @ Don't print a warning if the user sets the variable for using ↵Josh Hoyt2006-09-261-2/+0
| | | | insecure randomness]
* [project @ Added optional extra headers to plain fetcher post() method]tailor2006-10-051-1/+6
|
* [project @ Fixed HTTP 1.0 in plain fetcher]tailor2006-10-051-3/+1
|
* [project @ Added PIP XRDS to XRDS tests]tailor2006-10-052-8/+37
|
* [project @ Add checking for dh_modulus or dh_gen problems]Josh Hoyt2006-09-081-0/+5
|
* [project @ FIX: Silence error output when PEAR DB absent]tailor2006-09-251-1/+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 Yadis test]Josh Hoyt2006-09-211-4/+3
|
* [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-214-15/+204
| | | | avoid problems with incomplete objects]
* [project @ FIX: Use XPath query() instead of evaluate()]tailor2006-09-211-2/+2
|
* [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 @ Add math library selection support to the test suite]Josh Hoyt2006-09-201-0/+34
|
* [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 @ Can't return a reference to null in Auth_OpenID_getMathLib]Josh Hoyt2006-09-081-1/+2
|
* [project @ Fix the regex in the script that checks for bad case and make it ↵Josh Hoyt2006-09-071-1/+2
| | | | fail when it finds errors]
* [project @ Fix undefined symbol from CURLOPT_NOSIGNAL in PHP < 5]Josh Hoyt2006-09-071-1/+3
|
* [project @ Remove redundant lines from paranoid fetcher constructor]tailor2006-08-281-3/+0
|
* [project @ Fixed server tests and some small bugs in server code]tailor2006-08-255-13/+37
|
* [project @ Fixed invalidate_handle problem in checkauth request]tailor2006-08-241-2/+5
|
* [project @ Cleanup]tailor2006-08-241-1/+1
|
* [project @ Added session types to server and added server unit tests]tailor2006-08-242-64/+263
|
* [project @ Added more consumer tests from 1.x python branch]tailor2006-08-242-2/+371
|
* [project @ Added association session types to consumer and fixed ↵tailor2006-08-242-70/+148
| | | | manager-related bug]
* [project @ Added contents() to session for testing]tailor2006-08-241-0/+8
|
* [project @ Fixed socket silencing in fetcher]tailor2006-08-241-2/+2
|
* [project @ Fixed manager bugs]tailor2006-08-241-11/+13
|
* [project @ add sreg[email,postcode] support to server,consumer examples]tailor2006-09-084-4/+28
|
* [project @ Fixed SQLStore getAssociation count() bug (thanks to Rasqual ↵tailor2006-08-221-1/+1
| | | | Twilight <oid@rasqual.silk.com>)]
* [project @ Fixed DatabaseConnection methods to align with PEAR signatures ↵tailor2006-08-221-4/+4
| | | | (thanks to Rasqual Twilight <oid@rasqual.silk.com>)]
* [project @ Added message to example consumer to show canonical ID for XRI]tailor2006-08-211-0/+5
|
* [project @ Fixed getServerID to return canonicalID when there is no delegate.]tailor2006-08-212-1/+16
|
* [project @ Updated README]tailor2006-08-181-2/+1
|
* [project @ Updated doc generation script]tailor2006-08-181-1/+1
|
* [project @ Removed trigger_error from fetcher]tailor2006-08-181-1/+0
|
* [project @ README updates]tailor2006-08-181-7/+8
|
* [project @ Fixed endpoint server ID check]tailor2006-08-181-1/+1
|
* [project @ More XRDS tests]tailor2006-08-184-0/+77
|
* [project @ Removed token cruft]tailor2006-08-182-18/+4
|
* [project @ Removed OpenID HTTP fetcher (using Yadis fetcher now)]tailor2006-08-181-170/+0
|
* [project @ Added Services_Yadis_XRI function]tailor2006-08-184-9/+21
|
* [project @ Ported patch to remove token]tailor2006-08-182-166/+86
|
* [project @ Added XRI discovery tests and added canonicalID to OpenID service ↵tailor2006-08-183-3/+94
| | | | endpoints]
* [project @ XRIRes include and getCanonicalID call fix]tailor2006-08-172-1/+2
|
* [project @ Added more changes from python port (root authority and canonical ↵tailor2006-08-175-53/+229
| | | | ID checking)]
* [project @ Remove cruft]tailor2006-08-171-1/+1
|
* [project @ Added more yadis test data]tailor2006-08-178-0/+310
|
* [project @ Added XRI unit tests]tailor2006-08-152-1/+109
|
* [project @ Use HTTP 1.0 in plain fetcher to avoid Transfer-encoding: chunked]tailor2006-08-151-2/+2
|
* [project @ Bugfixes]tailor2006-08-151-2/+3
|
* [project @ XRI resolution support]tailor2006-08-155-46/+262
|
* [project @ Cleanup]tailor2006-08-151-2/+2
|
* [project @ Moved curl fetcher detection code into Yadis]tailor2006-08-155-30/+9
|
* [project @ Added tests for Yadis]tailor2006-08-1519-0/+1295
|
* [project @ Removed yadis_available checks, made dependent on Yadis]tailor2006-08-142-62/+27
|
* [project @ Renamed startswith]tailor2006-08-111-5/+5
|
* [project @ Removed yadis support detection from detect.php]tailor2006-08-111-26/+1
|
* [project @ Removed yadis dependency from README]tailor2006-08-111-5/+0
|
* [project @ Merged yadis discovery code and updated test framework to run ↵tailor2006-08-1113-78/+1844
| | | | tests in both packages]
* [project @ Remove print_r]tailor2006-08-101-2/+0
|
* [project @ Added impl and tests for URI normalization]tailor2006-08-104-1/+401
|
* [project @ Mentioned detect.php in README]tailor2006-08-041-0/+4
|
* [project @ Fixed detect.php]tailor2006-08-041-1/+1
|
* [project @ Updated detect.php]tailor2006-08-041-10/+78
|
* [project @ Removed kvform warnings]tailor2006-08-041-27/+0
|
* [project @ Updated incorrect comment for FileStore getAssociation.]tailor2006-08-041-1/+1
|