Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many more unit test build fixes and product touch-ups. | Andrew Arnott | 2013-03-07 | 1 | -23/+30 |
| | |||||
* | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 1 | -26/+28 |
| | |||||
* | Unit test compile error fixes. | Andrew Arnott | 2013-03-03 | 1 | -28/+30 |
| | |||||
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 1 | -24/+24 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 1 | -9/+9 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | 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. | ||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -2/+1 |
| | | | | 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 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -45/+45 |
| | |||||
* | Fixed up all tests so they pass. | Andrew Arnott | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | Fixes OpenID and OAuth URL data string encoding to follow RFC 3986 instead ↵ | Andrew Arnott | 2009-05-11 | 1 | -2/+2 |
| | | | | | | of RFC 2396. While this probably won't fix any interop issues with OpenID, it IS anticipated to fix interop issues with OAuth since the generated signature base string will be different if any of these symbols show up in the string: !*'() | ||||
* | Renamed a couple of methods: | Andrew Arnott | 2009-03-15 | 1 | -1/+1 |
| | | | | | PrepareMessageForSending -> ProcessOutgoingMessage VerifyMessageAfterReceiving -> ProcessIncomingMessage | ||||
* | Renamed some methods on the Channel class to be more consistent. | Andrew Arnott | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Renamed UserAgentResponse to OutgoingWebResponse, and DirectWebResponse to ↵ | Andrew Arnott | 2009-03-15 | 1 | -2/+2 |
| | | | | IncomingWebResponse. | ||||
* | Applied fix for HTTP verb enforcement required by OpenID 2.0 section 5.1.1. | Andrew Arnott | 2009-03-10 | 1 | -0/+11 |
| | |||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 1 | -9/+9 |
| | | | | Send method. | ||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 1 | -292/+292 |
| | |||||
* | Added new OpenID 1.x compatibility-supporting binding elements. | Andrew Arnott | 2008-12-24 | 1 | -290/+292 |
| | | | | | | | This adds: * callback arg support * signed return_to to verify callback args and URL are untampered with * Custom nonces to protect RPs against replay attacks when working with 1.0 OPs. | ||||
* | A touch of refactoring and C# warning resolution. | Andrew Arnott | 2008-11-24 | 1 | -2/+2 |
| | |||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -5/+5 |
| | | | | 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. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+290 |