summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/MessagingStrings.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented the PLAINTEXT and HMAC-SHA1 signature algorithms.Andrew Arnott2008-09-221-0/+9
|
* Adding the binding elements necessary for basic OAuth functionality.Andrew Arnott2008-09-211-0/+18
|
* StylCop and FxCop work.Andrew Arnott2008-09-211-1/+1
|
* All tests passing, with more work done.Andrew Arnott2008-09-181-0/+9
|
* Fixed a few bugs and got all tests passing.Andrew Arnott2008-09-181-0/+9
|
* Added MessageDictionary and supporting classes and tests.Andrew Arnott2008-09-171-0/+9
| | | | Very little documentation is there until I can prove the idea works to solve our signing design problem.
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-131-0/+9
| | | | protections they require.
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-131-0/+18
| | | | channel binding elements.
* Fixed xml spoofing bug for using DataContractSerializer to deserialize messages.Andrew Arnott2008-09-131-0/+18
| | | | Added tests to verify correct behavior.
* Added expiring messages and replay protection support infrastructure.Andrew Arnott2008-09-121-0/+27
|
* Added infrastructure for message signing support to base Channel class.Andrew Arnott2008-09-121-0/+18
|
* Much better test coverage.Andrew Arnott2008-09-101-0/+18
|
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-0/+18
|
* More channel work and testing.Andrew Arnott2008-09-031-0/+9
|
* Request/reply channel work.Andrew Arnott2008-09-021-0/+9
|
* Lots of design work on the channel stack.Andrew Arnott2008-09-021-0/+90