Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to make a jittery test more reliable. | Andrew Arnott | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Fixed an MSTest-based unit test to be based on NUnit instead. | Andrew Arnott | 2010-12-20 | 2 | -4/+3 |
| | |||||
* | Fixed AOL sreg interop bug and added regression test. | Andrew Arnott | 2010-11-24 | 1 | -0/+12 |
| | | | | Thanks Dan Friedmann for finding this issue. | ||||
* | Fixed failing unit test. | Andrew Arnott | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | Added a response stream to 301 redirect messages so that filters like ↵ | Andrew Arnott | 2010-10-20 | 1 | -0/+2 |
| | | | | WebSense will let them through. | ||||
* | Increase constant time string equality check method tolerance to reduce ↵ | Andrew Arnott | 2010-08-11 | 1 | -1/+1 |
| | | | | false test failures. | ||||
* | Improved error message when hosting test fails. | Andrew Arnott | 2010-08-06 | 1 | -1/+10 |
| | |||||
* | StyleCop fixes that only appeared when building at the command line. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | Added StyleCop to toolset and regular command line build. | Andrew Arnott | 2010-07-19 | 1 | -0/+2 |
| | | | | As part of this, all projects now import EnlistmentInfo.props and .targets. | ||||
* | Added NUnit runner to the repo. | Andrew Arnott | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-07-19 | 9 | -8/+16 |
|\ | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 10 | -9/+22 |
| |\ | |||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 10 | -9/+22 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 10 | -9/+22 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | | * | Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵ | Andrew Arnott | 2010-06-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207 | ||||
| | | | * | Fixed the namespace of several tests. | Andrew Arnott | 2010-06-27 | 9 | -8/+9 |
| | | | | | |||||
| | | | * | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | ||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-07-19 | 1 | -8/+9 |
| | | | | | |||||
* | | | | | Added a bit more timing text to the test. | Andrew Arnott | 2010-07-16 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Fixed message expiration check to also disallow post-dated timestamps. | Andrew Arnott | 2010-07-15 | 1 | -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 Arnott | 2010-07-14 | 1 | -2/+62 |
| | | | | | |||||
* | | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 17 | -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 Arnott | 2010-06-16 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Resolved build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-06-10 | 1 | -1/+14 |
| | | | | | |||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-06-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix for outgoing check_auth messages so they don't modify positive assertion ↵ | Andrew Arnott | 2010-05-28 | 2 | -5/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages causing invalid signatures. Fixes Trac #198 | ||||
* | | | | | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 1 | -11/+3 |
| | | | | | | | | | | | | | | | | | | | | This is work for targeting .NET 4.0. | ||||
* | | | | | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 2 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | ||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-05-06 | 1 | -9/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-06 | 1 | -9/+9 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵ | Andrew Arnott | 2010-05-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | able to respond to AX-carrying auth requests. | ||||
* | | | | | Added more fragment tests. | Andrew Arnott | 2010-03-30 | 1 | -1/+9 |
| | | | | | |||||
* | | | | | Fixed equality checks for the problematic URIs, and added a regression test ↵ | Andrew Arnott | 2010-03-30 | 1 | -13/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for it. Also added reporting of full vs. partial trust hosting. | ||||
* | | | | | Added another regression test for this problematic identifiers. | Andrew Arnott | 2010-03-30 | 1 | -0/+21 |
| | | | | | |||||
* | | | | | Added escaping normalization for Path part in SimpleUri class. | Andrew Arnott | 2010-03-30 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Finished getting a reasonable story for partial trust scenarios with the ↵ | Andrew Arnott | 2010-03-30 | 1 | -27/+74 |
| | | | | | | | | | | | | | | | | | | | | problematic URI paths. | ||||
* | | | | | In full trust environments, it seems that identifiers trailing periods in ↵ | Andrew Arnott | 2010-03-30 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | path segments work now. | ||||
* | | | | | Added another test narrowing down the interoperability problem with Yahoo. | Andrew Arnott | 2010-03-30 | 1 | -0/+22 |
| | | | | | |||||
* | | | | | Slight test adjustment. | Andrew Arnott | 2010-03-30 | 2 | -4/+1 |
| | | | | | |||||
* | | | | | Fixed build breaks introduced by last merge. | Andrew Arnott | 2010-03-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-03-17 | 3 | -2/+8 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs | ||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-03-17 | 3 | -2/+8 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs | ||||
| | * | | | Fixed bug in AXFetchAsSregTransform behavior that would cause an ↵ | Andrew Arnott | 2010-02-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | InvalidCastException at the OP for negative responses. | ||||
| | * | | | Fixed inconsistent namespaces. | Andrew Arnott | 2010-02-14 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Fixed XRDS discovery no longer prevents HTML discovery from succeeding. | Andrew Arnott | 2010-03-15 | 4 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #186 | ||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-02-13 | 2 | -1/+4 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb | ||||
| * | | | | Fixed parsing the Content-Type header in a couple places. | Andrew Arnott | 2010-02-02 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Fixed a few failing unit tests. | ||||
* | | | | | Upgraded to VS2010. | Andrew Arnott | 2010-02-10 | 102 | -855/+892 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/v3.4-Dev10' into v3.4 | ||||
| * \ \ \ \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-17 | 5 | -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 Arnott | 2010-01-17 | 1 | -10/+10 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-09 | 12 | -27/+27 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fixed a bunch of NUnit warnings. | Andrew Arnott | 2010-01-09 | 12 | -27/+27 |
| | | | | | | | | |||||
| * | | | | | | | NUnit project now builds while targeting both v3.5 and v4.0. | Andrew Arnott | 2010-01-08 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | Replacing the Shadow accessor generation with our own multi-targeting ready ↵ | Andrew Arnott | 2010-01-08 | 2 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version. | ||||
| * | | | | | | | Merge branch 'nunit' into master-Dev10 | Andrew Arnott | 2010-01-08 | 102 | -841/+841 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Fixed ASP.NET hosting to be flexible about where it is executed from. | Andrew Arnott | 2010-01-08 | 1 | -1/+11 |
| | | | | | | | | |||||
| | * | | | | | | Removed duplicate using statement. | Andrew Arnott | 2010-01-07 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | Removed MSTest project type GUID and wired up NUnit in build.proj. | Andrew Arnott | 2010-01-06 | 1 | -2/+1 |
| | | | | | | | | |||||
| | * | | | | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-06 | 4 | -8/+8 |
| | | | | | | | | |||||
| | * | | | | | | Fixed ASP.NET hosting tests. | Andrew Arnott | 2010-01-06 | 3 | -5/+5 |
| | | | | | | | | |||||
| | * | | | | | | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 102 | -836/+825 |
| | | | | | | | | |||||
| | * | | | | | | First test converted to NUnit. | Andrew Arnott | 2010-01-06 | 2 | -4/+7 |
| | | | | | | | | |||||
| * | | | | | | | Touching up how CLR 4 is conditioned in the build. | Andrew Arnott | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-08 | 1 | -9/+7 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth/DotNetOpenAuth.csproj | ||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into master-Dev10 | Andrew Arnott | 2010-01-07 | 3 | -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-Dev10 | Andrew Arnott | 2010-01-06 | 20 | -897/+1089 |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Post-upgrade build break fix: Removed own Microsoft.Contracts.dll and reference | Andrew Arnott | 2010-01-05 | 1 | -4/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Solution upgraded (MVC projects won't upgrade at this point). | Andrew Arnott | 2010-01-05 | 1 | -4/+49 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fixed OpenIdAjaxTextBox that broke because ProviderEndpointDescription was ↵ | Andrew Arnott | 2010-02-03 | 2 | -1/+41 |
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not serializable. Also added a test to verify fix. | ||||
* | | | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-01-14 | 3 | -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 Arnott | 2010-01-12 | 3 | -3/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrecognized HTTP methods any more. Fixes Trac #169 | ||||
* | | | | | | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-11 | 3 | -99/+39 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | / / / / | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fixed multipart POST method to indicate files are not form-data. | Andrew Arnott | 2010-01-11 | 1 | -0/+9 |
| | | | | | | | | |||||
| * | | | | | | | Fixed multipart POST so that it doesn't include a leading \r\n, which ↵ | Andrew Arnott | 2010-01-11 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apparently is NOT valid. | ||||
| * | | | | | | | Ridding the duplicate file entry. | Andrew Arnott | 2010-01-11 | 1 | -99/+0 |
| | | | | | | | | |||||
* | | | | | | | | Remodeled some of our build scripts after the new VC project system's .props ↵ | Andrew Arnott | 2010-01-08 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and .targets pattern. | ||||
* | | | | | | | | Added a product-wide .props and .targets file. | Andrew Arnott | 2010-01-07 | 1 | -3/+4 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'v3.3' | Andrew Arnott | 2010-01-07 | 3 | -7/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | | | |||||
| * | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-01-07 | 3 | -7/+7 |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | |||||
| | * | | | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-01-07 | 2 | -5/+5 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-01-07 | 2 | -5/+5 |
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs | ||||
| | | | * | Fixed new StyleCop issues that cropped up (by installing Dev10?) | Andrew Arnott | 2010-01-07 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-13 | 1 | -0/+56 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs | ||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-27 | 1 | -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 Arnott | 2009-12-26 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge branch 'v3.3' | Andrew Arnott | 2009-12-13 | 2 | -2/+56 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt | ||||
| * | | | | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵ | Andrew Arnott | 2009-12-09 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | StyleCop. | ||||
| * | | | | Simplified the requirements for signing using an alternate key. | Andrew Arnott | 2009-12-05 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Made allowance for the public delay-signing key to be changed for someone ↵ | Andrew Arnott | 2009-12-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | else's. | ||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2009-12-01 | 1 | -1/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Worked around publicize/ccrewrite build break that only appears on build server. | Andrew Arnott | 2009-12-01 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're ↵ | Andrew Arnott | 2009-11-30 | 4 | -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 extensibleDiscovery | Andrew Arnott | 2009-11-27 | 2 | -2/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs | ||||
| * | | | | | Added some diagnostic logging to TestPublic test. | Andrew Arnott | 2009-11-20 | 1 | -1/+3 |
| |/ / / / |