Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The OAuth MaximumRequestTokenTimeToLive setting is now configurable ↵ | Andrew Arnott | 2011-03-31 | 6 | -17/+54 |
| | | | | | | programmatically (as well as the web.config way that was already available). Closes #18 | ||||
* | Fixed builds of DotNetOpenAuth that target CLR4. | Andrew Arnott | 2011-02-16 | 1 | -1/+11 |
| | |||||
* | Attempt to make a jittery test more reliable. | Andrew Arnott | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵ | Andrew Arnott | 2010-12-29 | 2 | -1/+1 |
| | | | | | | Extensions property settable inside an ASPX page. Closes #6 | ||||
* | Incremented version number to v3.4.7. | Andrew Arnott | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Yadis discovery that yields a 404 will now try again with caching disabled ↵v3.4.6.10357 | Andrew Arnott | 2010-12-23 | 1 | -1/+18 |
| | | | | | | if the 404 response came from the cache. Closes #4. | ||||
* | NuGet packages now built nightly. Woot! | Andrew Arnott | 2010-12-23 | 3 | -0/+126 |
| | |||||
* | Upgraded build tasks to MSBuild 4.0 references. | Andrew Arnott | 2010-12-22 | 3 | -14/+15 |
| | |||||
* | The nightly build now creates deployable archives of docs and samples in the ↵ | Andrew Arnott | 2010-12-21 | 3 | -1/+103 |
| | | | | .7z format. | ||||
* | Fixed an MSTest-based unit test to be based on NUnit instead. | Andrew Arnott | 2010-12-20 | 2 | -4/+3 |
| | |||||
* | Fix for loading the YAHOO js library (wrong method was called) | chris van de steeg | 2010-11-27 | 1 | -1/+1 |
| | |||||
* | Improved error reporting around ArgumentException reported by: | Andrew Arnott | 2010-11-26 | 3 | -1/+17 |
| | | | | | James A. Davis Pariveda Solutions | ||||
* | Fixed AOL sreg interop bug and added regression test. | Andrew Arnott | 2010-11-24 | 4 | -11/+23 |
| | | | | 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 | 2 | -2/+17 |
| | | | | WebSense will let them through. | ||||
* | Added no-cache headers to all outgoing response messages. | Andrew Arnott | 2010-10-20 | 1 | -1/+9 |
| | |||||
* | Added a provider model to substitute in a means for obtaining URLs that ↵ | Andrew Arnott | 2010-09-15 | 8 | -50/+134 |
| | | | | | | download embedded resource streams. This unblocks dasBlog in their pursuit of a non-Page ASP.NET pipeline. | ||||
* | Exposed OP Endpoint to OpenID RP COM Server. | Andrew Arnott | 2010-09-06 | 1 | -0/+7 |
| | |||||
* | Increase constant time string equality check method tolerance to reduce ↵ | Andrew Arnott | 2010-08-11 | 1 | -1/+1 |
| | | | | false test failures. | ||||
* | Fixed StyleCop error. | Andrew Arnott | 2010-08-11 | 1 | -5/+5 |
| | |||||
* | Fixed UTF8 preambles in reporting. | Andrew Arnott | 2010-08-09 | 1 | -2/+7 |
| | |||||
* | Fixed missing project import check causing build break in the v3.1 branch. | Andrew Arnott | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | Improved error message when hosting test fails. | Andrew Arnott | 2010-08-06 | 1 | -1/+10 |
| | |||||
* | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-08-06 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs src/DotNetOpenAuth.Test/OpenId/RelyingParty/AuthenticationRequestTests.cs src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/IMessageWithBinaryData.cs src/DotNetOpenAuth/OpenId/IIdentifierDiscoveryService.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs src/DotNetOpenAuth/OpenId/RelyingParty/IXrdsProviderEndpointContract.cs | ||||
| * | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-08-06 | 3 | -8/+11 |
| | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. Conflicts: src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs | ||||
| * | Fixed some code contract warnings about contract classes needing to be abstract. | Andrew Arnott | 2010-08-06 | 11 | -17/+245 |
| | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/IMessageWithBinaryData.cs src/DotNetOpenAuth/OpenId/IIdentifierDiscoveryService.cs | ||||
| * | Resolved some CC warnings. | Andrew Arnott | 2010-08-06 | 2 | -13/+0 |
| | | |||||
| * | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-08-06 | 23 | -76/+206 |
| | | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. Conflicts: src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs | ||||
| * | Fixed warnings that show up with new code contracts version. | Andrew Arnott | 2010-08-06 | 2 | -4/+0 |
| | | |||||
| * | Workaround a Code Contracts bug that resulted in a build break. | Andrew Arnott | 2010-08-06 | 1 | -1/+1 |
| | | |||||
| * | .gitignore Resharper. | Andrew Arnott | 2010-08-06 | 1 | -0/+1 |
| | | |||||
| * | Resolved most build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-08-06 | 4 | -4/+29 |
| | | | | | | | | The remaining one I think is a bug in CC. | ||||
| * | Code Contracts upgrade fix. | Andrew Arnott | 2010-08-06 | 1 | -3/+6 |
| | | |||||
* | | Added configuration option to avoid the ?dnoa.userSuppliedIdentifier ↵ | Andrew Arnott | 2010-08-05 | 4 | -3/+33 |
| | | | | | | | | parameter added to authentication requests. | ||||
* | | Fixed NullReferenceException generated from latest git.exe under TeamCity. | Andrew Arnott | 2010-08-02 | 1 | -6/+8 |
| | | |||||
* | | Fixed VSIs to use the 2008 projects. | Andrew Arnott | 2010-07-21 | 1 | -4/+19 |
| | | |||||
* | | Downgrading VS2010 sample projects to VS2008 now happens by creating NEW ↵ | Andrew Arnott | 2010-07-21 | 1 | -3/+44 |
| | | | | | | | | | | | | project and solution files rather than wiping out the VS2010 ones. So now VS2008 and VS2010 users have solutions and projects they can open immediately. | ||||
* | | Fixed sample project downgrade to remove EnlistmentInfo imports that aren't ↵ | Andrew Arnott | 2010-07-21 | 2 | -1/+7 |
| | | | | | | | | supported in MSBuild v3.5. | ||||
* | | Incremented version to v3.4.6. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | | |||||
* | | Incremented version to v3.4.5. | Andrew Arnott | 2010-07-20 | 1 | -1/+1 |
| | | |||||
* | | 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 | 3 | -8/+6 |
| | | | | | | | | 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 | 11 | -9/+19 |
|\ \ | |/ | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| * | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-07-19 | 12 | -13/+44 |
| |\ | |||||
| | * | Merge branch 'v3.1' into v3.2 | Andrew Arnott | 2010-07-19 | 15 | -19/+50 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | * | Merge branch 'v3.0' into v3.1 | Andrew Arnott | 2010-07-19 | 15 | -19/+50 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs | ||||
| | | | * | Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵ | Andrew Arnott | 2010-06-27 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | |||||
| | | | * | Fixed typo in comments. | Andrew Arnott | 2010-05-15 | 3 | -6/+6 |
| | | | | | |||||
| | | | * | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 2 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | ||||
| * | | | | Removed Identifier.OriginalString from the public API to avoid generating ↵ | Andrew Arnott | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | confusion with users. | ||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-07-19 | 1 | -8/+9 |
| | | | | | |||||
* | | | | | Applied signature equality check timing fix to OAuth. | Andrew Arnott | 2010-07-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added a bit more timing text to the test. | Andrew Arnott | 2010-07-16 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | comment fix | Andrew Arnott | 2010-07-15 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fixed message expiration check to also disallow post-dated timestamps. | Andrew Arnott | 2010-07-15 | 4 | -3/+37 |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+100 |
| | | | | | |||||
* | | | | | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 26 | -69/+197 |
| | | | | | | | | | | | | | | | | | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | | | | | Fixed warnings that show up with new code contracts version. | Andrew Arnott | 2010-07-03 | 3 | -6/+0 |
| | | | | | |||||
* | | | | | Added a legitimate project configuration and its own intermediate directory ↵ | Andrew Arnott | 2010-06-24 | 2 | -3/+61 |
| | | | | | | | | | | | | | | | | | | | | for a no-UI version of the DLL. | ||||
* | | | | | Project can no build optionally without UI controls. | Andrew Arnott | 2010-06-24 | 1 | -23/+29 |
| | | | | | |||||
* | | | | | Fixes support for OpenID RP controls' ReturnToUrl property to receive values ↵ | unknown | 2010-06-22 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting with "~/" Fixes Trac #204 | ||||
* | | | | | When the parent window throws an error in an invocation from the child ↵ | unknown | 2010-06-21 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | window, it no longer prevents the child window from closing itself. | ||||
* | | | | | Fixed some issues when multiple OpenIdLogin controls are present on the same ↵ | Andrew Arnott | 2010-06-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | page. | ||||
* | | | | | Fixed NullReferenceException that can occur. | Andrew Arnott | 2010-06-17 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Added regression test for bug fixed in 07ca685b32. | Andrew Arnott | 2010-06-16 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Corrected regression caused by 07ca685b321e. | Andrew Arnott | 2010-06-16 | 1 | -4/+3 |
| | | | | | |||||
* | | | | | Fixed exceptions from SimpleUri when handling user-supplied identifiers ↵ | Andrew Arnott | 2010-06-15 | 1 | -14/+34 |
| | | | | | | | | | | | | | | | | | | | | given in non-normalized form. | ||||
* | | | | | Fix for OpenIdLogin.EnableViewState="false" for validation control unhandled ↵ | Andrew Arnott | 2010-06-15 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception. Fixes Trac #201 | ||||
* | | | | | A new ohloh.proj project builds the Ohloh instruct file and upload script ↵ | Andrew Arnott | 2010-06-11 | 4 | -2/+155 |
| | | | | | | | | | | | | | | | | | | | | now. Woot. | ||||
* | | | | | A little cleanup. | Andrew Arnott | 2010-06-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fixed build after code contracts upgrade. | Andrew Arnott | 2010-06-11 | 2 | -15/+18 |
| | | | | | |||||
* | | | | | Added documentation for the config setting added in b16ab6be9av3.4.4.10162 | Andrew Arnott | 2010-06-11 | 1 | -0/+12 |
| | | | | | |||||
* | | | | | Resolved some CC warnings. | Andrew Arnott | 2010-06-10 | 2 | -13/+0 |
| | | | | | |||||
* | | | | | Fixed some code contract warnings about contract classes needing to be abstract. | Andrew Arnott | 2010-06-10 | 10 | -16/+46 |
| | | | | | |||||
* | | | | | Resolved build breaks after upgrading Code Contracts. | Andrew Arnott | 2010-06-10 | 4 | -27/+31 |
| | | | | | |||||
* | | | | | Added IRequest.ClearResponseExtensions() for OPs | Andrew Arnott | 2010-06-10 | 4 | -1/+51 |
| | | | | | | | | | | | | | | | | | | | | Resolves Trac #181 | ||||
* | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-06-08 | 4 | -8/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-06-08 | 1 | -0/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Made UIRequest serializable, like all the other OpenID extension request ↵ | Andrew Arnott | 2010-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | messages. | ||||
| * | | | | Fixed typo in comments. | Andrew Arnott | 2010-05-15 | 3 | -8/+8 |
| | | | | | |||||
* | | | | | Oops... the last fix wasn't quite right. | Andrew Arnott | 2010-06-08 | 1 | -4/+8 |
| | | | | | |||||
* | | | | | The enter key no longer suppresses form submit on other forms on the page. | Andrew Arnott | 2010-06-08 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | Fixes Trac #200. Thanks for the bug report, Scott Hanselman. | ||||
* | | | | | OpenIdAjaxOptions now allows an MVC app to specify a form name instead of ↵ | Andrew Arnott | 2010-06-08 | 3 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only a form index. Thanks Gísli K. Björnsson for the tip. | ||||
* | | | | | StyleCop fixes. | Andrew Arnott | 2010-06-08 | 3 | -4/+3 |
| | | | | | |||||
* | | | | | Merging in interoperability work for Blogger and other lesser OPs. | Andrew Arnott | 2010-06-08 | 4 | -4/+35 |
|\ \ \ \ \ | |||||
| * | | | | | Put the strictness controls behind a switch so it doesn't require its own ↵ | Andrew Arnott | 2010-06-08 | 2 | -1/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | branch. | ||||
| * | | | | | Merged in v3.4.3. | Andrew Arnott | 2010-04-16 | 43 | -284/+1005 |
| |\ \ \ \ \ | |||||
| * | | | | | | Message parts with constant values are no longer strict about capitalization. | Andrew Arnott | 2010-03-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | This allows RPs to allow poor OPs to include empty openid.invalidate_handle ↵ | Andrew Arnott | 2010-03-22 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments. Blogger issues positive assertions to stateless RPs with empty openid.invalidate_handle parameters. | ||||
* | | | | | | | Logging now better represents the original (unprocessed) message. | Andrew Arnott | 2010-05-28 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Fix FxCop message. | Andrew Arnott | 2010-05-28 | 1 | -0/+15 |
| | | | | | | | |||||
* | | | | | | | Fix for outgoing check_auth messages so they don't modify positive assertion ↵ | Andrew Arnott | 2010-05-28 | 11 | -34/+166 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages causing invalid signatures. Fixes Trac #198 | ||||
* | | | | | | | Stabilized reference paths and removed HintPaths. | Andrew Arnott | 2010-05-28 | 2 | -14/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is work for targeting .NET 4.0. | ||||
* | | | | | | | We no longer emit a warning when dropping null keys with null or empty values. | Andrew Arnott | 2010-05-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #194 | ||||
* | | | | | | | StyleCop fixes. | Andrew Arnott | 2010-05-08 | 1 | -2/+1 |
| | | | | | | | |||||
* | | | | | | | Fix for UIRequest.Icon deserialization exception due to nullable struct types. | Andrew Arnott | 2010-05-08 | 3 | -6/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Trac #195 | ||||
* | | | | | | | Merge branch 'v3.3' into v3.4 | Andrew Arnott | 2010-05-06 | 2 | -10/+10 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'v3.2' into v3.3 | Andrew Arnott | 2010-05-06 | 2 | -10/+10 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | |