Histórico de commits

Autor SHA1 Mensagem Data
  Gert Driesen 00ed218425 Added internal IForwardPort interface to allow mocking of forwarded ports. 11 anos atrás
  Gert Driesen ba309fc716 Modify accessiblity of Authenticate to internal, and modify IsAuthenticated depending on the outcome of the authentication. 11 anos atrás
  Gert Driesen 23a178f7aa Document exceptions for ConnectionInfo constructors. 11 anos atrás
  Gert Driesen 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 anos atrás
  Gert Driesen 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 anos atrás
  Gert Driesen ac180a580a Use lambda expression. 11 anos atrás
  Gert Driesen 3384a7d806 Fix compile on .NET 3.5 11 anos atrás
  Gert Driesen 397640ef10 Issue #1930: No connection possible with the same auth method requested multiple times. Improve exception message for authentication failures. 11 anos atrás
  Gert Driesen bbd5e2f6bb Document default values of ConnectionInfo class. 11 anos atrás
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 anos atrás
  olegkap_cp 908c22cc93 Fix SshAuthenticationException by handling PartialSuccess response and continue authentication proccess in that case 12 anos atrás
  olegkap_cp 2825e44f45 Improve HTTP proxy error handling, regarding issue #1509 12 anos atrás
  olegkap_cp e1b2d13a99 Fix SCP to handle root path 12 anos atrás
  olegkap_cp 3bf76ef842 Add HashInfo class and refactor hashing works 12 anos atrás
  olegkap_cp db38a04f8a Add Encoding property to ConnectionInfo to specify what encoding to use for current session. 12 anos atrás
  olegkap_cp ff2d8b3f52 Add support for hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 12 anos atrás
  olegkap_cp 111fd3e052 Add support for twofish cipher 12 anos atrás
  olegkap_cp c46ceaf34b Add support for arcfour cipher and hmac-ripemd160 algorithms 12 anos atrás
  olegkap_cp 6d2604948d Remove documention content and move code examples into test and code comments 12 anos atrás
  olegkap_cp 358b08905f Fix and add XML comments 12 anos atrás
  olegkap_cp 807259a016 Apply 13574 patch 12 anos atrás
  olegkap_cp 3b3c3f7be4 Change DEFAULT_PORT from test 2222 to production 22 13 anos atrás
  olegkap_cp 83f3f63c21 Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static 13 anos atrás
  olegkap_cp 552a9f0cc3 Fix partial authentication error 13 anos atrás
  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 anos atrás
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 anos atrás
  olegkap_cp 8ac242d197 Add ServerVersion and ClientVersion to the ConnectionInfo 13 anos atrás
  olegkap_cp 08aaf634c3 Add KeyLength property to HostKeyEventArgs 13 anos atrás
  olegkap_cp 628ce8bb37 Fix SocketReadLine to be able to read empty line 13 anos atrás
  olegkap_cp 3f1fef6faa Fix authentication constructors 13 anos atrás