summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up some more issues with OpenIdOfflineProvider sample.origin/v3.1Andrew Arnott2010-08-075-8/+27
| | | | | | | | | | 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-0732-25/+2652
|\
| * Revert "Fixed nightly build break due to backporting of buildtasks.dll."origin/v3.0Andrew Arnott2010-08-071-1/+1
| | | | | | | | This reverts commit 2e605c782d28777bdfc972bb0569799911304251.
| * Backporting BuildTasks sourceAndrew Arnott2010-08-0730-0/+2627
| |
| * Backported fix from adac234f4a5bae422c585b0af66b2ccdf9cd6dc1Andrew Arnott2010-08-073-24/+24
| |
* | Removed bad import from shipping sample.Andrew Arnott2010-08-071-1/+2
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-08-071-1/+1
|\ \ | |/
| * Fixed nightly build break due to backporting of buildtasks.dll.Andrew Arnott2010-08-071-1/+1
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-08-062-0/+0
|\ \ | |/
| * Backporting fix to BuildTasks in e74e07e8b9f85816ec34b4e00b8b7925dcec5318Andrew Arnott2010-08-022-0/+0
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-07-1916-20/+232
|\ \ | |/ | | | | | | 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
| |
| * Added utility method to make it easy to modify channels' outgoing HTTP ↵Andrew Arnott2010-05-151-1/+179
| | | | | | | | | | | | | | | | | | | | requests, particularly for adding default network credentials to them. A sample use of this would be: WebConsumer consumer; // initialized elsewhere consumer.Channel.UseDefaultNetworkCredentialsOnOutgoingHttpRequests(); Note that this method should only be called ONCE per instantiated channel.
| * 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
* | 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.0' into v3.1Andrew Arnott2010-03-177-57/+24
|\ \ | |/
| * Fixed subdirectory hosting of MVC samples.Andrew Arnott2010-03-085-15/+15
| |
| * 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
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-02-1211-7/+56
|\ \ | |/ | | | | | | 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 flashing of the console window during builds within the IDE.Andrew Arnott2010-01-192-0/+0
| |
| * 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
| |
| * Trying again to cure TeamCity build break.Andrew Arnott2010-01-163-0/+12
| |
| * Fix for git commit id check when refs are packed.Andrew Arnott2010-01-132-0/+0
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-129-5/+13
|\ \ | |/
| * FxCop and Code Contract warning fixes.Andrew Arnott2010-01-129-5/+13
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2010-01-076-18/+18
|\ \ | |/ | | | | | | Conflicts: src/DotNetOpenAuth.Test/Messaging/Reflection/MessageDictionaryTests.cs
| * Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-076-18/+18
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-283-1/+7
|\ \ | |/
| * Fixed build break that appears when the .git directory is not found and ↵Andrew Arnott2009-12-283-1/+7
| | | | | | | | removed warning when building in TeamCity.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-283-3/+9
|\ \ | |/ | | | | | | | | Conflicts: lib/DotNetOpenAuth.BuildTasks.dll lib/DotNetOpenAuth.BuildTasks.pdb
| * Fixed JDate calculation so it doesn't break in 2010.Andrew Arnott2009-12-282-0/+0
| |
| * Builds now include the git commit ID in the PE file header so we have a ↵Andrew Arnott2009-12-283-3/+9
| | | | | | | | definite record of where a build came from.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-2620-67/+367
|\ \ | |/
| * 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-136-12/+12
| |
| * Fixed the samples' links to the project home page to point to the new project.Andrew Arnott2009-12-139-12/+12
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-12-137-186/+54
|\ \ | |/
| * Updated documentation files.Andrew Arnott2009-12-103-179/+17
| | | | | | | | Fixes Trac #11
| * Fixed clean target so it doesn't remove the static API files that we want to ↵Andrew Arnott2009-12-102-4/+24
| | | | | | | | preserve.
| * Fixed broken build.proj Clean target.Andrew Arnott2009-12-101-0/+10
| | | | | | | | Fixes Trac #123
| * Fixed FxCop message.Andrew Arnott2009-12-091-3/+3
| |
* | Fixed nightly build break introduced by the OpenIdOfflineProvider hooking ↵Andrew Arnott2009-12-094-0/+3
| | | | | | | | into the versioning.targets file.
* | 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
* | OpenID Offline Provider now builds with the generated build number.Andrew Arnott2009-12-052-21/+4
| |
* | 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.0' into v3.1Andrew Arnott2009-12-012-3/+5
|\ \ | |/
| * Enhanced libcheck.ps1 script slightly.Andrew Arnott2009-11-221-2/+2
| |
| * Added some diagnostic logging to TestPublic test.Andrew Arnott2009-11-201-1/+3
| |
* | Avoided offline OP app crash when copying to clipboard fails.Andrew Arnott2009-11-271-1/+6
| |
* | 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.0' into v3.1Andrew Arnott2009-11-1813-41/+140
|\ \ | |/
| * Added missing capability for Service Providers to specify a non-memory nonce ↵Andrew Arnott2009-11-188-16/+70
| | | | | | | | store.
| * Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
| |
| * 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.
| * Added frame-busting code to OAuth SP sample.Andrew Arnott2009-11-171-1/+19
| |
| * Fixed comment.Andrew Arnott2009-11-071-2/+2
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-11-0316-43/+122
|\ \ | |/ | | | | | | 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
| |
| * Fixed faulty sample custom nonce store.Andrew Arnott2009-09-158-26/+34
| | | | | | | | Fixes #129
| * Incremented version number.Andrew Arnott2009-09-121-1/+1
| |
* | Applied some feedback from David Christiansen.Andrew Arnott2009-10-162-4/+2
| |
* | Fixed bug where offline OP would stop listening to connections.Andrew Arnott2009-10-061-5/+10
| |
* | 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
| |
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-09-111-0/+0
|\ \ | |/
| * Updated Microsoft.Contracts.dll to version 1.2.20903.10.Andrew Arnott2009-09-111-0/+0
| |
* | 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.
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-08-3145-119/+1333
|\ \ | |/ | | | | | | | | | | 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
| |