Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 26 | -564/+256 | |
| | | | | into OpenIdTestBase. | |||||
* | Added/fixed ASP.NET basic hosting in the unit tests and added one test to ↵ | Andrew Arnott | 2009-01-29 | 10 | -465/+562 | |
| | | | | verify. | |||||
* | Fixed failing unit tests. | Andrew Arnott | 2009-01-26 | 1 | -1/+0 | |
| | ||||||
* | FxCop fixes. | Andrew Arnott | 2009-01-26 | 26 | -602/+700 | |
| | ||||||
* | Avoid copying HTTP headers that must be set via properties. | Andrew Arnott | 2009-01-26 | 1 | -1/+3 | |
| | ||||||
* | Added HTTP cache control to Channel, with a default to ignore cache for ↵ | Andrew Arnott | 2009-01-26 | 1 | -0/+22 | |
| | | | | direct requests. | |||||
* | Fixed bugs with interoping with OpenID 1.x. | Andrew Arnott | 2009-01-26 | 2 | -2/+2 | |
| | ||||||
* | Set version number to 3.0. | Andrew Arnott | 2009-01-25 | 1 | -1/+1 | |
| | ||||||
* | Enhanced message logging. | Andrew Arnott | 2009-01-25 | 2 | -2/+20 | |
| | ||||||
* | Fixed bug in OpenID message signing and added regression test. | Andrew Arnott | 2009-01-25 | 2 | -1/+23 | |
| | ||||||
* | Fixed bug where signing assumed that all signed responses were positive ↵ | Andrew Arnott | 2009-01-25 | 1 | -1/+1 | |
| | | | | assertions. | |||||
* | Worked around CLR's VerificationException. | Andrew Arnott | 2009-01-25 | 1 | -1/+4 | |
| | ||||||
* | Fixed network stream caching. | Andrew Arnott | 2009-01-25 | 1 | -0/+1 | |
| | ||||||
* | Fixed config section loader when no config section exists. | Andrew Arnott | 2009-01-25 | 1 | -1/+1 | |
| | ||||||
* | Added sreg client javascript support for responses. | Andrew Arnott | 2009-01-25 | 4 | -109/+129 | |
| | ||||||
* | Added the OpenIdMobileTextBox ASP.NET control. | Andrew Arnott | 2009-01-24 | 4 | -4/+751 | |
| | ||||||
* | Ported OpenID relying party COM server component from DotNetOpenId. | Andrew Arnott | 2009-01-24 | 3 | -0/+224 | |
| | ||||||
* | Provider now sets user_setup_url on negative assertion responses to ↵ | Andrew Arnott | 2009-01-24 | 4 | -48/+115 | |
| | | | | checkid_immediate. | |||||
* | Added the IdentityEndpoint ASP.NET control. | Andrew Arnott | 2009-01-24 | 4 | -61/+361 | |
| | ||||||
* | Added the OpenIdAjaxTextBox control. | Andrew Arnott | 2009-01-24 | 17 | -469/+2583 | |
| | ||||||
* | Added the OpenIdLogin ASP.NET control. | Andrew Arnott | 2009-01-24 | 2 | -0/+805 | |
| | ||||||
* | Added the OpenIdTextBox ASP.NET control. | Andrew Arnott | 2009-01-24 | 9 | -0/+1279 | |
| | ||||||
* | Added the XrdsPublisher ASP.NET control. | Andrew Arnott | 2009-01-23 | 3 | -0/+235 | |
| | ||||||
* | Added ProviderEndpoint ASP.NET control. | Andrew Arnott | 2009-01-23 | 3 | -0/+162 | |
| | ||||||
* | Added AuthenticationRequest.IsReturnUrlDiscoverable test. | Andrew Arnott | 2009-01-23 | 2 | -0/+31 | |
| | ||||||
* | StyleCop fixes | Andrew Arnott | 2009-01-23 | 2 | -474/+476 | |
| | ||||||
* | Refactored association management functions from the OpenIdRelyingParty ↵ | Andrew Arnott | 2009-01-23 | 12 | -290/+422 | |
| | | | | class into an AssociationManager class. | |||||
* | UntrustedWebRequestHandler now throws ProtocolException instead of ↵ | Andrew Arnott | 2009-01-23 | 1 | -1/+2 | |
| | | | | ArgumentException on disallowed URIs so clients will expect to catch it. | |||||
* | StyleCop fixes | Andrew Arnott | 2009-01-23 | 4 | -32/+33 | |
| | ||||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 13 | -39/+56 | |
| | | | | Send method. | |||||
* | Lots of little bug fixes, and added a (finally!) passing test for unsigned ↵ | Andrew Arnott | 2009-01-21 | 9 | -65/+129 | |
| | | | | extensions being ignored. | |||||
* | Added detection of multi-threading issues in the OpenIdCoordinator. | Andrew Arnott | 2009-01-20 | 1 | -4/+5 | |
| | ||||||
* | Fixed a few assumptions that all indirect signed responses were positive ↵ | Andrew Arnott | 2009-01-20 | 3 | -4/+10 | |
| | | | | assertions. | |||||
* | Added SecuritySetting options on both OP and RP to control extension signing ↵ | Andrew Arnott | 2009-01-20 | 8 | -33/+121 | |
| | | | | behavior and enforcement. | |||||
* | Unsigned extensions in responses are now ignored. | Andrew Arnott | 2009-01-19 | 4 | -63/+91 | |
| | ||||||
* | All ExtraData, including extensions, are now signed in OP signed responses. | Andrew Arnott | 2009-01-19 | 4 | -1/+88 | |
| | ||||||
* | Enabled the rest of the association tests. | Andrew Arnott | 2009-01-19 | 9 | -65/+111 | |
| | ||||||
* | Enabled and added several more associate renegotiate tests. | Andrew Arnott | 2009-01-19 | 4 | -71/+172 | |
| | ||||||
* | Enabled another associate renegotiate test. | Andrew Arnott | 2009-01-19 | 2 | -3/+24 | |
| | ||||||
* | Added associate renegotiate capability to RP. | Andrew Arnott | 2009-01-18 | 9 | -133/+324 | |
| | | | | Enabled one of the basic renegotiate tests. | |||||
* | StyleCop clean. | Andrew Arnott | 2009-01-18 | 13 | -216/+279 | |
| | ||||||
* | PAPE tests ported, and all tests pass. | Andrew Arnott | 2009-01-17 | 10 | -213/+172 | |
| | ||||||
* | Hooked up PAPE extension factory methods. | Andrew Arnott | 2009-01-17 | 7 | -47/+43 | |
| | ||||||
* | Made the AXUtilities class static. | Andrew Arnott | 2009-01-17 | 1 | -1/+1 | |
| | ||||||
* | Initial half-port of PAPE extension. | Andrew Arnott | 2009-01-17 | 15 | -0/+1292 | |
| | ||||||
* | Added GetHashCode() methods to the AX classes, and fixed their Equals methods. | Andrew Arnott | 2009-01-17 | 9 | -110/+363 | |
| | | | | StyleCop clean. | |||||
* | AX feature complete, with tests passing. | Andrew Arnott | 2009-01-17 | 20 | -521/+1327 | |
| | ||||||
* | Added MessagingUtilities.AreEquivalentUnordered. | Andrew Arnott | 2009-01-17 | 4 | -14/+32 | |
| | ||||||
* | Added better fault tolerance to test Coordinator. | Andrew Arnott | 2009-01-17 | 1 | -0/+9 | |
| | ||||||
* | Added IMessageWithEvents for messages that need to do custom serialization. | Andrew Arnott | 2009-01-17 | 4 | -0/+53 | |
| | ||||||
* | Added support for message types to contain const fields to represent message ↵ | Andrew Arnott | 2009-01-17 | 2 | -2/+6 | |
| | | | | parts that should have a constant value. | |||||
* | Added a half-port of the AX extension from DotNetOpenId. | Andrew Arnott | 2009-01-16 | 11 | -0/+1083 | |
| | ||||||
* | Made ExtensionBase slightly more tolerant. | Andrew Arnott | 2009-01-16 | 1 | -3/+2 | |
| | ||||||
* | Refactored the entire .config file supporting classes, and added a .config ↵ | Andrew Arnott | 2009-01-15 | 20 | -107/+313 | |
| | | | | element for maximum user agent authentication time. | |||||
* | Moved configuration section names into constant members. | Andrew Arnott | 2009-01-15 | 3 | -3/+18 | |
| | ||||||
* | Individual association types can now have configured lifetimes. | Andrew Arnott | 2009-01-15 | 22 | -77/+260 | |
| | | | | We've almost eliminated the static Configuration class. | |||||
* | Shifted some of the maximum message age references. | Andrew Arnott | 2009-01-14 | 4 | -14/+6 | |
| | ||||||
* | Added default constructors to OpenIdRelyingParty and OpenIdProvider. | Andrew Arnott | 2009-01-14 | 10 | -17/+122 | |
| | | | | Also wired up the "store" configuration attributes for both OP and RP. | |||||
* | Added User-Agent header to GET requests (in addition to just POSTs). | Andrew Arnott | 2009-01-13 | 2 | -17/+41 | |
| | ||||||
* | Removed build break from oauthrsa merge. | Andrew Arnott | 2009-01-13 | 2 | -59/+60 | |
| | ||||||
* | Merge branch 'oauthrsa' | Andrew Arnott | 2009-01-13 | 6 | -329/+455 | |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs | |||||
| * | Made the RsaSha1SigningBindingElement's constructors public. | Andrew Arnott | 2008-12-25 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed RsaSha1SigningBindingElement.Clone to include the new properties. | Andrew Arnott | 2008-12-25 | 2 | -242/+245 | |
| | | ||||||
| * | Added the rest of the RSA-SHA1 binding element's ability to handle X.509 ↵ | Andrew Arnott | 2008-12-25 | 6 | -515/+637 | |
| | | | | | | | | certificates so that it can actually do signing and verification. | |||||
* | | Fixes null key handling in incoming query strings. | Andrew Arnott | 2009-01-13 | 4 | -1/+60 | |
| | | | | | | | | Fixes Google Code Issue 9 on dotnetoauth project. | |||||
* | | Added openid.invalidate_handle handling to the RP and OP. | Andrew Arnott | 2009-01-13 | 3 | -3/+35 | |
| | | ||||||
* | | Fixed the DirectWebResponse bug that broke the OAuth sample. | Andrew Arnott | 2009-01-12 | 13 | -135/+323 | |
| | | ||||||
* | | Fixed the channel's POST entity writing. | Andrew Arnott | 2009-01-12 | 7 | -20/+38 | |
| | | | | | | | | The HTTP Content-Length was being set to the number of characters in the response instead of the number of bytes. | |||||
* | | Added a couple more OpenIdProvider unit tests. | Andrew Arnott | 2009-01-11 | 3 | -59/+95 | |
| | | ||||||
* | | Fixed namespace of (OAuth) DesktopConsumer class. | Andrew Arnott | 2009-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Added StandardProviderApplicationStore and several OpenIdProvider unit tests. | Andrew Arnott | 2009-01-11 | 13 | -46/+313 | |
| | | ||||||
* | | Added support for dumb mode in the Relying Party. | Andrew Arnott | 2009-01-11 | 16 | -122/+374 | |
| | | | | | | | | Also added a unit test to verify it. | |||||
* | | Added some tests for OpenIdRelyingParty. | Andrew Arnott | 2009-01-10 | 7 | -42/+87 | |
| | | ||||||
* | | More tests: | Andrew Arnott | 2009-01-10 | 13 | -31/+172 | |
| | | | | | | | | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse | |||||
* | | Added tests for Failed/Negative auth response classes at RP side. | Andrew Arnott | 2009-01-10 | 6 | -26/+161 | |
| | | ||||||
* | | Added more tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 4 | -29/+68 | |
| | | ||||||
* | | Added several tests for RP.AuthenticationRequest. | Andrew Arnott | 2009-01-10 | 2 | -4/+51 | |
| | | ||||||
* | | Made MessagingUtilities.CreateQueryString exception more useful. | Andrew Arnott | 2009-01-10 | 3 | -4/+16 | |
| | | ||||||
* | | IDirectSslWebRequestHandler need not be given to an OpenID RP or OP instance ↵ | Andrew Arnott | 2009-01-10 | 12 | -22/+39 | |
| | | | | | | | | any more. Ssl support is optional. | |||||
* | | Organized unit tests in the .vsmdi file. | Andrew Arnott | 2009-01-09 | 9 | -153/+422 | |
| | | | | | | | | Rewrote many argument checks. | |||||
* | | Fixed the only two failing tests. | Andrew Arnott | 2009-01-09 | 1 | -2/+2 | |
| | | ||||||
* | | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 57 | -7843/+7843 | |
| | | ||||||
* | | StyleCop work. | Andrew Arnott | 2009-01-09 | 8 | -20/+160 | |
| | | ||||||
* | | Added 2 tests for PositiveAuthenticationResponse. | Andrew Arnott | 2009-01-09 | 2 | -0/+68 | |
| | | ||||||
* | | UriIdentifier discovery now preserves the userSuppliedIdentifier in the ↵ | Andrew Arnott | 2009-01-09 | 2 | -8/+8 | |
| | | | | | | | | generated ServiceEndpoints. | |||||
* | | Added missing string format arguments in Verify statement. | Andrew Arnott | 2009-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed ServiceEndpoint handling of ClaimedIdentifiers that are set to ↵ | Andrew Arnott | 2009-01-09 | 2 | -9/+37 | |
| | | | | | | | | MockIdentifiers. | |||||
* | | Fixed Util.ToStringDeferred rendering of empty, multiline lists. | Andrew Arnott | 2009-01-09 | 3 | -2/+27 | |
| | | ||||||
* | | Slightly refactored the way we check the return_to URL. | Andrew Arnott | 2009-01-08 | 1 | -9/+16 | |
| | | ||||||
* | | Merge branch 'master' into rpauth2 | Andrew Arnott | 2009-01-08 | 12 | -33/+100 | |
|\ \ | ||||||
| * | | Fixed the NullReferenceException resulting from invalid or incomplete XRDS ↵ | Andrew Arnott | 2009-01-07 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | documents. Fixes part of the issue discovered from Google Code Issue 182. See DNOI 3ab85f11d69a3059cebac203f77a05fe083d7b65. | |||||
| * | | Added log message when OpenID discovery results in an HTTP error. | Andrew Arnott | 2009-01-07 | 1 | -1/+3 | |
| | | | | | | | | | | | | See DNOI 5dc617f1cef1f28afac6a63eb383e503c9b42a42. | |||||
| * | | The choice of sending an indirect message via redirect or form submission is ↵ | Andrew Arnott | 2009-01-07 | 1 | -22/+5 | |
| | | | | | | | | | | | | | | | | | | | | | now made based on the entire size of the redirect URL rather than just its message content size. See Google Code Issue 170. See also DNOI c3d7900e0b500da64e76d8125cbb6228aaa3b973. | |||||
| * | | StyleCop fixes. | Andrew Arnott | 2009-01-07 | 2 | -31/+33 | |
| | | | ||||||
| * | | Added HTTP User-Agent header. | Andrew Arnott | 2009-01-07 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | Oddly, this header is required in order to perform discovery on technorati OpenIDs. Ported from DNOI 5725661430982334d24e89f52517e0c7907450af. See Google Code Issue 181. | |||||
| * | | Added trimming to XRI and URI Identifier normalization. | Andrew Arnott | 2009-01-07 | 2 | -0/+2 | |
| | | | | | | | | | | | | Port of DNOI 15ac39c5f75935a273125b8e67d57acf843eb42e | |||||
| * | | XRDS documents are now pulled with an Accept-Type header for XRDS documents. | Andrew Arnott | 2009-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Some XRDS documents only come down when the Accept-Type header is set in this way. Fixes part of the issue discovered from Google Code Issue 182. Port of DNOI 7fb2d79d903590755ef1005ed28c525a8e1e4f73 | |||||
| * | | Added base64 recovery function to accomodate faulty OpenID Providers. | Andrew Arnott | 2009-01-07 | 2 | -0/+31 | |
| | | | | | | | | | | | | Port of DNOI f8410174dfd65e303560f87fbdc1e0b65f78b7f3 | |||||
| * | | Added RequireSsl setting logging. | Andrew Arnott | 2009-01-07 | 3 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | This is a port of a couple commits from DNOI: ffd1c5aad742de925f60c8b05c97d55f4f57a718 fcd5a2bf981e52f0441d08a79e9d05d2d97c215a | |||||
| * | | Fixed association response message session_type requirement for OpenID 1.x. | Andrew Arnott | 2009-01-07 | 1 | -1/+27 | |
| | | |