summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Support "ProxyCommand none" directive2.0.20delano2010-02-105-20/+9
|/
* Support "ProxyCommand none" directiveAndy Lo-A-Foe2010-02-111-3/+5
* Release 2.0.19 (plus signs in sshconfig host)v2.0.19delano2010-01-163-3/+5
* Added test for plus sign support in sshconfig hostname (Ruby 1.8)delano2010-01-162-1/+16
* Updated manifestsdelano2010-01-152-0/+4
* Support plus sign in sshconfig hostnamedelano2010-01-153-0/+6
* Release 2.0.18 (readpartial test fix)v2.0.18delano2010-01-153-4/+4
* Fix related to #recv(1) to #readpartial change in 2.0.16delano2010-01-133-2/+9
* updated homepage in gemspecdelano2010-01-131-1/+1
* Release 2.0.17 (windows pageant fix for 1.9)v2.0.17delano2009-12-143-2/+7
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Re...delano2009-12-141-1/+4
* Cleaned changelogdelano2009-11-301-1/+0
* Release 2.0.16v2.0.16delano2009-11-283-2/+11
* Do not put a command line twice in error messages.Akinori MUSHA2009-11-111-2/+2
* Added SSH tunnel bug reproduction scriptdelano2009-11-091-0/+65
* switched from #readchar to #readpartial(1) in lib/net/ssh/transport/server_ve...aaalex2009-11-102-8/+18
* switched from #recv(1) to #readchar in lib/net/ssh/transport/server_version.r...aaalex2009-11-102-2/+4
* Add support for the ProxyCommand directive.Akinori MUSHA2009-11-101-0/+4
* Add Net::SSH::Proxy::Command.Akinori MUSHA2009-11-102-4/+82
* Multiple hosts are separated by whitespace, no comma should be put.Akinori MUSHA2009-11-102-5/+5
* Release 2.0.15v2.0.15delano2009-09-033-2/+7
* Scale back IO#select patch so it mutexes only zero-timeout callsissue-1Daniel Azuma2009-09-021-3/+11
* Release 2.0.14v2.0.14delano2009-08-282-2/+2
* Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTPdelano2009-08-282-1/+4
* Refined argument fix for Net::SSH::Compat.io_selectDaniel Azuma2009-08-272-13/+5
* Quick argument fix for Net::SSH::Compat.io_selectdelano2009-08-272-1/+9
* Apply IO#select threading fix for Ruby 1.8 (cover all instances of IO#select)Daniel Azuma2009-08-274-25/+41
* Apply IO#select threading fix for Ruby 1.8 (exclude 1.9 and JRuby)delano2009-08-261-10/+17
* Fix for IO#select threading bug in Ruby 1.8 (LH-1) [Daniel Azuma]delano2009-08-262-3/+17
* Merge branch 'master' into 2.0v2.0.13delano2009-08-171-1/+1
|\
| * Fixing github error: "authors must be Array of Strings"delano2009-08-171-1/+1
* | Merged masterdelano2009-08-171-1/+1
|\ \ | |/
| * Release 2.0.13delano2009-08-174-6/+6
* | Merge branch 'master' into 2.0delano2009-08-171-1/+1
|\ \
| * | Release 2.0.13delano2009-08-174-6/+6
| |/
* | Release 2.0.13delano2009-08-174-5/+5
|/
* Re-added refactored fix for hanging in ServerVersion#negotiate! when using SO...delano2009-08-123-7/+19
* Added Rudyfile for clean linux testsdelano2009-08-113-1/+113
* Disabled negotiate! fix until Mock:socket issues are resolveddelano2009-08-102-1/+3
* Raise exceptions when required options are not supplied to CipherFactory.make...delano2009-08-101-4/+4
* Removed SOCK5 negotiate fix from Net::SSH::Proxy::SOCKS5 and applied a new fi...delano2009-08-103-22/+8
* Applied patch for Socks5 negotiation fix [Gerald Talton]delano2009-08-102-5/+23
* Removed debug outputdelano2009-08-101-1/+0
* Closes GH-6 Added support for specifying a list of hosts in .ssh/config, with...delano2009-08-106-9/+42
* gem fix for test-unitdelano2009-08-101-0/+1
* Added arcfour support message to README [Karl Varga]delano2009-08-101-49/+30
* Updated file manifestdelano2009-08-102-1/+3
* Added encryption and decryption tests for arcfour128/256/512delano2009-08-101-1/+31
* Added tests for arcfour lengthsdelano2009-08-101-0/+12
* Added arcfour check scriptdelano2009-08-101-0/+20