summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v2.1' into v2.2origin/v2.2Andrew Arnott2009-12-281-1/+1
|\
| * Fixed JDate calculation so it doesn't break in 2010.origin/v2.1Andrew Arnott2009-12-281-1/+1
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2009-03-314-1/+1
|\ \ | |/
| * Fixed build break caused by 9ad438261fd4d7bf1a63d0ddbe348c8666919d73.Andrew Arnott2009-03-311-1/+1
| |
| * Updated binaries to ASP.NET MVC 1.0 final release.Andrew Arnott2009-03-313-0/+0
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2009-01-076-17/+30
|\ \ | |/
| * Added LICENSE.txt file.Andrew Arnott2008-12-191-0/+10
| |
| * Updated MVC sample to ASP.NET MVC beta 1.Andrew Arnott2008-12-155-17/+20
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-11-081-0/+10
|\ \ | |/
| * Fixes broken Remember Me checkbox on OpenIdLogin control.Andrew Arnott2008-10-141-0/+10
| | | | | | | | Fixes Google Code Issue 156.
* | Fixed bug in special "none" handling for authentication policies in PAPE ↵Andrew Arnott2008-10-104-3/+19
| | | | | | | | extension.
* | Added unit tests for PAPE draft 5 support.Andrew Arnott2008-10-104-1/+141
| |
* | Brought PAPE extension up to DRAFT 5 spec.Andrew Arnott2008-10-106-31/+219
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-09-209-9/+13
|\ \ | |/
| * Fixed FxCop message.Andrew Arnott2008-09-202-3/+3
| |
| * Added exclusions for StyleCop.Cache files.Andrew Arnott2008-09-202-0/+2
| |
| * Revert "More forgiving to remote parties that omit required parameters that ↵Andrew Arnott2008-09-121-10/+3
| | | | | | | | | | | | | | | | might be allowed as empty." This reverts commit fac796679959249d6df1f897a6056b0fe37e83d4. The reason for this is the session_type parameter issue (Google Code Issue 148) that started this whole thing was fixed in the 2.4 branch another way.
| * More forgiving to remote parties that omit required parameters that might be ↵Andrew Arnott2008-09-091-3/+10
| | | | | | | | allowed as empty.
| * TestWeb project no longer starts up with every debugged web project.Andrew Arnott2008-09-091-0/+1
| |
| * Added timezone information to log file.Andrew Arnott2008-09-072-4/+4
| |
| * Added a more descriptive and helpful message to nonce expiration log messages.Andrew Arnott2008-09-074-4/+5
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-09-044-1/+58
|\ \ | |/
| * Excluded log4net.xml from shipping with each of the samples.Andrew Arnott2008-09-041-0/+1
| | | | | | | | It was the biggest item and bloating the zip file, and unnecessary for programming against dotnetopenid.dll.
| * Fixed assembly references during build drop of MVC sample.Andrew Arnott2008-09-044-1/+57
| | | | | | | | Google Code issue 145.
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-09-042-0/+14
|\ \ | |/
| * Added a couple of UriUtil tests and a small fix.Andrew Arnott2008-09-032-0/+14
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-08-282-5/+11
|\ \ | |/
| * Fixed OP bug where failed immediate directed identity would result in an ↵Andrew Arnott2008-08-272-5/+11
| | | | | | | | | | | | unhandled NullReferenceException. Google Code Issue 142.
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-08-2610-12/+141
|\ \ | |/ | | | | | | | | Conflicts: samples/ProviderPortal/Global.asax.cs
| * Fixed image reference in provider sample.Andrew Arnott2008-08-261-1/+1
| |
| * Fix for xrds URI element sorting when no @priority exists.Andrew Arnott2008-08-261-3/+19
| |
| * Switched to TracePage.aspx on Provider sample as it is on the RelyingParty ↵Andrew Arnott2008-08-267-3/+114
| | | | | | | | sample.
| * Removed incorrect error logging when dealing with 1.x OPs.Andrew Arnott2008-08-261-5/+7
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-08-251-0/+1
|\ \ | |/
| * Fixed bug where a user supplied XRI identifier with a trailing space would ↵Andrew Arnott2008-08-231-0/+1
| | | | | | | | break discovery.
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-08-229-3/+112
|\ \ | |/ | | | | | | | | | | Conflicts: samples/RelyingPartyPortal/Global.asax.cs src/version.txt
| * Changed RP to use the TracePageAppender so that we can get log messages on ↵Andrew Arnott2008-08-227-2/+110
| | | | | | | | godaddy.com.
| * Added loginProgrammatic.aspx to the RP discovery xrds doc in the sample.Andrew Arnott2008-08-221-0/+1
| |
| * Fixed logging message.Andrew Arnott2008-08-221-1/+1
| |
| * Incremented version number.Andrew Arnott2008-08-201-1/+1
| |
* | Incremented version number.Andrew Arnott2008-08-201-1/+1
| |
* | Merge branch 'v2.1' into v2.2v2.2.4.8233Andrew Arnott2008-08-207-7/+13
|\ \ | |/ | | | | | | | | Conflicts: src/version.txt
| * Updated copyright year.v2.1.7.8233Andrew Arnott2008-08-112-2/+2
| |
| * Removed old conditional property from build.projAndrew Arnott2008-08-101-1/+0
| |
| * Fixes auto-built return_to URL to use same capitalization that Realm uses.Andrew Arnott2008-08-101-0/+7
| | | | | | | | Fixes Google Code Issue 122.
| * Fixed CSS and graphic link in sample Provider.Andrew Arnott2008-08-091-2/+2
| |
| * .gitignore fix for new log filename.Andrew Arnott2008-08-072-2/+2
| |
| * Incremented version to 2.1.7.Andrew Arnott2008-08-061-1/+1
| |
* | Incremented version to 2.2.4.Andrew Arnott2008-08-061-1/+1
| |
* | Merge branch 'v2.1' into v2.2v2.2.3.8219Andrew Arnott2008-08-062-3/+30
|\ \ | |/
| * Fixes to build.proj w.r.t. drop target.v2.1.6.8219Andrew Arnott2008-08-061-11/+20
| |
| * Fixed bug that actually prevented dotnetopenid.dll from working without ↵Andrew Arnott2008-08-061-1/+8
| | | | | | | | log4net.dll at its side.
| * Drop build target enhancements.Andrew Arnott2008-08-061-1/+12
| | | | | | | | | | | | * Warning is printed when not building Release config. * Clean always happens first to guarantee signed, untainted builds. * Drops are always signed.
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-08-055-8/+18
|\ \ | |/ | | | | | | | | Conflicts: src/version.txt
| * Fixed sample references to DNOI in built drops.Andrew Arnott2008-07-291-2/+3
| | | | | | | | Fresh drops were failing to have their samples' project reference changed to an assembly reference. This fixes it.
| * Fixed the ProviderPortal sample's directed identity support.Andrew Arnott2008-07-281-1/+5
| | | | | | | | This feature of the sample was accidentally broken in 30a21d9586af74062af9b77728e1595d8e3735cb.
| * Logging adjustments.Andrew Arnott2008-07-271-1/+6
| |
| * updated automated build to exclude new log files.Andrew Arnott2008-07-223-4/+4
| |
| * Incremented version number to 2.1.6.Andrew Arnott2008-07-221-1/+1
| |
* | Added xml comment and input check.Andrew Arnott2008-08-022-0/+7
| |
* | Fixed comment on RelyingParty.AuthenticationRequest.RedirectingResponse.Andrew Arnott2008-08-021-1/+1
| |
* | Xml doc comment work.Andrew Arnott2008-07-282-12/+104
| |
* | Logging adjustments.Andrew Arnott2008-07-272-4/+1
| |
* | Incremented version number to 2.2.3.Andrew Arnott2008-07-221-1/+1
| |
* | Merge branch 'v2.1' into v2.2v2.2.2.8204Andrew Arnott2008-07-2183-442/+30896
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: samples/ProviderPortal/Global.asax.cs samples/RelyingPartyPortal/Global.asax.cs samples/RelyingPartyPortal/MembersOnly/Default.aspx src/DotNetOpenId/DotNetOpenId.csproj src/DotNetOpenId/OpenIdException.cs src/DotNetOpenId/Provider/Encoder.cs src/DotNetOpenId/RelyingParty/AuthenticationRequest.cs
| * Merge branch 'logging' into v2.1v2.1.5.8204Andrew Arnott2008-07-2041-208/+30644
| |\
| | * Fixed FxCop message.Andrew Arnott2008-07-201-1/+2
| | |
| | * Added introductory log message that discloses the exact version of ↵Andrew Arnott2008-07-203-5/+17
| | | | | | | | | | | | DotNetOpenId that is running.
| | * Enhanced logging messages for Providers.Andrew Arnott2008-07-204-5/+13
| | |
| | * Enhanced logging for RPs to include much more detail.Andrew Arnott2008-07-198-5/+63
| | |
| | * Added explanatory comment to Logger class's implementation of ILog.Andrew Arnott2008-07-191-1/+3
| | |
| | * Adjusted permission demands in AssemblyInfo, and re-added the TRACE define ↵Andrew Arnott2008-07-192-18/+8
| | | | | | | | | | | | now that it won't break shared hosting environments.
| | * Added TraceLogger.Andrew Arnott2008-07-195-2/+207
| | |
| | * Moved logging infrastructure into its own namespace.Andrew Arnott2008-07-195-6/+7
| | |
| | * Abstracted logger-specific behavior into log4netLogger.Andrew Arnott2008-07-193-20/+23
| | |
| | * Removed references to Trace class.Andrew Arnott2008-07-195-5/+11
| | |
| | * Fixed compiler warning and simplified logger loading code.Andrew Arnott2008-07-191-8/+4
| | |
| | * Cleaned up some FxCop messages.Andrew Arnott2008-07-193-14/+35
| | |
| | * Added indirection in use of log4net so that log4net.dll does not need to be ↵Andrew Arnott2008-07-1823-59/+1555
| | | | | | | | | | | | present for dotnetopenid to function.
| | * Two primary samples now work with log4net.Andrew Arnott2008-07-179-64/+43
| | |
| | * Switching a couple of samples to log4net.Andrew Arnott2008-07-168-20/+100
| | | | | | | | | | | | I tested the security permissions required, and log4net also requires too many permissions for shared hosting. :(
| | * Switched library to log4net.Andrew Arnott2008-07-1621-127/+28705
| | |
| * | Upgraded 2 primary sample sites to use logo and master pages.Andrew Arnott2008-07-2021-161/+118
| | |
| * | Fixed YADIS discovery when Content-Type isn't set correctly at initial URL.Andrew Arnott2008-07-182-7/+25
| | |
| * | Fixed FxCop message.Andrew Arnott2008-07-181-0/+3
| | |
| * | Fixed bug in AX introduced in 42fcca8c.Andrew Arnott2008-07-181-2/+4
| | |
| * | Fixed Token to drop a hint about its signature so it can always deserialize ↵Andrew Arnott2008-07-183-26/+47
| | | | | | | | | | | | | | | | | | | | | properly. Before, token deserialization would assume that if app state is available then it was available during serialization as well and would expect a signature. Now token serialization uses an extra byte in the front to indicate whether there is a signature present so that it can do the right thing in any case.
| * | Fixed bug in OpenIdException that prevented error messages from being read ↵Andrew Arnott2008-07-171-21/+33
| | | | | | | | | | | | | | | | | | by RP in direct messages. Direct messages are supposed to be responded to with direct responses, and using fields that don't start with the "openid." prefix.
| * | Fixed bug where empty signed arguments would cause check_authentication to ↵Andrew Arnott2008-07-172-1/+10
| |/ | | | | | | | | | | fail at the OP. Related to Google Code Issue 110.
| * Fixed AX store requests so RPs can actually create them.Andrew Arnott2008-07-152-5/+10
| | | | | | | | The necessary constructor to call was internal. Goo!
| * Added logos, designed by Javier Román (javier.roman.c@gmail.com).Andrew Arnott2008-07-1413-0/+1
| |
* | Merge branch 'v2.1' into v2.2Andrew Arnott2008-07-1319-28/+602
|\ \ | |/ | | | | | | | | Conflicts: src/DotNetOpenId/UntrustedWebRequest.cs
| * Mocked up all the XriIdentifier discovery tests.Andrew Arnott2008-07-133-10/+423
| |
| * Fixed XHTML validation for OpenIdLogin and OpenIdTextBox.Andrew Arnott2008-07-112-1/+9
| |
| * Ignored certain FxCop rules in release to align with debug.Andrew Arnott2008-07-101-0/+1
| |
| * return_to now treated like plain string to fix interop with some picky RPs.Andrew Arnott2008-07-101-1/+3
| |
| * Fixed incremental build (mostly).Andrew Arnott2008-07-095-3/+122
| |
| * Fixed test to not fail now that an external xri has changed.Andrew Arnott2008-07-081-1/+1
| |
| * Fixed bug with handling openid URLs that contain multi-byte unicode characters.Andrew Arnott2008-07-082-1/+11
| |
| * Changed some doc references from Microsoft to DotNetOpenId.Andrew Arnott2008-07-043-4/+4
| |