summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3.1' into v3.2origin/v3.2Andrew Arnott2010-08-0728-0/+2643
|\
| * Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1Andrew Arnott2010-08-071-7/+23
| | | | | | | | | | | | | | | | | | | | Conflicts: build.proj lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb samples/OpenIdOfflineProvider/OpenIdOfflineProvider.csproj src/DotNetOpenAuth.BuildTasks/FixupShippingToolSamples.cs
| * Merge branch 'v3.0' into v3.1Andrew Arnott2010-08-0728-0/+2627
| |\
| | * Backporting BuildTasks sourceAndrew Arnott2010-08-0728-0/+2627
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-07-1915-19/+50
|\ \ \ | |/ / | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-1915-19/+50
| |\ \ | | |/ | | | | | | | | | Conflicts: samples/DotNetOpenAuth.ApplicationBlock/Util.cs
| | * Fixes OAuth 1.0(a) base signature string construction to omit the realm ↵Andrew Arnott2010-06-272-0/+9
| | | | | | | | | | | | | | | | | | parameter when included in the HTTP Authorization header. Fixes Trac #207
| | * Fixed the namespace of several tests.Andrew Arnott2010-06-279-8/+9
| | |
| | * Fixed typo in comments.Andrew Arnott2010-05-153-6/+6
| | |
| | * Fix for UIRequest.Icon deserialization exception due to nullable struct types.Andrew Arnott2010-05-082-5/+26
| | | | | | | | | | | | Fixes Trac #195
* | | Made UIRequest serializable, like all the other OpenID extension request ↵Andrew Arnott2010-06-081-0/+1
| | | | | | | | | | | | messages.
* | | Fixed another bug in AXFetchAsSregTransform that prevented OPs from being ↵Andrew Arnott2010-05-062-10/+10
| | | | | | | | | | | | able to respond to AX-carrying auth requests.
* | | Fixed AXFetchAsSregTransform bug that threw an exception at the OP when an ↵Andrew Arnott2010-05-052-7/+3
| | | | | | | | | | | | | | | | | | incoming extension contained just an AX extension. Fixes bug reported at http://stackoverflow.com/questions/2724512/dotnetopenauth-openid-provider-sequence-contains-more-than-one-element/2764800
* | | Fixed OP bug in the AXFetchAsSregTransform that would cause an ↵Andrew Arnott2010-05-051-1/+1
| | | | | | | | | | | | InvalidCastException on anonymous requests.
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-04-307-61/+52
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-04-307-61/+52
| |\ \ | | |/
| | * Moved the VerificationException catch lower in the stack so it catches more ↵Andrew Arnott2010-04-301-11/+13
| | | | | | | | | | | | problems.
| | * Corrected comments.Andrew Arnott2010-04-272-2/+5
| | |
| | * Removed the unused ClearExpiredAssociations method.Andrew Arnott2010-03-254-48/+34
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-03-172-42/+9
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-03-172-42/+9
| |\ \ | | |/
| | * Fixed build break introduced by the last commit, which was cherry-picked ↵Andrew Arnott2010-02-241-1/+1
| | | | | | | | | | | | from a later branch.
| | * Removed the problematic Code Access Security declarations that needlessly ↵Andrew Arnott2010-02-241-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fails in some environments. Fixes Trac #156. Conflicts: src/DotNetOpenAuth/Properties/AssemblyInfo.cs
| | * Avoids the "Operation could destabilize the runtime" message that can occur ↵Andrew Arnott2010-02-241-0/+9
| | | | | | | | | | | | | | | | | | in partial trust scenarios when using Diffie-Hellman. Fixes (or rather works around) Trac #163
* | | Fixed AXFetchAsSregTransform to not create the AX extension when RPs send ↵Andrew Arnott2010-03-161-1/+4
| | | | | | | | | | | | | | | | | | auth requests to 1.1 OPs. AX doesn't even support OpenID 1.1, so this was a huge waste of a large URL.
* | | Fixed bug in AXFetchAsSregTransform behavior that would cause an ↵Andrew Arnott2010-02-142-2/+8
| | | | | | | | | | | | InvalidCastException at the OP for negative responses.
* | | Fixed inconsistent namespaces.Andrew Arnott2010-02-142-2/+2
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-02-128-7/+44
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-02-128-7/+45
| |\ \ | | |/ | | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.targets
| | * Added log message warning of upscaling minimum OpenID version requirements ↵Andrew Arnott2010-02-011-1/+4
| | | | | | | | | | | | for stateless RPs.
| | * Added helpful DebuggerDisplayAttributes.Andrew Arnott2010-01-222-0/+3
| | |
| | * Added missing cacheDiscovery .config attributeAndrew Arnott2010-01-221-0/+8
| | |
| | * Added missing contract.Andrew Arnott2010-01-211-1/+5
| | |
| | * Added missing contract.Andrew Arnott2010-01-201-1/+5
| | |
| | * Added missing contract.Andrew Arnott2010-01-201-0/+3
| | |
| | * Fixed ProviderEndpoint static constructor exception that broke editing it in ↵Andrew Arnott2010-01-191-3/+16
| | | | | | | | | | | | the VS designer.
| | * Fixed logged warning message.Andrew Arnott2010-01-191-1/+1
| | |
* | | Added missing contracts.Andrew Arnott2010-01-201-4/+17
| | |
* | | Fixed FxCop messages.Andrew Arnott2010-01-125-5/+8
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-129-5/+13
|\ \ \ | |/ / | | | | | | | | | Conflicts: src/DotNetOpenAuth/GlobalSuppressions.cs
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-129-5/+13
| |\ \ | | |/
| | * FxCop and Code Contract warning fixes.Andrew Arnott2010-01-129-5/+13
| | |
* | | Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-072-3/+3
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2010-01-073-7/+7
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-073-7/+7
| |\ \ | | |/ | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| | * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-073-7/+7
| | |
* | | Added tooltip documentation to the xsd schema that is new in v3.2.Andrew Arnott2009-12-261-14/+132
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-268-46/+346
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/OpenId/ChannelElements/ReturnToNonceBindingElement.cs
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-268-46/+346
| |\ \ | | |/
| | * Added Intellisense tooltips to xml config schema.Andrew Arnott2009-12-263-32/+341
| | |
| | * Removed unused (and broken) URL from the ajax control.Andrew Arnott2009-12-142-11/+2
| | |
| | * Changed some more references from DNOI to DNOA.Andrew Arnott2009-12-133-3/+3
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-133-25/+103
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-131-3/+3
| |\ \ | | |/
| | * Fixed FxCop message.Andrew Arnott2009-12-091-3/+3
| | |
| * | Made the last commit's fix unit testable, added 4 unit tests, and satisfied ↵Andrew Arnott2009-12-092-20/+99
| | | | | | | | | | | | | | | | | | | | | | | | StyleCop. Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
| * | Fixed bug where SSL forwarders' port is incorrectly assumed to be port :80 ↵Andrew Arnott2009-12-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of :443. Fixes Trac #157 Conflicts: src/DotNetOpenAuth/Messaging/HttpRequestInfo.cs
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-033-9/+30
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-032-6/+17
| |\ \ | | |/
| | * Extensions that lack a type URI namespace parameter are no longer picked up ↵Andrew Arnott2009-12-031-4/+6
| | | | | | | | | | | | for OpenID 2.0 messages, since only 1.1 messages should be given that assistance.
| | * Enhanced logging of message errors where parts are missing.Andrew Arnott2009-12-021-2/+11
| | |
| * | Basic validation is now performed on incoming extensions and invalid ↵Andrew Arnott2009-12-032-3/+13
| | | | | | | | | | | | extensions are dropped.
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-12-011-1/+3
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-011-1/+3
| |\ \ | | |/
| | * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-182-1/+9
|\ \ \ | |/ /
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-182-1/+9
| |\ \ | | |/
| | * Fixed failing unit test bug.Andrew Arnott2009-11-182-1/+9
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-1811-31/+122
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-1811-30/+121
| |\ \ | | |/
| | * Added missing capability for Service Providers to specify a non-memory nonce ↵Andrew Arnott2009-11-188-16/+70
| | | | | | | | | | | | store.
| | * Added missing oauth .config file Intellisense .xsd elements.Andrew Arnott2009-11-181-0/+36
| | |
| | * Fixed some commenting and parameter names to make it clear that UTC time is ↵Andrew Arnott2009-11-182-12/+13
| | | | | | | | | | | | used for associations and nonces.
| | * Fixed comment.Andrew Arnott2009-11-071-2/+2
| | |
* | | Fixed xml doc comments.Andrew Arnott2009-11-032-2/+2
| | |
* | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-11-039-18/+90
|\ \ \ | |/ / | | | | | | | | | Conflicts: src/version.txt
| * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-038-17/+88
| |\ \ | | |/ | | | | | | | | | Conflicts: src/version.txt
| | * Fixed FxCop message.Andrew Arnott2009-10-271-0/+1
| | |
| | * Removed a magic string.Andrew Arnott2009-10-221-6/+6
| | |
| | * Hid the InfoCardSelector.RaisePostBackEvent method that shouldn't have been ↵Andrew Arnott2009-10-221-1/+9
| | | | | | | | | | | | publicly exposed.
| | * Added license.txt file to solution items folder.Andrew Arnott2009-10-081-0/+1
| | |
| | * Fixed bug where HttpWebResponse.FinalUri might not really be the responding ↵Andrew Arnott2009-10-052-6/+17
| | | | | | | | | | | | | | | | | | endpoint, resulting in an incorrect claimed_id value going to the OP. Fixed Trac ticket #136.
| | * Suppress the byte order mark in direct response messages.Andrew Arnott2009-09-253-3/+44
| | | | | | | | | | | | Fixes trac #131.
| | * Fixed unhandled exception thrown on receipt of invalid HTTP headers.Andrew Arnott2009-09-171-1/+10
| | |
| | * Incremented version number.Andrew Arnott2009-09-121-1/+1
| | |
| * | Ported a portion of commit 75d89d4e to v3.1 to fix ticket 128.Andrew Arnott2009-09-251-1/+2
| | |
| * | Incremented version number.Andrew Arnott2009-09-121-1/+1
| | |
* | | Exposed OpenIdRelyingParty.Behaviors and OpenIdProvider.Behaviors.Andrew Arnott2009-11-034-12/+4
| | |
* | | Added more perf reporting for perf unit tests.Andrew Arnott2009-11-021-4/+6
| | |
* | | OPs can now opt out of verifying identifiers they are sending unsolicited ↵Andrew Arnott2009-11-024-10/+86
| | | | | | | | | | | | assertions for.
* | | Added support for OP fetching of the RP icon via the UI extension.Andrew Arnott2009-11-025-3/+100
| | |
* | | Preparing to allow for RP discovery to yield more than just return_to endpoints.Andrew Arnott2009-11-024-6/+24
| | |
* | | Fixed bad message part name for 'icon' in UI extension request.Andrew Arnott2009-11-021-1/+1
| | |
* | | Brought the UI extensions' lang parameter up to the new UI 0.5 DRAFT spec.Andrew Arnott2009-11-023-7/+24
| | |
* | | Ooops... we weren't ready to make the Behaviors collections public.Andrew Arnott2009-10-292-2/+2
| | |
* | | Exposed ability to programmatically add behaviors to RPs and OPs.Andrew Arnott2009-10-292-2/+10
| | |
* | | Fixed unhandled NullReferenceException when an OpenIdButton's discovery fails.Andrew Arnott2009-10-081-2/+6
| | |
* | | Added IAuthenticationResponse.GetUntrustedCallbackArgument methods.Andrew Arnott2009-09-148-21/+194
| | |
* | | Incremented version number.Andrew Arnott2009-09-141-1/+1
| | |
* | | Providers can now customize their own OP endpoint URL in positive assertions ↵v3.2.2.9257Andrew Arnott2009-09-134-0/+66
| | | | | | | | | | | | | | | | | | via the new IHostProcessedRequest.ProviderEndpoint property. Fixes #124