Gert Driesen
|
7e80645f2e
Merge branch 'master' of https://github.com/sshnet/SSH.NET
|
8 年之前 |
Gert Driesen
|
6445546b70
Merge remote-tracking branch 'refs/remotes/origin/develop'
|
8 年之前 |
Gert Driesen
|
47aafb1347
Merge pull request #315 from sshnet/develop
|
8 年之前 |
Gert Driesen
|
7a19bcd81e
Prepare for 2016.1.0-beta4.
|
8 年之前 |
Gert Driesen
|
292c0e46b2
Sync .NET 3.5 test project.
|
8 年之前 |
Gert Driesen
|
16004effcc
Add support for partial success limit to prevent stack overflow on badly behaving servers
|
8 年之前 |
Gert Driesen
|
c2e1de507d
Improve tests for partial success limit.
|
8 年之前 |
Gert Driesen
|
14b654d0ab
Introduce a partial success limit.
|
8 年之前 |
Gert Driesen
|
9e5ed683fe
Remove empty line.
|
8 年之前 |
Gert Driesen
|
e04e0129cd
Added partialSuccessLimit argument to ClientAuthentication ctor.
|
8 年之前 |
Gert Driesen
|
69fb3be4fa
Signal the closed wait handle to avoid a deadlock when a subscriber to the Closed event in turn closes or disposes the channel.
|
8 年之前 |
Gert Driesen
|
a6f5d3580a
Fix warnings.
|
8 年之前 |
Gert Driesen
|
1eac7d89da
Fix typos.
|
8 年之前 |
Gert Driesen
|
e78350977e
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop
|
8 年之前 |
Gert Driesen
|
79c0f90db3
Modify our DH kex to generate a private component that is twice the size of the hash that a given algorithm produces, with a minimum of 1024 bits.
|
8 年之前 |
Gert Driesen
|
b5d07629e8
Document exception for SendMessage.
|
8 年之前 |
Gert Driesen
|
3b23d11c8a
Mark ChannelSession sealed, and added doc for SendChannelOpenMessage().
|
8 年之前 |
Gert Driesen
|
cdf50d2a37
Merge remote-tracking branch 'refs/remotes/origin/develop'
|
8 年之前 |
Gert Driesen
|
c71d7f6aa5
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
|
8 年之前 |
Gert Driesen
|
a353f95ebf
Ensure read buffer is large enough.
|
8 年之前 |
Gert Driesen
|
c3d43b67ec
Pass buffer size to ShellStream ctor.
|
8 年之前 |
Gert Driesen
|
985e3f3703
Merge pull request #211 from JasonQG/patch-1
|
8 年之前 |
Gert Driesen
|
e9eaf65543
Add more documentation.
|
8 年之前 |
Gert Driesen
|
204d00c95c
Raise Closed event before invocing Close() to make sure we do not raise this event after we finished disposing.
|
8 年之前 |
Gert Driesen
|
80ae79ca4c
Avoid overlapping SSH_FXP_OPEN and SSH_FXP_LSTAT requests for the same file as this causes a performance degradation on Sun SSH.
|
8 年之前 |
Gert Driesen
|
a7dbfbc1ef
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop
|
8 年之前 |
Gert Driesen
|
698ee15425
Please our mock tests.
|
8 年之前 |
Gert Driesen
|
d681e915f5
Sync conditional compilation symbols.
|
8 年之前 |
Gert Driesen
|
25275ffe57
Rename const.
|
8 年之前 |
Gert Driesen
|
37bfb7c0c8
Remove usage of Linq.
|
8 年之前 |