Commit Graph

765 Commits

Author SHA1 Message Date
Gert Driesen 4f25cc00a7 Consider UAP10 support as new feature.
Consider UAP10 support as new feature.
Fixed typo.
2016.0.0-beta1
2016-06-19 16:28:05 +02:00
Gert Driesen c49a27b0e7 Integrate fixes scheduled for 2014.4.6-beta3 ino 2016.0.0-beta1
Integrate fixes scheduled for 2014.4.6-beta3 ino 2016.0.0-beta1
Remove section for 2014.4.6-beta3
2016-06-19 15:50:51 +02:00
Gert Driesen 622bcce6bc Fix version.
Fix version.
2016-06-19 15:39:29 +02:00
Gert Driesen f64951ff28 Fix license URL
Fix license URL
2016-06-19 15:33:46 +02:00
Gert Driesen 85af68786b Added System.Xml.XPath.XmlDocument dependency for UAP10.
Added System.Xml.XPath.XmlDocument dependency for UAP10.
2016-06-19 15:29:07 +02:00
Gert Driesen e37af98d5f Remove MSBuild community tasks.
Remove MSBuild community tasks.
2016-06-19 15:23:01 +02:00
Gert Driesen 8858cc7b0d No longer build source zip file
No longer build source zip file, we'll rely on github for this.
2016-06-19 15:22:36 +02:00
Gert Driesen 4bcebd176a Fix package name for our crypto classes, and lock version to 1.0.0.
Fix package name for our crypto classes, and lock version to 1.0.0.
2016-06-19 15:22:07 +02:00
Gert Driesen ce5988847f Update nuget package version, and TFMs.
Update nuget package version, and TFMs.
2016-06-19 11:40:45 +02:00
Gert Driesen 589e987a52 Update version to 2016.0.0 beta1.
Update version to 2016.0.0 beta1.
2016-06-19 11:29:54 +02:00
Gert Driesen 5ce2234699 Upgrade to Sandcastle 2015.6.5.0.
Upgrade to Sandcastle 2015.6.5.0.
2016-06-19 11:27:51 +02:00
Gert Driesen 17a58c0044 Added support for UAP10
Added support for UAP10
Combine build output of VS 20112 and VS 2015 builds.
Use downloaded nuget.
2016-06-19 11:27:06 +02:00
Gert Driesen f03b8999a1 Fix path to examples. 2016-06-19 11:26:13 +02:00
Gert Driesen 0467468e91 Remove obsolete build batch file. 2016-06-17 20:24:51 +02:00
Gert Driesen 9bf305ecb8 Fix nuspec. 2016-06-17 20:24:38 +02:00
Gert Driesen 946cc2a78a Remove nuget.exe build item. 2016-06-17 20:24:22 +02:00
Gert Driesen 2cb0c00a95 Remove obsolete nuget binary. 2016-06-17 20:23:59 +02:00
drieseng f50068b021 Merge remote-tracking branch 'refs/remotes/origin/develop' 2016-06-17 14:35:00 +02:00
Gert Driesen 54a4f7d417 Sync VS2012 only project files. 2016-06-17 14:29:49 +02:00
Gert Driesen d99901da59 Fix reference to build items and remove solution items. 2016-06-17 14:28:58 +02:00
drieseng f7f29d60cd Fix references to build items.
Remove solution items.
2016-06-17 13:44:49 +02:00
drieseng 4a9912566f Update license and project URL
Update tags.
Update release notes to prepare for new beta release.
Define dependencies for UAP 10.0 TFM.
2016-06-17 13:44:17 +02:00
drieseng f38262f775 Remove unused imports. 2016-06-17 13:06:07 +02:00
drieseng 57a78fc3a4 Make line endings consistent (PR #19) 2016-06-17 12:25:27 +02:00
drieseng 42c7466a5d Include a .gitattribute file to make the line endings stay consistent 2016-06-17 12:22:51 +02:00
drieseng f5b5542684 Improved exception messages.
Avoid magic numbers.
Improve test coverage.
2016-06-17 12:01:00 +02:00
drieseng a1f46d40c2 Register for SSH_MSG_GLOBAL_REQUEST right before authentication.
Use link to issue in corresponding test.
2016-06-15 21:37:21 +02:00
drieseng 1e94070b23 Added test for:
https://github.com/sshnet/SSH.NET/issues/8
2016-06-15 21:33:19 +02:00
drieseng ec9fc0f317 Fix imports. 2016-06-15 21:33:19 +02:00
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