summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-2926-564/+256
| | | | into OpenIdTestBase.
* Added/fixed ASP.NET basic hosting in the unit tests and added one test to ↵Andrew Arnott2009-01-2910-465/+562
| | | | verify.
* Fixed failing unit tests.Andrew Arnott2009-01-261-1/+0
|
* FxCop fixes.Andrew Arnott2009-01-2626-602/+700
|
* Avoid copying HTTP headers that must be set via properties.Andrew Arnott2009-01-261-1/+3
|
* Added HTTP cache control to Channel, with a default to ignore cache for ↵Andrew Arnott2009-01-261-0/+22
| | | | direct requests.
* Fixed bugs with interoping with OpenID 1.x.Andrew Arnott2009-01-262-2/+2
|
* Set version number to 3.0.Andrew Arnott2009-01-251-1/+1
|
* Enhanced message logging.Andrew Arnott2009-01-252-2/+20
|
* Fixed bug in OpenID message signing and added regression test.Andrew Arnott2009-01-252-1/+23
|
* Fixed bug where signing assumed that all signed responses were positive ↵Andrew Arnott2009-01-251-1/+1
| | | | assertions.
* Worked around CLR's VerificationException.Andrew Arnott2009-01-251-1/+4
|
* Fixed network stream caching.Andrew Arnott2009-01-251-0/+1
|
* Fixed config section loader when no config section exists.Andrew Arnott2009-01-251-1/+1
|
* Added sreg client javascript support for responses.Andrew Arnott2009-01-254-109/+129
|
* Added the OpenIdMobileTextBox ASP.NET control.Andrew Arnott2009-01-244-4/+751
|
* Ported OpenID relying party COM server component from DotNetOpenId.Andrew Arnott2009-01-243-0/+224
|
* Provider now sets user_setup_url on negative assertion responses to ↵Andrew Arnott2009-01-244-48/+115
| | | | checkid_immediate.
* Added the IdentityEndpoint ASP.NET control.Andrew Arnott2009-01-244-61/+361
|
* Added the OpenIdAjaxTextBox control.Andrew Arnott2009-01-2417-469/+2583
|
* Added the OpenIdLogin ASP.NET control.Andrew Arnott2009-01-242-0/+805
|
* Added the OpenIdTextBox ASP.NET control.Andrew Arnott2009-01-249-0/+1279
|
* Added the XrdsPublisher ASP.NET control.Andrew Arnott2009-01-233-0/+235
|
* Added ProviderEndpoint ASP.NET control.Andrew Arnott2009-01-233-0/+162
|
* Added AuthenticationRequest.IsReturnUrlDiscoverable test.Andrew Arnott2009-01-232-0/+31
|
* StyleCop fixesAndrew Arnott2009-01-232-474/+476
|
* Refactored association management functions from the OpenIdRelyingParty ↵Andrew Arnott2009-01-2312-290/+422
| | | | class into an AssociationManager class.
* UntrustedWebRequestHandler now throws ProtocolException instead of ↵Andrew Arnott2009-01-231-1/+2
| | | | ArgumentException on disallowed URIs so clients will expect to catch it.
* StyleCop fixesAndrew Arnott2009-01-234-32/+33
|
* Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵Andrew Arnott2009-01-2113-39/+56
| | | | Send method.
* Lots of little bug fixes, and added a (finally!) passing test for unsigned ↵Andrew Arnott2009-01-219-65/+129
| | | | extensions being ignored.
* Added detection of multi-threading issues in the OpenIdCoordinator.Andrew Arnott2009-01-201-4/+5
|
* Fixed a few assumptions that all indirect signed responses were positive ↵Andrew Arnott2009-01-203-4/+10
| | | | assertions.
* Added SecuritySetting options on both OP and RP to control extension signing ↵Andrew Arnott2009-01-208-33/+121
| | | | behavior and enforcement.
* Unsigned extensions in responses are now ignored.Andrew Arnott2009-01-194-63/+91
|
* All ExtraData, including extensions, are now signed in OP signed responses.Andrew Arnott2009-01-194-1/+88
|
* Enabled the rest of the association tests.Andrew Arnott2009-01-199-65/+111
|
* Enabled and added several more associate renegotiate tests.Andrew Arnott2009-01-194-71/+172
|
* Enabled another associate renegotiate test.Andrew Arnott2009-01-192-3/+24
|
* Added associate renegotiate capability to RP.Andrew Arnott2009-01-189-133/+324
| | | | Enabled one of the basic renegotiate tests.
* StyleCop clean.Andrew Arnott2009-01-1813-216/+279
|
* PAPE tests ported, and all tests pass.Andrew Arnott2009-01-1710-213/+172
|
* Hooked up PAPE extension factory methods.Andrew Arnott2009-01-177-47/+43
|
* Made the AXUtilities class static.Andrew Arnott2009-01-171-1/+1
|
* Initial half-port of PAPE extension.Andrew Arnott2009-01-1715-0/+1292
|
* Added GetHashCode() methods to the AX classes, and fixed their Equals methods.Andrew Arnott2009-01-179-110/+363
| | | | StyleCop clean.
* AX feature complete, with tests passing.Andrew Arnott2009-01-1720-521/+1327
|
* Added MessagingUtilities.AreEquivalentUnordered.Andrew Arnott2009-01-174-14/+32
|
* Added better fault tolerance to test Coordinator.Andrew Arnott2009-01-171-0/+9
|
* Added IMessageWithEvents for messages that need to do custom serialization.Andrew Arnott2009-01-174-0/+53
|
* Added support for message types to contain const fields to represent message ↵Andrew Arnott2009-01-172-2/+6
| | | | parts that should have a constant value.
* Added a half-port of the AX extension from DotNetOpenId.Andrew Arnott2009-01-1611-0/+1083
|
* Made ExtensionBase slightly more tolerant.Andrew Arnott2009-01-161-3/+2
|
* Refactored the entire .config file supporting classes, and added a .config ↵Andrew Arnott2009-01-1520-107/+313
| | | | element for maximum user agent authentication time.
* Moved configuration section names into constant members.Andrew Arnott2009-01-153-3/+18
|
* Individual association types can now have configured lifetimes.Andrew Arnott2009-01-1522-77/+260
| | | | We've almost eliminated the static Configuration class.
* Shifted some of the maximum message age references.Andrew Arnott2009-01-144-14/+6
|
* Added default constructors to OpenIdRelyingParty and OpenIdProvider.Andrew Arnott2009-01-1410-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 Arnott2009-01-132-17/+41
|
* Removed build break from oauthrsa merge.Andrew Arnott2009-01-132-59/+60
|
* Merge branch 'oauthrsa'Andrew Arnott2009-01-136-329/+455
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
| * Made the RsaSha1SigningBindingElement's constructors public.Andrew Arnott2008-12-251-2/+2
| |
| * Fixed RsaSha1SigningBindingElement.Clone to include the new properties.Andrew Arnott2008-12-252-242/+245
| |
| * Added the rest of the RSA-SHA1 binding element's ability to handle X.509 ↵Andrew Arnott2008-12-256-515/+637
| | | | | | | | certificates so that it can actually do signing and verification.
* | Fixes null key handling in incoming query strings.Andrew Arnott2009-01-134-1/+60
| | | | | | | | Fixes Google Code Issue 9 on dotnetoauth project.
* | Added openid.invalidate_handle handling to the RP and OP.Andrew Arnott2009-01-133-3/+35
| |
* | Fixed the DirectWebResponse bug that broke the OAuth sample.Andrew Arnott2009-01-1213-135/+323
| |
* | Fixed the channel's POST entity writing.Andrew Arnott2009-01-127-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 Arnott2009-01-113-59/+95
| |
* | Fixed namespace of (OAuth) DesktopConsumer class.Andrew Arnott2009-01-111-1/+1
| |
* | Added StandardProviderApplicationStore and several OpenIdProvider unit tests.Andrew Arnott2009-01-1113-46/+313
| |
* | Added support for dumb mode in the Relying Party.Andrew Arnott2009-01-1116-122/+374
| | | | | | | | Also added a unit test to verify it.
* | Added some tests for OpenIdRelyingParty.Andrew Arnott2009-01-107-42/+87
| |
* | More tests:Andrew Arnott2009-01-1013-31/+172
| | | | | | | | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse
* | Added tests for Failed/Negative auth response classes at RP side.Andrew Arnott2009-01-106-26/+161
| |
* | Added more tests for RP.AuthenticationRequest.Andrew Arnott2009-01-104-29/+68
| |
* | Added several tests for RP.AuthenticationRequest.Andrew Arnott2009-01-102-4/+51
| |
* | Made MessagingUtilities.CreateQueryString exception more useful.Andrew Arnott2009-01-103-4/+16
| |
* | IDirectSslWebRequestHandler need not be given to an OpenID RP or OP instance ↵Andrew Arnott2009-01-1012-22/+39
| | | | | | | | any more. Ssl support is optional.
* | Organized unit tests in the .vsmdi file.Andrew Arnott2009-01-099-153/+422
| | | | | | | | Rewrote many argument checks.
* | Fixed the only two failing tests.Andrew Arnott2009-01-091-2/+2
| |
* | CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-0957-7843/+7843
| |
* | StyleCop work.Andrew Arnott2009-01-098-20/+160
| |
* | Added 2 tests for PositiveAuthenticationResponse.Andrew Arnott2009-01-092-0/+68
| |
* | UriIdentifier discovery now preserves the userSuppliedIdentifier in the ↵Andrew Arnott2009-01-092-8/+8
| | | | | | | | generated ServiceEndpoints.
* | Added missing string format arguments in Verify statement.Andrew Arnott2009-01-091-1/+1
| |
* | Fixed ServiceEndpoint handling of ClaimedIdentifiers that are set to ↵Andrew Arnott2009-01-092-9/+37
| | | | | | | | MockIdentifiers.
* | Fixed Util.ToStringDeferred rendering of empty, multiline lists.Andrew Arnott2009-01-093-2/+27
| |
* | Slightly refactored the way we check the return_to URL.Andrew Arnott2009-01-081-9/+16
| |
* | Merge branch 'master' into rpauth2Andrew Arnott2009-01-0812-33/+100
|\ \
| * | Fixed the NullReferenceException resulting from invalid or incomplete XRDS ↵Andrew Arnott2009-01-072-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 Arnott2009-01-071-1/+3
| | | | | | | | | | | | See DNOI 5dc617f1cef1f28afac6a63eb383e503c9b42a42.
| * | The choice of sending an indirect message via redirect or form submission is ↵Andrew Arnott2009-01-071-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 Arnott2009-01-072-31/+33
| | |
| * | Added HTTP User-Agent header.Andrew Arnott2009-01-071-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 Arnott2009-01-072-0/+2
| | | | | | | | | | | | Port of DNOI 15ac39c5f75935a273125b8e67d57acf843eb42e
| * | XRDS documents are now pulled with an Accept-Type header for XRDS documents.Andrew Arnott2009-01-071-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 Arnott2009-01-072-0/+31
| | | | | | | | | | | | Port of DNOI f8410174dfd65e303560f87fbdc1e0b65f78b7f3
| * | Added RequireSsl setting logging.Andrew Arnott2009-01-073-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 Arnott2009-01-071-1/+27
| | |