summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an MSTest-based unit test to be based on NUnit instead.Andrew Arnott2010-12-201-1/+0
|
* Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-0/+2
| | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-091-1/+0
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* Resolved build breaks after upgrading Code Contracts.Andrew Arnott2010-06-101-1/+14
|
* Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-11/+3
| | | | This is work for targeting .NET 4.0.
* Fixed XRDS discovery no longer prevents HTML discovery from succeeding.Andrew Arnott2010-03-151-0/+6
| | | | Fixes Trac #186
* Upgraded to VS2010.Andrew Arnott2010-02-101-11/+51
|\ | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4
| * NUnit project now builds while targeting both v3.5 and v4.0.Andrew Arnott2010-01-081-2/+1
| |
| * Replacing the Shadow accessor generation with our own multi-targeting ready ↵Andrew Arnott2010-01-081-3/+1
| | | | | | | | version.
| * Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-081-1/+3
| |\
| | * Removed MSTest project type GUID and wired up NUnit in build.proj.Andrew Arnott2010-01-061-2/+1
| | |
| | * Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-1/+1
| | |
| | * First test converted to NUnit.Andrew Arnott2010-01-061-1/+4
| | |
| * | Touching up how CLR 4 is conditioned in the build.Andrew Arnott2010-01-081-1/+1
| | |
| * | Merge branch 'master' into master-Dev10Andrew Arnott2010-01-081-9/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj
| * \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-061-1/+8
| |\ \ \ | | | |/ | | |/|
| * | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and referenceAndrew Arnott2010-01-051-4/+0
| | | |
| * | | Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-4/+49
| | | |
* | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵Andrew Arnott2010-02-031-1/+2
| |_|/ |/| | | | | | | | | | | | | | not serializable. Also added a test to verify fix.
* | | Remodeled some of our build scripts after the new VC project system's .props ↵Andrew Arnott2010-01-081-8/+5
| | | | | | | | | | | | and .targets pattern.
* | | Added a product-wide .props and .targets file.Andrew Arnott2010-01-071-3/+4
| |/ |/|
* | Merge branch 'v3.3'Andrew Arnott2009-12-131-2/+0
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * Simplified the requirements for signing using an alternate key.Andrew Arnott2009-12-051-2/+0
| |
| * Made allowance for the public delay-signing key to be changed for someone ↵Andrew Arnott2009-12-051-1/+1
| | | | | | | | else's.
* | Added support for identifiers that perform dual roles as OP Identifiers and ↵Andrew Arnott2009-11-271-0/+3
| | | | | | | | Claimed Identifiers.
* | Renamed test class to match new class name in library.Andrew Arnott2009-11-271-1/+1
| |
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-221-0/+1
| | | | | | | | ServiceEndpoint.
* | Updated tests to build with new extensible identifier discovery.Andrew Arnott2009-11-181-1/+4
|/
* Merge branch 'v3.2'Andrew Arnott2009-11-031-1/+2
|\ | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.sln src/DotNetOpenAuth/OpenId/Provider/IProviderBehavior.cs src/DotNetOpenAuth/OpenId/RelyingParty/IRelyingPartyBehavior.cs
| * Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-031-0/+1
| |\ | | | | | | | | | | | | Conflicts: src/version.txt
| | * Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-251-0/+1
| | | | | | | | | | | | Fixes trac #131.
* | | Merge branch 'master' into contractsAndrew Arnott2009-10-281-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/GlobalSuppressions.cs src/DotNetOpenAuth/InfoCard/Token/TokenUtility.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
| * | | FxCop fixes.Andrew Arnott2009-10-271-1/+1
| | | |
| * | | Added multi-part POST unit tests.Andrew Arnott2009-09-181-0/+1
| | | | | | | | | | | | | | | | Still doesn't actually work against IIS though. Don't yet know why.
* | | | Merge branch 'master' into contractsAndrew Arnott2009-09-031-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
| * | | Fixed bug where OpenIdTextBox would throw when given invalid input rather ↵Andrew Arnott2009-09-021-0/+1
| | | | | | | | | | | | | | | | than allow the OpenIdLogin control to display the invalid identifier message with its validator control.
* | | | Merge branch 'master' into contractsAndrew Arnott2009-09-011-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Mocks/MockIdentifier.cs src/DotNetOpenAuth.Test/OpenId/Provider/OpenIdProviderTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessageReceivingEndpoint.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthServiceProviderMessageFactory.cs src/DotNetOpenAuth/OAuth/Protocol.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Association.cs src/DotNetOpenAuth/OpenId/Behaviors/PpidGeneration.cs src/DotNetOpenAuth/OpenId/NoDiscoveryIdentifier.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IDirectedIdentityIdentifierProvider.cs src/DotNetOpenAuth/OpenId/Provider/PrivatePersonalIdentifierProviderBase.cs src/DotNetOpenAuth/OpenId/Realm.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdTextBox.cs src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponseSnapshot.cs src/DotNetOpenAuth/OpenId/UriIdentifier.cs src/DotNetOpenAuth/OpenId/XriIdentifier.cs src/DotNetOpenAuth/Util.cs
| * | | Merge branch 'v3.2'Andrew Arnott2009-08-311-0/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/Identifier.cs
| | * | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-0/+1
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
| | | * Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-301-0/+1
| | | | | | | | | | | | | | | | against the RP's whitelist.
| * | | Added localized strings in Serbian.Andrew Arnott2009-08-291-0/+1
| | | | | | | | | | | | | | | | Special thanks to Branislav Uzelac who provided the translation.
* | | | Merge branch 'master' into contractsAndrew Arnott2009-06-251-2/+15
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/TypeConfigurationCollection.cs src/DotNetOpenAuth/Configuration/TypeConfigurationElement.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs src/DotNetOpenAuth/Messaging/Reflection/ValueMapping.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/DotNetOpenAuth/OAuth/ConsumerBase.cs src/DotNetOpenAuth/OAuth/Messages/MessageBase.cs src/DotNetOpenAuth/OAuth/Messages/UnauthorizedTokenResponse.cs src/DotNetOpenAuth/OAuth/ServiceProvider.cs src/DotNetOpenAuth/OpenId/Protocol.cs src/DotNetOpenAuth/OpenId/Provider/AutoResponsiveRequest.cs src/DotNetOpenAuth/OpenId/Provider/HostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/IHostProcessedRequest.cs src/DotNetOpenAuth/OpenId/Provider/Request.cs src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs
| * | | We now delay-sign DNOA and the test assembly. We sign the product .dll when ↵Andrew Arnott2009-06-251-2/+3
| |/ / | | | | | | | | | building layouts.
| * | Added OP association and checkid perf tests.Andrew Arnott2009-06-221-0/+1
| | | | | | | | | | | | Resolves ticket #10.
| * | Attribute extension interop helper testing complete, along with several bug ↵Andrew Arnott2009-06-201-1/+3
| | | | | | | | | | | | fixes.
| * | Added the AXFetchAsSregTransform OpenID behavior that allows RPs and OPs to ↵Andrew Arnott2009-06-201-1/+5
| | | | | | | | | | | | deal strictly with Sreg and yet be compatible with all known formats of AX requests and responses.
| * | Implemented InteropHelper.SpreadSregToAX.Andrew Arnott2009-06-201-0/+1
| | |
| * | Merge branch 'v3.1'Andrew Arnott2009-06-191-0/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/OpenIdElement.cs src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/Provider/ProviderEndpoint.cs
| | * Added a helper method so that SPs can generate their own verifier codes that ↵Andrew Arnott2009-06-061-0/+1
| | | | | | | | | | | | comply with Consumer requirements.
| | * Added tests for the UriOrOobEncoding class.Andrew Arnott2009-06-061-0/+1
| | |
| * | Progress on moving OpenIdAjaxTextBox-like behavior into the common base class.Andrew Arnott2009-06-121-0/+1
| | |
| * | Added RelyingParty.IAuthenticationResponse.Provider property.Andrew Arnott2009-06-021-0/+1
| | | | | | | | | | | | Resolves Trac ticket 71.
* | | Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-3/+34
|/ / | | | | | | But some unit tests still fail, and there are other issues.
* | Added UI extension tests.Andrew Arnott2009-05-151-0/+1
| |
* | Providers now have better feedback about how RP discovery fails so they can ↵Andrew Arnott2009-05-081-0/+1
| | | | | | | | | | | | make more informed policy decisions. Fixes Trac ticket 53.
* | Added tests to verify anonymous checkid behavior.Andrew Arnott2009-05-081-0/+3
|/
* Turned off runtime contract checking until ccrewrite.exe gets fixed so it ↵Andrew Arnott2009-04-241-1/+2
| | | | doesn't hang.
* Renamed a couple of methods:Andrew Arnott2009-03-151-0/+22
| | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage
* Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵Andrew Arnott2009-03-151-2/+2
| | | | IncomingWebResponse.
* Added Microsoft.Contracts.dll v1.1.20309.13 to source control.Andrew Arnott2009-03-111-2/+5
|
* Added test to verify OP's compliance with OpenID 2.0 section 8.4.1.Andrew Arnott2009-03-101-0/+2
|
* Fixed CodeAnalysis build path.Andrew Arnott2009-03-091-1/+1
|
* Code Contracts work.. enabling it for just a few classes.Andrew Arnott2009-03-091-0/+23
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Constructors on all OpenID direct response messages now require the OpenID ↵Andrew Arnott2009-02-091-0/+3
| | | | | | version of the message, allowing for RPs to receive response messages in versions differing from their request message. Also added test to verify this, and OpenIdProvider error messages w/o requiring ASP.NET hosting.
* OpenID error direct response messages are now sent with HTTP status codes of ↵Andrew Arnott2009-01-291-0/+1
| | | | 400.
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-1/+0
| | | | into OpenIdTestBase.
* Added/fixed ASP.NET basic hosting in the unit tests and added one test to ↵Andrew Arnott2009-01-291-1/+4
| | | | verify.
* Added AuthenticationRequest.IsReturnUrlDiscoverable test.Andrew Arnott2009-01-231-0/+1
|
* All ExtraData, including extensions, are now signed in OP signed responses.Andrew Arnott2009-01-191-0/+1
|
* PAPE tests ported, and all tests pass.Andrew Arnott2009-01-171-1/+1
|
* Initial half-port of PAPE extension.Andrew Arnott2009-01-171-0/+3
|
* AX feature complete, with tests passing.Andrew Arnott2009-01-171-1/+8
|
* Refactored the entire .config file supporting classes, and added a .config ↵Andrew Arnott2009-01-151-0/+4
| | | | element for maximum user agent authentication time.
* Added StandardProviderApplicationStore and several OpenIdProvider unit tests.Andrew Arnott2009-01-111-0/+1
|
* Added tests for Failed/Negative auth response classes at RP side.Andrew Arnott2009-01-101-0/+2
|
* Added 2 tests for PositiveAuthenticationResponse.Andrew Arnott2009-01-091-0/+1
|
* Fixed Util.ToStringDeferred rendering of empty, multiline lists.Andrew Arnott2009-01-091-0/+1
|
* TEMP2Andrew Arnott2009-01-041-1/+1
|
* Added RP and OP authentication interfaces and implementations to be ↵Andrew Arnott2009-01-031-1/+2
| | | | compatible with DotNetOpenId.
* Fixed mock CoordinatingChannel to send direct responses and indirect ↵Andrew Arnott2009-01-031-0/+1
| | | | messages while more truly simulating the ordinary channel experience.
* CRLF -> LFAndrew Arnott2009-01-031-189/+189
|
* Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class.Andrew Arnott2008-12-261-0/+1
|
* Added DH testsAndrew Arnott2008-12-221-0/+4
|
* Wrapped up the sreg tests for now.Andrew Arnott2008-12-221-2/+2
|
* Added a mock extension and test in order to focus the test on the extension ↵Andrew Arnott2008-12-211-0/+2
| | | | binding element.
* Simplest sreg extension test added and passing.Andrew Arnott2008-12-201-179/+182
|
* Added a private Provider association test (dumb mode).Andrew Arnott2008-12-161-0/+1
| | | | Although it passes, we're still cheating on actually validating the signature of the message at the Provider.
* Added nonce and expiration checking to the openid channel stack.Andrew Arnott2008-12-151-0/+1
|
* Split up the signed messages from the auth request/response messages.Andrew Arnott2008-12-141-0/+1
| | | | This allows for supporting the OpenID spec's signed message that do not actually assert a user's identity.
* Work on signing the positive assertion messages.Andrew Arnott2008-12-141-0/+1
|
* Added several tests and fixed a bug.Andrew Arnott2008-12-101-0/+4
|
* Ported Association tests from dotnetopenid.Andrew Arnott2008-12-031-0/+1
|
* Added tests for the Associations class.Andrew Arnott2008-12-011-0/+1
|
* Added a few tests.Andrew Arnott2008-12-011-0/+2
|
* Added discovery and around 60 tests. The discovery and a few other tests ↵Andrew Arnott2008-11-241-0/+33
| | | | still fail, but we're making progress.
* Added the CheckIdRequest message, Realm, and the OpenID spec documents.Andrew Arnott2008-11-221-0/+2
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-1/+1
| | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.
* Added SecuritySettings members to OP and RP classes.Andrew Arnott2008-11-191-0/+2
|
* Recoded the association tests to be parameterized.Andrew Arnott2008-11-191-1/+1
|