Commit Graph

736 Commits

Author SHA1 Message Date
drieseng 31bf2ae431 Added tests for Extensions.ToGlobalRequestName. 2016-06-15 21:33:19 +02:00
drieseng fbff2e53a4 Use uppercase literal suffix. 2016-06-15 21:33:19 +02:00
Gert Driesen a5a6044226 Merge pull request #9 from antmeehan/fix-issue-8
Handle SSH_MSG_GLOBAL_REQUEST earlier in the connection process
2016-06-15 21:32:34 +02:00
Gert Driesen 665759c246 Merge pull request #17 from matthewvukomanovic/develop
Use Infinite constants where appropriate
2016-06-15 21:31:25 +02:00
Matthew Vukomanovic ef80d2c175 Revert "Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan"
This reverts commit ee774a3ce7.
2016-06-15 13:10:52 +08:00
drieseng ee3f679aa3 Separate creating, enabling/disabling, activating/deactivating of messages into SshMessageFactory.
Huge performance improvement in micro-benchmark.
Work in progress.
2016-06-14 22:28:49 +02:00
Matthew Vukomanovic ee774a3ce7 Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan 2016-06-14 16:22:45 +08:00
Matthew Vukomanovic d755829ee0 Change methods to use the Session.Infinite value rather than -1 or their own Infinite value 2016-06-14 16:22:44 +08:00
Matthew Vukomanovic 2fd25cb2cb Where appropriate change all -1 and Timespan(0,0,0,-1) to SshNet.Session.Infinite and SshNet.Session.InfiniteTimeSpan 2016-06-14 16:22:43 +08:00
drieseng a66b32d488 Revert "Update to SshNet.Security.Cryptography 1.0.0."
This reverts commit df992c39b1.
2016-06-05 09:31:19 +02:00
drieseng 73d218f29c Added decrypt test. 2016-06-05 09:31:00 +02:00
drieseng e3a6e18424 Added slashdoc. 2016-06-05 09:30:34 +02:00
drieseng 052e98a364 Rename NAME to Name. 2016-06-05 09:30:19 +02:00
drieseng d795050636 Remove unused import. 2016-06-05 09:28:11 +02:00
drieseng 62100a08e2 Change modifier order. 2016-06-05 09:27:59 +02:00
drieseng 7411f16dca Added slashdocs. 2016-06-05 09:23:09 +02:00
drieseng 21e86a5528 Upgrade to SshNet.Security.Cryptography 1.0.0. 2016-06-04 18:10:31 +02:00
drieseng fc777ccb11 Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git 2016-06-04 18:09:48 +02:00
drieseng df992c39b1 Update to SshNet.Security.Cryptography 1.0.0. 2016-06-04 18:09:40 +02:00
drieseng df765ff068 Remove unused class. 2016-06-04 17:42:15 +02:00
drieseng be9471b8d5 Fixed (resharper) warnings. 2016-06-04 17:41:57 +02:00
drieseng b2eae63e57 Added slashdocs. 2016-06-04 17:38:11 +02:00
drieseng 037e58270f Added slashdocs. 2016-06-04 17:36:13 +02:00
drieseng 887926f172 Return empty byte array when EOF status response is received. 2016-05-25 21:36:46 +02:00
drieseng 3d78d65ee7 Remove unused imports. 2016-05-23 19:58:38 +02:00
drieseng 25604c74aa Change modifier order (cosmetic). 2016-05-23 19:57:40 +02:00
drieseng 78adac1241 Restore HandleSocks5 as before bug triaging. 2016-05-22 10:30:12 +02:00
drieseng 5ba43c72f0 Fix indentation of regions. 2016-05-22 10:21:49 +02:00
drieseng f1063bae78 Revert "Revert "Remove unused import.""
This reverts commit 5d60476400.
2016-05-21 20:29:15 +02:00
drieseng 5d60476400 Revert "Remove unused import."
This reverts commit c50e2a2f41.
2016-05-21 20:28:16 +02:00
drieseng c50e2a2f41 Remove unused import. 2016-05-21 20:27:10 +02:00
drieseng 02bf043223 For now, move Extensions to Renci.SshNet namespace. 2016-05-21 20:26:55 +02:00
drieseng e8cf0a4455 Fix build on UWP/UAT10. 2016-05-21 20:26:14 +02:00
drieseng 3aab98360c Added test for Decrypt. 2016-05-21 18:56:58 +02:00
drieseng 73d343f630 Use Array.Resize instead of creating new array and using Array.Copy to copy data over. 2016-05-21 18:55:32 +02:00
drieseng 9c9d9f3faa Remove commented code. 2016-05-21 18:54:20 +02:00
drieseng cd91adddba BCL for WP8 does not contain ASCIIEncoding. 2016-05-21 18:23:43 +02:00
drieseng 1dcf4412b9 Extensions namespace fix. 2016-05-21 18:23:03 +02:00
drieseng 9c27c4f083 Fixed namespace and accessibility. 2016-05-21 18:22:14 +02:00
Matthew Vukomanovic 8854821436 Correct the build and sandcastle locations 2016-05-19 14:36:59 +08:00
Matthew Vukomanovic 8586ae283c Exclude build/targets 2016-05-19 14:36:58 +08:00
Matthew Vukomanovic 43f06b56e0 Correct the location of the VS2012.sln file in the build.proj 2016-05-19 14:36:57 +08:00
Matthew Vukomanovic daf5975ae8 Quote MSBUILD_EXE and also use it 2016-05-19 14:36:56 +08:00
Gert Driesen 81f904ecb8 Fix .NET 3.5 test build. 2016-05-16 21:01:57 +02:00
Gert Driesen bc0ccc8546 Added Extensions tests to .NET 3.5 test project. 2016-05-16 21:01:34 +02:00
Gert Driesen 21c4841256 Added Array.cs to SL4 project file. 2016-05-16 21:00:58 +02:00
Gert Driesen d11eeb4185 Moved both parts of Extensions partial class to Common namespace. 2016-05-16 20:30:31 +02:00
Gert Driesen df1211a0b1 Added Array.cs to WP project 2016-05-16 20:29:33 +02:00
Gert Driesen 0c5778d449 ASCIIEncoding does not exist for WP8 2016-05-16 20:29:22 +02:00
drieseng 49efc18690 Added doc for Take.
Added null checks to IsEqualTo.
2016-05-16 19:18:39 +02:00