Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed up the new AuthenticationRequestTests unit test to pass. | Andrew Arnott | 2009-01-04 | 2 | -1/+6 | |
| | | | ||||||
* | | | StyleCop work. | Andrew Arnott | 2009-01-04 | 7 | -7/+92 | |
| | | | ||||||
* | | | Merge branch 'master' into rpauth2 | Andrew Arnott | 2009-01-04 | 4 | -1/+121 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/OpenIdCoordinator.cs src/DotNetOpenAuth/Messaging/ErrorUtilities.cs | |||||
| * | | Added a Debugger.Break() instruction to internal error throwing. | Andrew Arnott | 2009-01-04 | 2 | -255/+263 | |
| | | | ||||||
| * | | Added unit test channel coordination checks to prevent hanging tests when ↵ | Andrew Arnott | 2009-01-04 | 3 | -47/+159 | |
| | | | | | | | | | | | | one party's channel is waiting for an incoming message from another channel that will never arrive. | |||||
* | | | TEMP2 | Andrew Arnott | 2009-01-04 | 7 | -38/+92 | |
| | | | ||||||
* | | | CRLF -> LF | Andrew Arnott | 2009-01-04 | 2 | -169/+169 | |
| | | | ||||||
* | | | TEMP | Andrew Arnott | 2009-01-03 | 5 | -51/+34 | |
| | | | ||||||
* | | | Fixed CheckIdRequest.EnsureValidMessage to only do its OP Identifier check ↵ | Andrew Arnott | 2009-01-03 | 1 | -8/+10 | |
| | | | | | | | | | | | | for OpenID 2.x and later. | |||||
* | | | Added RP and OP authentication interfaces and implementations to be ↵ | Andrew Arnott | 2009-01-03 | 20 | -41/+797 | |
| | | | | | | | | | | | | compatible with DotNetOpenId. | |||||
* | | | StyleCop work | Andrew Arnott | 2009-01-03 | 10 | -49/+584 | |
| | | | ||||||
* | | | Added authentication response. | Andrew Arnott | 2009-01-03 | 17 | -931/+1291 | |
| | | | ||||||
* | | | Builds with authentication request creation... | Andrew Arnott | 2009-01-03 | 15 | -19/+1096 | |
|/ / | | | | | | | untested. | |||||
* | | Fixed mock CoordinatingChannel to send direct responses and indirect ↵ | Andrew Arnott | 2009-01-03 | 7 | -11/+44 | |
| | | | | | | | | messages while more truly simulating the ordinary channel experience. | |||||
* | | CRLF -> LF | Andrew Arnott | 2009-01-03 | 1 | -160/+160 | |
| | | ||||||
* | | Added SocketException handler to StandardWebRequestHandler. | Andrew Arnott | 2009-01-03 | 1 | -0/+3 | |
| | | ||||||
* | | Removed the RP's special web request handler that was redundant with the ↵ | Andrew Arnott | 2009-01-03 | 2 | -7/+11 | |
| | | | | | | | | OpenIdChannel's. | |||||
* | | CRLF -> LF | Andrew Arnott | 2009-01-03 | 4 | -871/+871 | |
| | | ||||||
* | | CRLF -> LF change. | Andrew Arnott | 2008-12-29 | 15 | -2312/+2312 | |
| | | ||||||
* | | Changed CheckIdRequest messages immediate boolean to an enum. | Andrew Arnott | 2008-12-29 | 13 | -281/+319 | |
| | | ||||||
* | | Ported ServiceEndpointTests and fixed but in ProviderEndpointDescription class. | Andrew Arnott | 2008-12-26 | 5 | -51/+227 | |
| | | ||||||
* | | Enabled the extension methods in the ServiceEndpoint class. | Andrew Arnott | 2008-12-26 | 5 | -93/+65 | |
| | | ||||||
* | | Added replay detection tests. | Andrew Arnott | 2008-12-25 | 4 | -160/+189 | |
| | | ||||||
* | | Updated class diagrams. | Andrew Arnott | 2008-12-25 | 6 | -281/+222 | |
| | | ||||||
* | | StyleCop fixes, plus a fix for the return_to nonce to consider expired nonces. | Andrew Arnott | 2008-12-25 | 9 | -63/+295 | |
| | | ||||||
* | | Added new OpenID 1.x compatibility-supporting binding elements. | Andrew Arnott | 2008-12-24 | 28 | -1978/+2669 | |
| | | | | | | | | | | | | | | This adds: * callback arg support * signed return_to to verify callback args and URL are untampered with * Custom nonces to protect RPs against replay attacks when working with 1.0 OPs. | |||||
* | | Added check to validate that an id_res message is true to its ↵ | Andrew Arnott | 2008-12-24 | 4 | -0/+81 | |
| | | | | | | | | openid.return_to parameter. | |||||
* | | StyleCop fixes. | Andrew Arnott | 2008-12-22 | 3 | -46/+29 | |
| | | ||||||
* | | Added DH tests | Andrew Arnott | 2008-12-22 | 3 | -0/+96 | |
| | | ||||||
* | | Wrapped up the sreg tests for now. | Andrew Arnott | 2008-12-22 | 6 | -119/+110 | |
| | | ||||||
* | | Added more targeted extension binding element tests. | Andrew Arnott | 2008-12-22 | 4 | -30/+99 | |
| | | ||||||
* | | Added a mock extension and test in order to focus the test on the extension ↵ | Andrew Arnott | 2008-12-21 | 7 | -65/+202 | |
| | | | | | | | | binding element. | |||||
* | | Cleaned up hundreds of StyleCop warnings. | Andrew Arnott | 2008-12-21 | 25 | -592/+639 | |
| | | ||||||
* | | Simplest sreg extension test added and passing. | Andrew Arnott | 2008-12-20 | 27 | -1029/+1601 | |
| | | ||||||
* | | Removed IMessage.Incoming and put it just in the OAuth area that needs it. | Andrew Arnott | 2008-12-19 | 7 | -68/+3 | |
| | | ||||||
* | | Lots of work toward extensions. | Andrew Arnott | 2008-12-19 | 47 | -5761/+7351 | |
| | | ||||||
* | | Added more authentication tests and parameterized them. | Andrew Arnott | 2008-12-18 | 1 | -63/+95 | |
| | | ||||||
* | | Check_authentication signature verification is now actually being performed. | Andrew Arnott | 2008-12-16 | 11 | -50/+134 | |
| | | ||||||
* | | Added a private Provider association test (dumb mode). | Andrew Arnott | 2008-12-16 | 24 | -72/+267 | |
| | | | | | | | | Although it passes, we're still cheating on actually validating the signature of the message at the Provider. | |||||
* | | Added nonce and expiration checking to the openid channel stack. | Andrew Arnott | 2008-12-15 | 17 | -109/+246 | |
| | | ||||||
* | | Fixed creationdate bug and added more tests. | Andrew Arnott | 2008-12-15 | 4 | -2/+8 | |
| | | ||||||
* | | Split up the signed messages from the auth request/response messages. | Andrew Arnott | 2008-12-14 | 19 | -391/+491 | |
| | | | | | | | | This allows for supporting the OpenID spec's signed message that do not actually assert a user's identity. | |||||
* | | Signing message appears complete. | Andrew Arnott | 2008-12-14 | 12 | -35/+229 | |
| | | | | | | | | But the response_nonce is not in yet. | |||||
* | | Work on signing the positive assertion messages. | Andrew Arnott | 2008-12-14 | 8 | -36/+143 | |
| | | ||||||
* | | Added a database maintenance mechanism to the SP sample. | Andrew Arnott | 2008-12-13 | 1 | -1/+2 | |
| | | | | | | | | Removed the SQL database from revision control. | |||||
* | | Added more tests for OpenID messages. | Andrew Arnott | 2008-12-10 | 3 | -6/+114 | |
| | | ||||||
* | | Added several tests and fixed a bug. | Andrew Arnott | 2008-12-10 | 8 | -7/+178 | |
| | | ||||||
* | | Fixed a couple of failing unit tests. | Andrew Arnott | 2008-12-08 | 4 | -3/+18 | |
| | | ||||||
* | | Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior. | Andrew Arnott | 2008-12-08 | 2 | -0/+91 | |
| | | ||||||
* | | Added positive and negative assertion messages. | Andrew Arnott | 2008-12-08 | 18 | -11/+585 | |
| | | ||||||
* | | Ported Association tests from dotnetopenid. | Andrew Arnott | 2008-12-03 | 2 | -0/+79 | |
| | | ||||||
* | | Added tests for the Associations class. | Andrew Arnott | 2008-12-01 | 3 | -1/+81 | |
| | | ||||||
* | | Added a few tests. | Andrew Arnott | 2008-12-01 | 6 | -5/+100 | |
| | | ||||||
* | | Moved a bunch of OpenID-specific methods from the XrdsDocument class into ↵ | Andrew Arnott | 2008-12-01 | 4 | -138/+167 | |
| | | | | | | | | the OpenID namespace. | |||||
* | | StyleCop clean once again. | Andrew Arnott | 2008-12-01 | 1 | -3/+105 | |
| | | ||||||
* | | Lots of stylecop work. | Andrew Arnott | 2008-12-01 | 20 | -63/+441 | |
| | | ||||||
* | | Refactored the web request handler classes. | Andrew Arnott | 2008-11-26 | 7 | -162/+259 | |
| | | ||||||
* | | Hundreds more stylecop fixes. | Andrew Arnott | 2008-11-25 | 27 | -357/+430 | |
| | | | | | | | | Mostly just doc bugs now. | |||||
* | | Several hundred StyleCop fixes. | Andrew Arnott | 2008-11-24 | 33 | -775/+917 | |
| | | ||||||
* | | A touch of refactoring and C# warning resolution. | Andrew Arnott | 2008-11-24 | 20 | -48/+79 | |
| | | ||||||
* | | All 249 enabled tests pass. | Andrew Arnott | 2008-11-24 | 9 | -51/+208 | |
| | | ||||||
* | | Added discovery and around 60 tests. The discovery and a few other tests ↵ | Andrew Arnott | 2008-11-24 | 45 | -139/+1391 | |
| | | | | | | | | still fail, but we're making progress. | |||||
* | | Added YADIS and other discovery, XRDS, untrusted web requests. | Andrew Arnott | 2008-11-23 | 47 | -115/+3243 | |
| | | | | | | | | Hundreds of StyleCop messages and some FxCop as well. Some refactoring definitely went into the new files from their DotNetOpenId origins, but there is much more to do. | |||||
* | | StyleCop clean. | Andrew Arnott | 2008-11-23 | 13 | -400/+843 | |
| | | ||||||
* | | Added Identifier classes. | Andrew Arnott | 2008-11-23 | 9 | -3/+674 | |
| | | | | | | | | Discovery is still #ifdef'd out. | |||||
* | | Added the CheckIdRequest message, Realm, and the OpenID spec documents. | Andrew Arnott | 2008-11-22 | 11 | -2/+962 | |
| | | ||||||
* | | Refactored the associate tests. | Andrew Arnott | 2008-11-20 | 2 | -26/+26 | |
| | | ||||||
* | | Added MessagePart versioning capability. | Andrew Arnott | 2008-11-20 | 10 | -30/+125 | |
| | | | | | | | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests. | |||||
* | | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 53 | -335/+650 | |
| | | | | | | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions. | |||||
* | | Added message version check to tests. Now 2/4 associate tests fail as expected. | Andrew Arnott | 2008-11-19 | 1 | -1/+5 | |
| | | ||||||
* | | Got all 4 association tests to pass. | Andrew Arnott | 2008-11-19 | 6 | -22/+92 | |
| | | | | | | | | But we have a lot more association tests to write. | |||||
* | | Moved the two OpenId user classes into their respective namespaces. | Andrew Arnott | 2008-11-19 | 4 | -7/+6 | |
| | | ||||||
* | | Added SecuritySettings members to OP and RP classes. | Andrew Arnott | 2008-11-19 | 6 | -17/+69 | |
| | | ||||||
* | | Recoded the association tests to be parameterized. | Andrew Arnott | 2008-11-19 | 3 | -89/+97 | |
| | | ||||||
* | | FxCop message fixes. | Andrew Arnott | 2008-11-18 | 19 | -97/+138 | |
| | | ||||||
* | | Better abstraction of association-specific behavior. | Andrew Arnott | 2008-11-18 | 20 | -306/+545 | |
| | | ||||||
* | | Added association stores and moved OP association code from test into ↵ | Andrew Arnott | 2008-11-18 | 5 | -22/+83 | |
| | | | | | | | | OpenIdProvider. | |||||
* | | Renamed ErrorUtilities.Verify to VerifyProtocol. | Andrew Arnott | 2008-11-18 | 6 | -13/+13 | |
| | | ||||||
* | | Moved association creation logic from test assembly to library. | Andrew Arnott | 2008-11-18 | 16 | -271/+476 | |
| | | ||||||
* | | Added the associations collection and memory store. | Andrew Arnott | 2008-11-12 | 3 | -0/+215 | |
| | | ||||||
* | | Added .config file strong type classes. | Andrew Arnott | 2008-11-12 | 12 | -37/+628 | |
| | | ||||||
* | | Added security settings classes. | Andrew Arnott | 2008-11-11 | 4 | -0/+213 | |
| | | ||||||
* | | error checking. | Andrew Arnott | 2008-11-11 | 2 | -6/+5 | |
| | | ||||||
* | | Stylecop and a little refactoring work. | Andrew Arnott | 2008-11-11 | 6 | -74/+223 | |
| | | ||||||
* | | Added association messages. | Andrew Arnott | 2008-11-11 | 31 | -123/+1682 | |
| | | | | | | | | | | Diffie-Hellman associations seem to be working according to the test. But lots of refactoring is probably in order. | |||||
* | | Merged in Diffie Hellman implementation from DotNetOpenId 'stylecop' branch | Andrew Arnott | 2008-11-09 | 11 | -0/+3087 | |
| | | ||||||
* | | Added very basic OpenID message passing scenario test. | Andrew Arnott | 2008-11-09 | 29 | -105/+240 | |
| | | | | | | | | Lots of refactoring to eliminate IOAuthDirectedMessage which was redundant with other types and to better enable testing of OpenID scenarios. | |||||
* | | Work on OpenID test coordinator. | Andrew Arnott | 2008-11-09 | 6 | -1/+64 | |
| | | ||||||
* | | Added skeletal OpenIdRelyingParty and OpenIdProvider classes. | Andrew Arnott | 2008-11-08 | 3 | -0/+78 | |
| | | ||||||
* | | Refactored test coordinator so it can be used with OpenID as well as OAuth. | Andrew Arnott | 2008-11-08 | 11 | -128/+224 | |
| | | ||||||
* | | Made the unsuccessful associate response message derive from ↵ | Andrew Arnott | 2008-11-08 | 2 | -15/+1 | |
| | | | | | | | | DirectErrorResponse. | |||||
* | | Added OpenID error message classes. | Andrew Arnott | 2008-11-08 | 8 | -5/+177 | |
| | | ||||||
* | | Added tests for OpenIdChannel and KeyValueForm encoder. | Andrew Arnott | 2008-11-08 | 7 | -30/+336 | |
| | | ||||||
* | | Renamed a couple of methods in OAuthChannel to be more clear. | Andrew Arnott | 2008-11-08 | 2 | -24/+24 | |
| | | ||||||
* | | Added OpenIdChannel and Key-Value Form encoding. | Andrew Arnott | 2008-11-07 | 14 | -1/+554 | |
| | | | | | | | | Also several primitive tests for the association messages. | |||||
* | | Moved some common message transmission methods from OAuth to the parent Channel. | Andrew Arnott | 2008-11-07 | 2 | -43/+54 | |
| | | ||||||
* | | Refactored the Channel extensibility to better suit OpenID. | Andrew Arnott | 2008-11-07 | 11 | -165/+130 | |
| | | ||||||
* | | Added OpenID association request and response messages. | Andrew Arnott | 2008-11-06 | 14 | -0/+760 | |
|/ | | | | More work to do on these messages, but it's a step in the right direction. | |||||
* | Moved OAuth-specific string resources into the OAuth directory. | Andrew Arnott | 2008-11-06 | 11 | -105/+297 | |
| | ||||||
* | Lots of Messaging plumbing work to support DotNetOpenId associate messages. | Andrew Arnott | 2008-11-06 | 16 | -20/+914 | |
| |