summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-2/+2
* Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-091-1/+1
* Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-061-2/+2
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-15/+15
* Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're t...Andrew Arnott2009-11-301-1/+8
* Added support for identifiers that perform dual roles as OP Identifiers and C...Andrew Arnott2009-11-271-0/+12
* Further refactoring of discovery results.Andrew Arnott2009-11-231-3/+2
* StyleCop fixes.Andrew Arnott2009-11-221-1/+1
* Worked around ccrewrite and publicize.exe bug.Andrew Arnott2009-11-221-10/+8
* Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult.Andrew Arnott2009-11-221-1/+1
* Some extensive refactoring around IIdentifierDiscoveryResult and ServiceEndpo...Andrew Arnott2009-11-221-3/+4
* Added security feature so RPs can opt out of accepting delegating identifiers.Andrew Arnott2009-05-161-0/+16
* Added tests to verify anonymous checkid behavior.Andrew Arnott2009-05-081-0/+12
* Ooops... fixed build break in test caused by c70d5d24acf.Andrew Arnott2009-03-121-1/+1
* IAuthenticationRequest.AddCallbackArgument no longer appends parameters to ex...Andrew Arnott2009-02-171-1/+33
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-6/+6
* More tests:Andrew Arnott2009-01-101-0/+9
* Added more tests for RP.AuthenticationRequest.Andrew Arnott2009-01-101-5/+41
* Added several tests for RP.AuthenticationRequest.Andrew Arnott2009-01-101-4/+50
* Fixed up the new AuthenticationRequestTests unit test to pass.Andrew Arnott2009-01-041-0/+1
* TEMP2Andrew Arnott2009-01-041-7/+4
* TEMPAndrew Arnott2009-01-031-1/+1
* Added RP and OP authentication interfaces and implementations to be compatibl...Andrew Arnott2009-01-031-0/+44