summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4.0' into v4.1origin/v4.1Andrew Arnott2013-11-252-3/+3
|\
| * Applies fix for #209 to one more entrypoint for parsing XML that was missed ↵origin/v4.0Andrew Arnott2013-11-251-1/+1
| | | | | | | | initially.
| * Fixes log message when return_to match failures occur.Andrew Arnott2013-02-261-2/+2
| | | | | | | | Fixes #249
* | Fixes compile error on .NET 3.5Andrew Arnott2013-04-221-1/+1
| |
* | StyleCop and comment touch-ups.Andrew Arnott2013-03-171-4/+7
| |
* | A possible fix for exception in ClaimsResponse.Culture, if Language + ↵AkosLukacs2013-03-171-1/+7
| | | | | | | | | | | | | | | | Country doesn't make a valid culture. https://github.com/DotNetOpenAuth/DotNetOpenAuth/issues/260 Just a simple try-catch. According to this comment at SO http://stackoverflow.com/a/12375100 using try-catch is the fastest is you don't expect a continuous stream of illegal combinations.
* | Adds Content-Length header to direct responses.Andrew Arnott2013-03-091-0/+2
| |
* | Merge remote-tracking branch 'origin/v4.1' into v4.1Andrew Arnott2013-03-0337-80/+539
|\ \
| * | Adds another catch block to the logger initializer.Andrew Arnott2013-01-121-0/+2
| | |
| * | Fixes StyleCop break.Andrew Arnott2013-01-121-1/+1
| | |
| * | Update to support Front_End_Https header used by some loadbalancers for SSL ↵Mike Roest2013-01-121-1/+2
| | | | | | | | | | | | terminiation. As Per http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_headers
| * | Skips the UriIdentifier scheme workaround on Mono.Andrew Arnott2013-01-121-0/+5
| | | | | | | | | | | | | | | Mono doesn't support it. Thanks to Justin Nel <dogbertuk2000@gmail.com> for helping identify this mono limitation.
| * | Fixes KeyNotFoundException in logging.Andrew Arnott2013-01-011-1/+1
| | |
| * | Sensitive message information is now masked from logging.Andrew Arnott2012-12-235-3/+30
| | | | | | | | | | | | Fixes #243
| * | Move the bool assignment inside the try catch to allow analysis tool to pass.Mike Roest2012-12-211-1/+1
| | |
| * | StyleCop fixAndrew Arnott2012-12-171-1/+1
| | |
| * | Add additional Exception handling to prevent a process crash on a Logger ↵Mike Roest2012-12-171-1/+5
| | | | | | | | | | | | Exception during SendStatsAsync
| * | Fixes NetworkCredentialApplicator on first request.Andrew Arnott2012-12-021-1/+3
| | | | | | | | | | | | Fixes #204
| * | Incremented versionAndrew Arnott2012-11-281-1/+1
| | |
| * | Updating Microsoft account OAuth endpointsIlya Grebnov2012-11-271-2/+2
| | |
| * | More Stylecop fixesAndrew Arnott2012-11-271-1/+0
| | |
| * | Style fix.Andrew Arnott2012-11-271-3/+3
| | |
| * | Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.csJason Kulatunga2012-11-271-1/+4
| | | | | | | | | | | | Retrive the facebook user's email as well as the rest of their default user data. 
| * | Fixes stylecop messages.Andrew Arnott2012-11-271-2/+7
| | |
| * | Fix bug in the LinkedInClient not working because the token manager class ↵Microsoft2012-11-264-13/+112
| | | | | | | | | | | | used does not persist the access token.
| * | Fixes StyleCop errorAndrew Arnott2012-11-121-1/+1
| | |
| * | Fixes an InternalErrorException thrown when decoding corrupted access tokens.Andrew Arnott2012-11-112-2/+2
| | | | | | | | | | | | Fixes #178
| * | Adds more token decoding tests.Andrew Arnott2012-11-112-10/+65
| | |
| * | Fixes another OOM exception while decoding corrupted tokens.Andrew Arnott2012-11-111-1/+1
| | |
| * | Allows resource servers to receive unencrypted access tokens.Andrew Arnott2012-11-111-2/+1
| | |
| * | Wraps IOException with ProtocolException while decoding access tokens.Andrew Arnott2012-11-111-1/+7
| | | | | | | | | | | | Related to #178
| * | Enforces signing of access tokens at auth serverAndrew Arnott2012-11-113-3/+16
| | |
| * | Avoids OOM exceptions from ResourceServerAndrew Arnott2012-11-116-9/+40
| | | | | | | | | | | | Related to #178
| * | Fixes NullReferenceException on missing keysAndrew Arnott2012-11-111-0/+5
| | | | | | | | | | | | Fixes #193
| * | Fixes HTTP Basic auth challenge to include realmAndrew Arnott2012-11-111-1/+7
| | | | | | | | | | | | Fixes #189
| * | Fixes access token expiration check in clientAndrew Arnott2012-11-101-1/+1
| | | | | | | | | | | | Fixes #174
| * | Marks SelectorButton as serializableAndrew Arnott2012-11-101-0/+1
| | | | | | | | | | | | Fixes #188
| * | Fixes exception thrown on missing access tokenAndrew Arnott2012-11-103-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | The resource server was throwing an ArgumentException when an HTTP Authorization header appeared with a value of "Bearer " but no access token. We now throw a ProtocolException that can produce the appropriate error to the client. Fixes #230
| * | Adds AuthorizationServer.HandleTokenRequest(HttpRequestMessage) overload.Andrew Arnott2012-11-101-0/+14
| | | | | | | | | | | | Fixes #210
| * | Fixes Twitter auth to not force re-login the user.Andrew Arnott2012-11-101-1/+1
| | | | | | | | | | | | Fixes #231
| * | Fixes AsHttpResposneMessage() exception when response has no stream.Andrew Arnott2012-11-022-3/+15
| | | | | | | | | | | | Fixes #226
| * | Incremented version.Andrew Arnott2012-10-291-2/+2
| | |
| * | Incremented version.Andrew Arnott2012-10-161-2/+2
| | |
| * | Fixes TraceSwitch tracing to filter based on configuration.Andrew Arnott2012-10-101-30/+90
| | | | | | | | | | | | Fixes #214
| * | Added OutgoingWebResponse.AsHttpResponseMessage extension method.Andrew Arnott2012-10-092-1/+54
| | |
| * | Merge branch 'v4.0' into v4.1Andrew Arnott2012-10-071-4/+13
| |\ \ | | |/
| | * Whitespace fixes.Andrew Arnott2012-10-021-2/+2
| | |
| | * Fix some unit tests failing.Microsoft2012-10-021-4/+13
| | |
| | * Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-2929-246/+84
| | | | | | | | | | | | This should fix nuget pdb package submission to symbolsource.org
* | | Fixes bad logic that reports expired tokens incorrectly.Andrew Arnott2013-03-031-1/+1
|/ /
* | Incremented version.Andrew Arnott2012-09-291-2/+2
| |
* | Adjusted AssemblyInfo.cs to be unique for each assembly.Andrew Arnott2012-09-2929-255/+27
| | | | | | | | This should fix nuget pdb package submission to symbolsource.org
* | Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-291-12/+3
|\ \ | |/
| * Fixes NullReferenceException in AspNet.OpenAuthSecurityManager.Andrew Arnott2012-09-291-12/+3
| | | | | | | | | | This was reported at: http://stackoverflow.com/questions/12235395/openauth-requestauthentication-throws-null-ref-in-vs2012-web-forms-template/12240150#12240150 It is due to fields being left uninitialized by the constructors yet assumed to be non-null by all or some public methods.
* | Added missing xml doc comment line.Andrew Arnott2012-09-291-0/+1
| |
* | Merge branch 'v4.0' into v4.1Andrew Arnott2012-09-297-9/+39
|\ \ | |/
| * Mitigates the XML DTD DoS attack from expanding entities.Andrew Arnott2012-09-296-9/+37
| | | | | | | | Fixes #209
| * Fix for unhandled exception in some partial trust environments (mono?).Andrew Arnott2012-09-201-0/+4
| |
| * Incremented version.Andrew Arnott2012-06-301-2/+2
| |
| * Updated version to v4.0.4Andrew Arnott2012-06-271-2/+2
| |
* | Added NuGet package dependency and fixed build breaks in samples.Andrew Arnott2012-09-271-0/+11
| |
* | Adds overloads of ResourceServer for HttpRequestMessage.Andrew Arnott2012-09-272-5/+90
| | | | | | | | | | | | | | The GetPrincipal and GetAccessToken now better support resource servers that are written in ASP.NET WebAPI. Fixes #206
* | Adds ClientBase.CreateAuthorizingHandlerAndrew Arnott2012-09-266-0/+213
| | | | | | | | | | | | This method creates an HttpMessageHandler that automatically applies the OAuth 2 access token (bearer) to all outbound HTTP requests. Fixes #205
* | Merge branch 'SlowGoogleServerWorkaround' into v4.1Andrew Arnott2012-09-175-17/+128
|\ \
| * | Added ability to cache Google certificates.Andrew Arnott2011-02-095-16/+126
| | | | | | | | | | | | Something of a workaround for slow certificate handling on some servers.
* | | Fix error message.Andrew Arnott2012-08-231-1/+1
| | |
* | | Fixes a bug in posting to HTML forms in Firefox with the InfoCard selector.Andrew Arnott2012-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | If the idselector control on a page with an other control that raises a postback, then the selector is opening when using firefox with "openinfocard identity selector" addon. To fix this problem, you have to move the object tag with the identity object outside the form tag in the page. Thanks to Philipp Jenni <philipp.jenni@gmx.ch> who contributed this fix.
* | | Fixed a couple build warnings.Andrew Arnott2012-07-222-2/+2
| | |
* | | Fix NetworkCredentialApplicator verify checkAndrew Arnott2012-07-221-2/+6
| | | | | | | | | | | | Fixes #183
* | | Fixed build break for .NET 3.5 targeting.Andrew Arnott2012-07-191-0/+2
| | |
* | | More StyleCop fixesAndrew Arnott2012-07-181-7/+9
| | |
* | | Fixed StyleCop issueAndrew Arnott2012-07-181-1/+1
| | |
* | | Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-189-14/+80
| | | | | | | | | | | | Fixes #47 which requires that FIPS compliance be an option.
* | | Fixed ClientAuthorization .nuspec file to include the missing source file ↵Andrew Arnott2012-06-301-2/+3
| | | | | | | | | | | | from the symbols .nupkg
* | | Incrementing version number.Andrew Arnott2012-06-301-2/+2
| | |
* | | Branched off v4.1 stabilization branch.Andrew Arnott2012-06-301-1/+1
| | |
* | | Merge branch 'v4.0'Andrew Arnott2012-06-202-3/+21
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/v4.0' into v4.0Andrew Arnott2012-06-204-7/+100
| |\ \
| * | | Logging banner now includes the precise build version.Andrew Arnott2012-06-202-17/+21
| | | | | | | | | | | | | | | | Fixes #161
| * | | DNOA user agent string now includes the build number again.Andrew Arnott2012-06-201-1/+15
| | | | | | | | | | | | | | | | Fixes #160.
* | | | Fixed PAPE comment.Andrew Arnott2012-06-121-1/+1
| | | |
* | | | Merge branch 'v4.0'Andrew Arnott2012-06-1011-27/+196
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: projecttemplates/projecttemplates.proj
| * | | Updated .gitignore file.Andrew Arnott2012-06-101-1/+1
| | | |
| * | | Fixed Win32 PE header of unified library.Andrew Arnott2012-06-103-6/+99
| |/ / | | | | | | | | | | | | | | | This fixes (unified) dotnetopenauth.dll so that its version, name and original filename attributes are correct instead of inheriting their values from Microsoft.Contracts.dll. Fixes #156
| * | Code review cleanup for DotNetOpenAuth.AspNet:Microsoft2012-05-317-20/+96
| | | | | | | | | | | | | | | | | | | | | - Clients should use HTTPS instead of HTTP whenever possible. - MachineKeyUtil reliability tweaks. - Improved anti-XSRF protection when running under subdomains. - Other miscellaneous minor cleanup.
* | | Fixed xml doc commentAndrew Arnott2012-06-061-3/+3
| | |
* | | Merge remote-tracking branch 'origin/v4.0'Andrew Arnott2012-05-2917-212/+834
|\ \ \ | |/ /
| * | Fix TypeLoadException for log4net under monoAndrew Arnott2012-05-291-0/+2
| | | | | | | | | | | | Fixes #151
| * | Fix bug in OAuth2 clients which is caused by the Xsrf fix earlier.Microsoft2012-05-151-11/+13
| | |
| * | Set xsrf cookie to HttpOnly. Verify that value passed into query string is a ↵Microsoft2012-05-151-5/+11
| | | | | | | | | | | | valid guid.
| * | Make changes to fix Style cop issues.Microsoft2012-05-141-2/+10
| | |
| * | Add protection against XSRF attacks.Microsoft2012-05-141-2/+53
| | |
| * | Make change so that the VerifyAuthentication overload with no returnUrl ↵Microsoft2012-05-141-29/+18
| | | | | | | | | | | | parameter will use the current request as the return url.
| * | Update a resource string for error message. Move the DefaultNamespace ↵Microsoft2012-05-113-4/+6
| | | | | | | | | | | | element below the Import statement to override the value from imported targets.
| * | Make the MachineKeyUtil class internal.Microsoft2012-05-082-1/+5
| | |
| * | Add the WindowsLiveClient class back and make it inherit from ↵Microsoft2012-05-073-4/+43
| | | | | | | | | | | | MicrosoftClient. Also marks it as obsolete.
| * | Rename WindowsLive to Microsoft account.Microsoft2012-05-043-10/+10
| | |
| * | Use cookie to store OAuth token and set it as default mechanism. Fix an ↵Microsoft2012-05-0313-42/+557
| | | | | | | | | | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed.
| * | Append the provider value to the return url in VerifyAuthenticationMicrosoft2012-05-011-0/+4
| | |
* | | Fixed build warnings due to XML commentsAndrew Arnott2012-05-291-2/+2
| | |