Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -2/+2 |
| | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -15/+15 |
| | |||||
* | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 1 | -1/+8 |
| | | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced. | ||||
* | Added support for identifiers that perform dual roles as OP Identifiers and ↵ | Andrew Arnott | 2009-11-27 | 1 | -0/+12 |
| | | | | Claimed Identifiers. | ||||
* | Further refactoring of discovery results. | Andrew Arnott | 2009-11-23 | 1 | -3/+2 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Worked around ccrewrite and publicize.exe bug. | Andrew Arnott | 2009-11-22 | 1 | -10/+8 |
| | |||||
* | Rename RP.AuthenticationRequest.Endpoint to ...DiscoveryResult. | Andrew Arnott | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵ | Andrew Arnott | 2009-11-22 | 1 | -3/+4 |
| | | | | ServiceEndpoint. | ||||
* | Added security feature so RPs can opt out of accepting delegating identifiers. | Andrew Arnott | 2009-05-16 | 1 | -0/+16 |
| | |||||
* | Added tests to verify anonymous checkid behavior. | Andrew Arnott | 2009-05-08 | 1 | -0/+12 |
| | |||||
* | Ooops... fixed build break in test caused by c70d5d24acf. | Andrew Arnott | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | IAuthenticationRequest.AddCallbackArgument no longer appends parameters to ↵ | Andrew Arnott | 2009-02-17 | 1 | -1/+33 |
| | | | | | | existing values. Fixes Google Code Issue 203. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -6/+6 |
| | | | | into OpenIdTestBase. | ||||
* | More tests: | Andrew Arnott | 2009-01-10 | 1 | -0/+9 |
| | | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse | ||||
* | Added more tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 1 | -5/+41 |
| | |||||
* | Added several tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 1 | -4/+50 |
| | |||||
* | Fixed up the new AuthenticationRequestTests unit test to pass. | Andrew Arnott | 2009-01-04 | 1 | -0/+1 |
| | |||||
* | TEMP2 | Andrew Arnott | 2009-01-04 | 1 | -7/+4 |
| | |||||
* | TEMP | Andrew Arnott | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Added RP and OP authentication interfaces and implementations to be ↵ | Andrew Arnott | 2009-01-03 | 1 | -0/+44 |
compatible with DotNetOpenId. |