summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/Bindings
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-0410-597/+0
|
* Applied FxCop fixes.Andrew Arnott2008-10-234-22/+11
|
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ↵Andrew Arnott2008-09-281-1/+1
| | | | several classes and interfaces public.
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-1/+19
| | | | Included in this change are a lot of fixes and additional implementation.
* Refactored OAuth signing functionality into a SignedMessageBase class.Andrew Arnott2008-09-221-1/+1
|
* Adding the binding elements necessary for basic OAuth functionality.Andrew Arnott2008-09-214-1/+221
|
* StylCop and FxCop work.Andrew Arnott2008-09-211-1/+2
|
* Renamed the ISignedOAuthMessage.Andrew Arnott2008-09-131-2/+2
|
* Stylecop fixes.Andrew Arnott2008-09-131-0/+12
|
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-131-2/+9
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-138-0/+350