Gert Driesen
|
80702f796d
Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591.
|
пре 11 година |
Gert Driesen
|
e7ff062145
Remove redundant this qualifier, and fixes general warnings.
|
пре 11 година |
Gert Driesen
|
9366658bc4
Added simple ServiceFactory to allow unit testing of SshClient.
|
пре 11 година |
Gert Driesen
|
00ed218425
Added internal IForwardPort interface to allow mocking of forwarded ports.
|
пре 11 година |
Gert Driesen
|
ba309fc716
Modify accessiblity of Authenticate to internal, and modify IsAuthenticated depending on the outcome of the authentication.
|
пре 11 година |
Gert Driesen
|
23a178f7aa
Document exceptions for ConnectionInfo constructors.
|
пре 11 година |
Gert Driesen
|
8678d087d9
Modify ShellStream.ReadLine() to take into account multi-byte character.
|
пре 11 година |
Gert Driesen
|
2427090ecb
Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking.
|
пре 11 година |
Gert Driesen
|
ac180a580a
Use lambda expression.
|
пре 11 година |
Gert Driesen
|
3384a7d806
Fix compile on .NET 3.5
|
пре 11 година |
Gert Driesen
|
397640ef10
Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures.
|
пре 11 година |
Gert Driesen
|
bbd5e2f6bb
Document default values of ConnectionInfo class.
|
пре 11 година |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
пре 11 година |
olegkap_cp
|
908c22cc93
Fix SshAuthenticationException by handling PartialSuccess response and continue authentication proccess in that case
|
пре 12 година |
olegkap_cp
|
2825e44f45
Improve HTTP proxy error handling, regarding issue #1509
|
пре 12 година |
olegkap_cp
|
e1b2d13a99
Fix SCP to handle root path
|
пре 12 година |
olegkap_cp
|
3bf76ef842
Add HashInfo class and refactor hashing works
|
пре 12 година |
olegkap_cp
|
db38a04f8a
Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
|
пре 12 година |
olegkap_cp
|
ff2d8b3f52
Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96
|
пре 12 година |
olegkap_cp
|
111fd3e052
Add support for twofish cipher
|
пре 12 година |
olegkap_cp
|
c46ceaf34b
Add support for arcfour cipher and hmac-ripemd160 algorithms
|
пре 12 година |
olegkap_cp
|
6d2604948d
Remove documention content and move code examples into test and code comments
|
пре 12 година |
olegkap_cp
|
358b08905f
Fix and add XML comments
|
пре 12 година |
olegkap_cp
|
807259a016
Apply 13574 patch
|
пре 12 година |
olegkap_cp
|
3b3c3f7be4
Change DEFAULT_PORT from test 2222 to production 22
|
пре 13 година |
olegkap_cp
|
83f3f63c21
Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static
|
пре 13 година |
olegkap_cp
|
552a9f0cc3
Fix partial authentication error
|
пре 13 година |
Kenneth_aa_cp
|
3be0eaf09b
Fixed BUG from revision 16218. Changed ConnectionInfo so if ProxyType is set to None, constructor will not validate proxy parameters (host, port specifically), and when set to ProxyType.None, host, username and password is set to null in the other constructors - instead of string.Empty.
|
пре 13 година |
Kenneth_aa_cp
|
25816b1dd7
ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor.
|
пре 13 година |
olegkap_cp
|
8ac242d197
Add ServerVersion and ClientVersion to the ConnectionInfo
|
пре 13 година |