summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Incremented version number.Andrew Arnott2009-09-121-1/+1
| | |
* | | OpenIdTextBox now honors Popup == PopupBehavior.Never.Andrew Arnott2009-09-121-1/+10
| | | | | | | | | | | | Fixes #126.
* | | Fixed IAuthenticationRequest.AddCallbackArgument so that it won't throw if ↵Andrew Arnott2009-09-127-26/+38
| | | | | | | | | | | | | | | | | | | | | | | | it can't sign arguments. Signature checks are done in retrieval of arguments if the RP uses GetCallbackArgument. Fixes Trac #127
* | | Added ICAM OpenID 2.0 Profile document.Andrew Arnott2009-09-121-0/+1
| | |
* | | FxCop message fixes.Andrew Arnott2009-09-092-0/+6
| | |
* | | Merge branch 'v3.2' into gsaAndrew Arnott2009-09-0974-166/+743
|\ \ \
| * \ \ Merge branch 'v3.1' into v3.2Andrew Arnott2009-09-092-1/+11
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1v3.1.2.9252Andrew Arnott2009-09-091-0/+1
| | |\ \ | | | |/
| | | * Suppressed FxCop message.v3.0.4.9252Andrew Arnott2009-09-031-0/+1
| | | |
| | * | Fixed StyleCop and FxCop messages.Andrew Arnott2009-09-031-7/+9
| | | |
| | * | Fixed InfoCardSelector.ToolTip property.Andrew Arnott2009-09-011-1/+8
| | | | | | | | | | | | | | | | Fixes #91.
| * | | Fixed FxCop message.Andrew Arnott2009-09-031-2/+2
| | | |
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-3133-82/+493
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-3126-50/+374
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/OpenIdStrings.Designer.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx
| | | * The two ASP.NET hosted tests now result in Inconclusive when they fail to ↵Andrew Arnott2009-08-312-16/+25
| | | | | | | | | | | | | | | | start due to an assembly load failure. I don't know why the assembly load failure occurs sometimes and not others.
| | | * Fixed test failures introduced in recent commit.Andrew Arnott2009-08-313-48/+47
| | | |
| | | * Fixed a couple of small error messages.Andrew Arnott2009-08-302-1/+5
| | | |
| | | * Added tests for unsolicited assertion sending and receiving, including ↵Andrew Arnott2009-08-309-2/+141
| | | | | | | | | | | | | | | | against the RP's whitelist.
| | | * OpenIdRelyingParty.EndpointFilter now consulted before successfully ↵Andrew Arnott2009-08-305-2/+140
| | | | | | | | | | | | | | | | | | | | | | | | receiving an unsolicited positive assertion. Fixes #118
| | | * Fixed warning that is logged when sreg extension requests come into an OP ↵Andrew Arnott2009-08-251-0/+2
| | | | | | | | | | | | | | | | with empty required or optional lists.
| | | * Adds a few ServiceProvider constructors to allow for a custom INonceStore ↵Andrew Arnott2009-08-192-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | instance to be supplied. Resolves Trac ticket #112
| | | * Added to sample OAuthConsumerWcf to demonstrate calling our sample ↵Andrew Arnott2009-08-191-0/+3
| | | | | | | | | | | | | | | | OAuthServiceProvider.
| | | * Fixed StyleCop messages.Andrew Arnott2009-08-182-2/+2
| | | |
| | | * We now fail more gracefully when an Identifier claims to provide an XRDS but ↵Andrew Arnott2009-08-141-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | sends us invalid XML instead. Fixes Trac #109.
| | | * Fixed unhandled exception in OAuth that was thrown for URLs that have query ↵Andrew Arnott2009-08-111-1/+5
| | | | | | | | | | | | | | | | strings that are in the '?WSDL' (non name=value) style.
| | * | Fixes InfoCardSelector.PrivacyUrl property to resolve values that begin with ↵Andrew Arnott2009-08-263-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '~/'. Also now throws when PrivacyUrl is set but PrivacyVersion is not. Fixes Trac #92.
| | * | Fixed failing unit test due to recent new exception wrapping.Andrew Arnott2009-08-261-1/+1
| | | |
| | * | Fixed bug where invalid extension payloads would end up throwing an ↵Andrew Arnott2009-08-254-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unhandled ArgumentException. The new design is to log the error and drop the extension while letting the rest of the message through. Fixes Trac #115.
| | * | HTTP_X_FORWARDED_PROTO is now considered when deriving the public-facing URL.Andrew Arnott2009-08-141-0/+3
| | | |
| | * | Fixed public facing URL parsing bug when IPv6 addresses are explicitly used ↵unknown2009-08-062-7/+47
| | | | | | | | | | | | | | | | by the RP.
| * | | Removed runtime dependency on PresentationFramework.dll unless that feature ↵Andrew Arnott2009-08-311-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | is actually required. Fixes #119
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-052-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-052-4/+4
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: build.proj
| | | * Workaround for "VerificationException: this operation could destabilize the ↵clrbugDestabilizeRuntimeAndrew Arnott2009-08-042-4/+4
| | | | | | | | | | | | | | | | runtime" that occurs on some servers sometimes.
| * | | StyleCop fixes.Andrew Arnott2009-07-284-12/+12
| | | |
| * | | Fixed UIRequest.Icon property to be nullable.Andrew Arnott2009-07-271-1/+1
| | | |
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-271-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-272-51/+52
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.vsmdi
| | | * Updated baseline signature now that a different date/time stamp is applied ↵Andrew Arnott2009-07-271-1/+1
| | | | | | | | | | | | | | | | due to commit 5fcf4bd.
| | | * Updated vsmdi file.Andrew Arnott2009-07-271-76/+77
| | | |
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-07-2716-81/+133
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OpenId/OpenIdStrings.resx src/DotNetOpenAuth/OpenId/RelyingParty/PositiveAuthenticationResponse.cs src/version.txt
| | * | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-2721-10/+84
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: src/version.txt
| | | * Cleaned up all StyleCop and FxCop messages.Andrew Arnott2009-07-277-3/+15
| | | |
| | | * Added [Serializable] attributes to a few key classes.Andrew Arnott2009-07-244-0/+4
| | | |
| | | * Fixed the way we convert DateTimes to the zone we expect.Andrew Arnott2009-07-247-7/+32
| | | |
| | | * Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵Andrew Arnott2009-07-014-2/+35
| | | | | | | | | | | | | | | | Identifier even with RequireSsl turned on.
| | | * Incremented to version 3.0.4.Andrew Arnott2009-06-261-1/+1
| | | |
| | * | Incremented version to v3.1.2Andrew Arnott2009-06-261-1/+1
| | | |
| * | | Fixed FxCop messages.Andrew Arnott2009-07-272-3/+4
| | | |
| * | | Fixed a bunch of FxCop messages.Andrew Arnott2009-07-2713-8/+29
| | | |
| * | | Fixed build breaks in code contracts that only affected the CodeAnalysis ↵Andrew Arnott2009-07-273-4/+1
| | | | | | | | | | | | | | | | configuration.
| * | | Fixed UI extension discovery so it complies with the latest UI spec draft.Andrew Arnott2009-07-273-5/+37
| | | |
| * | | Added UI extension's (unpublished) icon parameter.Andrew Arnott2009-07-271-0/+12
| | | |
| * | | Avoid passing null or empty token values to the host ↵Andrew Arnott2009-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | IServiceProviderTokenManager object. Fixes Trac issue #100.
| * | | Fixed the way we convert DateTimes to the zone we expect.Andrew Arnott2009-07-248-9/+34
| | | |
| * | | Incremented version to v3.2.1.Andrew Arnott2009-06-261-1/+1
| | | |
* | | | Merge commit 'v3.2.0.9177' into gsaAndrew Arnott2009-08-1716-99/+823
|\ \ \ \ | |/ / /
| * | | Classic ASP (or any COM client) now gets to support AX using the ↵Andrew Arnott2009-06-261-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | AXFetchAsSregTransform behavior which is switched on for COM clients. Resolves Trac ticket 89.
| * | | Adds .config file Intellisense for the new options in v3.2.Andrew Arnott2009-06-261-1/+58
| | | | | | | | | | | | | | | | Resolves Ticket #87.
| * | | Merge branch 'v3.1' into v3.2Andrew Arnott2009-06-264-3/+223
| |\ \ \ | | |/ /
| | * | Merge branch 'v3.0' into v3.1v3.1.1.9177Andrew Arnott2009-06-264-3/+223
| | |\ \ | | | |/
| | | * Fixed bug where indirect messages were not sent to the user agent with a ↵v3.0.3.9177Andrew Arnott2009-06-221-0/+1
| | | | | | | | | | | | | | | | Content-Type HTTP header.
| | | * Indirect messages no longer display "Login in progress" buttons to the user ↵Andrew Arnott2009-06-221-1/+3
| | | | | | | | | | | | | | | | if javascript is enabled.
| | | * Added Intellisense for .config files' DotNetOpenAuth sections.Andrew Arnott2009-06-222-1/+214
| | | |
| | | * Fixed problem where an unexpected version of log4net.dll in the Bin ↵Andrew Arnott2009-06-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | directory would cause DNOA to fail to start. Logging is quietly disabled in that case now.
| * | | Fixed perf tests to suspend logging so they pass.Andrew Arnott2009-06-262-1/+15
| | | |
| * | | OAuth WCF service sample now impersonates the original user in the thread's ↵Andrew Arnott2009-06-231-0/+14
| | | | | | | | | | | | | | | | current principal.
| * | | Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵Andrew Arnott2009-06-233-0/+154
| | | | | | | | | | | | | | | | to the core library.