summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make a jittery test more reliable.Andrew Arnott2010-12-291-1/+1
|
* Fixed an MSTest-based unit test to be based on NUnit instead.Andrew Arnott2010-12-202-4/+3
|
* Fixed AOL sreg interop bug and added regression test.Andrew Arnott2010-11-241-0/+12
| | | | Thanks Dan Friedmann for finding this issue.
* Fixed failing unit test.Andrew Arnott2010-10-201-1/+1
|
* Added a response stream to 301 redirect messages so that filters like ↵Andrew Arnott2010-10-201-0/+2
| | | | WebSense will let them through.
* Increase constant time string equality check method tolerance to reduce ↵Andrew Arnott2010-08-111-1/+1
| | | | false test failures.
* Improved error message when hosting test fails.Andrew Arnott2010-08-061-1/+10
|
* StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-201-1/+1
|
* 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.
* Added NUnit runner to the repo.Andrew Arnott2010-07-191-1/+1
|
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-07-199-8/+16
|\ | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| * Merge branch 'v3.2' into v3.3Andrew Arnott2010-07-1910-9/+22
| |\
| | * Merge branch 'v3.1' into v3.2Andrew Arnott2010-07-1910-9/+22
| | |\ | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | | * Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-1910-9/+22
| | | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | | | * Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵Andrew Arnott2010-06-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207
| | | | * Fixed the namespace of several tests.Andrew Arnott2010-06-279-8/+9
| | | | |
| | | | * Fix for UIRequest.Icon deserialization exception due to nullable struct types.Andrew Arnott2010-05-081-1/+6
| | | | | | | | | | | | | | | | | | | | Fixes Trac #195
* | | | | StyleCop fixes.Andrew Arnott2010-07-191-8/+9
| | | | |
* | | | | Added a bit more timing text to the test.Andrew Arnott2010-07-161-0/+1
| | | | |
* | | | | Fixed message expiration check to also disallow post-dated timestamps.Andrew Arnott2010-07-151-1/+15
| | | | | | | | | | | | | | | | | | | | This is a security mitigation for those who are trying to brute force a message signature, and might otherwise give themselves a huge time window by setting a nonce date far into the future.
* | | | | Fix for timing-dependent HMAC signature equality check.Andrew Arnott2010-07-141-2/+62
| | | | |
* | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-0917-68/+49
| | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* | | | | Added regression test for bug fixed in 07ca685b32.Andrew Arnott2010-06-161-0/+4
| | | | |
* | | | | Resolved build breaks after upgrading Code Contracts.Andrew Arnott2010-06-101-1/+14
| | | | |
* | | | | StyleCop fixes.Andrew Arnott2010-06-081-1/+1
| | | | |
* | | | | Fix for outgoing check_auth messages so they don't modify positive assertion ↵Andrew Arnott2010-05-282-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages causing invalid signatures. Fixes Trac #198
* | | | | Stabilized reference paths and removed HintPaths.Andrew Arnott2010-05-281-11/+3
| | | | | | | | | | | | | | | | | | | | This is work for targeting .NET 4.0.
* | | | | Fix for UIRequest.Icon deserialization exception due to nullable struct types.Andrew Arnott2010-05-082-2/+24
| | | | | | | | | | | | | | | | | | | | Fixes Trac #195
* | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-05-061-9/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-05-061-9/+9
| |\ \ \ \ | | |/ / /
| | * | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵Andrew Arnott2010-05-061-9/+9
| | | | | | | | | | | | | | | | | | | | able to respond to AX-carrying auth requests.
* | | | | Added more fragment tests.Andrew Arnott2010-03-301-1/+9
| | | | |
* | | | | Fixed equality checks for the problematic URIs, and added a regression test ↵Andrew Arnott2010-03-301-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for it. Also added reporting of full vs. partial trust hosting.
* | | | | Added another regression test for this problematic identifiers.Andrew Arnott2010-03-301-0/+21
| | | | |
* | | | | Added escaping normalization for Path part in SimpleUri class.Andrew Arnott2010-03-301-0/+5
| | | | |
* | | | | Finished getting a reasonable story for partial trust scenarios with the ↵Andrew Arnott2010-03-301-27/+74
| | | | | | | | | | | | | | | | | | | | problematic URI paths.
* | | | | In full trust environments, it seems that identifiers trailing periods in ↵Andrew Arnott2010-03-301-0/+26
| | | | | | | | | | | | | | | | | | | | path segments work now.
* | | | | Added another test narrowing down the interoperability problem with Yahoo.Andrew Arnott2010-03-301-0/+22
| | | | |
* | | | | Slight test adjustment.Andrew Arnott2010-03-302-4/+1
| | | | |
* | | | | Fixed build breaks introduced by last merge.Andrew Arnott2010-03-171-1/+1
| | | | |
* | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-173-2/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-03-173-2/+8
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | * | | Fixed bug in AXFetchAsSregTransform behavior that would cause an ↵Andrew Arnott2010-02-141-0/+6
| | | | | | | | | | | | | | | | | | | | InvalidCastException at the OP for negative responses.
| | * | | Fixed inconsistent namespaces.Andrew Arnott2010-02-142-2/+2
| | | | |
* | | | | Fixed XRDS discovery no longer prevents HTML discovery from succeeding.Andrew Arnott2010-03-154-0/+43
| | | | | | | | | | | | | | | | | | | | Fixes Trac #186
* | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-02-132-1/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * | | | Fixed parsing the Content-Type header in a couple places.Andrew Arnott2010-02-022-1/+4
| | | | | | | | | | | | | | | | | | | | Fixed a few failing unit tests.
* | | | | Upgraded to VS2010.Andrew Arnott2010-02-10102-855/+892
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4
| * \ \ \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-175-102/+93
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/Messaging/MultiPartPostPartTests.cs src/DotNetOpenAuth.sln src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OAuth/OAuthStrings.Designer.cs
| * | | | | | Fixed StyleCop messages.Andrew Arnott2010-01-171-10/+10
| | | | | | |
| * | | | | | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-0912-27/+27
| |\ \ \ \ \ \
| | * | | | | | Fixed a bunch of NUnit warnings.Andrew Arnott2010-01-0912-27/+27
| | | | | | | |
| * | | | | | | 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-082-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version.
| * | | | | | | Merge branch 'nunit' into master-Dev10Andrew Arnott2010-01-08102-841/+841
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fixed ASP.NET hosting to be flexible about where it is executed from.Andrew Arnott2010-01-081-1/+11
| | | | | | | |
| | * | | | | | Removed duplicate using statement.Andrew Arnott2010-01-071-1/+0
| | | | | | | |
| | * | | | | | Removed MSTest project type GUID and wired up NUnit in build.proj.Andrew Arnott2010-01-061-2/+1
| | | | | | | |
| | * | | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-064-8/+8
| | | | | | | |
| | * | | | | | Fixed ASP.NET hosting tests.Andrew Arnott2010-01-063-5/+5
| | | | | | | |
| | * | | | | | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-06102-836/+825
| | | | | | | |
| | * | | | | | First test converted to NUnit.Andrew Arnott2010-01-062-4/+7
| | | | | | | |
| * | | | | | | 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-073-7/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/InfoCard/Token/Token.cs src/DotNetOpenAuth/Messaging/Channel.cs src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs src/DotNetOpenAuth/OpenId/Realm.cs
| * \ \ \ \ \ \ \ \ Merge branch 'master' into master-Dev10Andrew Arnott2010-01-0620-897/+1089
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | 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-032-1/+41
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not serializable. Also added a test to verify fix.
* | | | | | | | | Merge branch 'v3.3' into v3.4Andrew Arnott2010-01-143-3/+54
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb src/DotNetOpenAuth.vsmdi
| * | | | | | | | OAuth now supports HEAD HTTP method, and won't throw unhandled exception on ↵Andrew Arnott2010-01-123-3/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169
* | | | | | | | | Merge branch 'v3.3'Andrew Arnott2010-01-113-99/+39
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | / / / / | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fixes StyleCop issues.Andrew Arnott2010-01-111-1/+1
| | | | | | | |
| * | | | | | | Fixed multipart POST method to indicate files are not form-data.Andrew Arnott2010-01-111-0/+9
| | | | | | | |
| * | | | | | | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵Andrew Arnott2010-01-111-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apparently is NOT valid.
| * | | | | | | Ridding the duplicate file entry.Andrew Arnott2010-01-111-99/+0
| | | | | | | |
* | | | | | | | 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 Arnott2010-01-073-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'v3.2' into v3.3Andrew Arnott2010-01-073-7/+7
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-2/+2
| | | | |
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-072-5/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-072-5/+5
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | | | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-072-5/+5
| | | | |
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-131-0/+56
| | |\ \ \ | | | |/ /
| | | * | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-091-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-271-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/InfoCardRelyingParty/Site.Master samples/OpenIdProviderWebForms/Site.Master samples/OpenIdRelyingPartyClassicAsp/MembersOnly.asp samples/OpenIdRelyingPartyClassicAsp/default.asp samples/OpenIdRelyingPartyClassicAsp/login.asp samples/OpenIdRelyingPartyWebForms/Site.Master src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/Extensions/ExtensionsInteropHelper.cs
| * | | | Fixed NullReferenceException from reporting during unit tests.Andrew Arnott2009-12-261-0/+2
| | | | |
* | | | | Merge branch 'v3.3'Andrew Arnott2009-12-132-2/+56
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
| * | | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-091-0/+56
| | | | | | | | | | | | | | | | | | | | StyleCop.
| * | | | 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.
| * | | | Merge branch 'v3.2' into v3.3Andrew Arnott2009-12-011-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-011-1/+3
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-011-1/+3
| | | |\ \ | | | | |/
| | | | * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | | | |
* | | | | Worked around publicize/ccrewrite build break that only appears on build server.Andrew Arnott2009-12-011-3/+3
| | | | |
* | | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵Andrew Arnott2009-11-304-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced.
* | | | | Merge branch 'master' into extensibleDiscoveryAndrew Arnott2009-11-272-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
| * | | | | Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| |/ / / /