summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2.2.0v2.2.02.1delano2011-08-173-3/+7
* Merge pull request #23 from imbriaco/masterDelano Mandelbaum2011-08-172-9/+57
|\
| * Add a test and a couple of assertions for the UNIX socket local forwarding.Mark Imbriaco2011-08-141-1/+39
| * Only change the port type to :string when we are forwarding a UNIX socket.Mark Imbriaco2011-08-141-1/+6
| * Add support for forward a local UNIX domain socket to a remote TCP socket.Mark Imbriaco2011-08-131-8/+13
|/
* Merge pull request #20 from nmeans/bind_addressDelano Mandelbaum2011-06-304-6/+14
|\
| * Add BindAddress support to Net::SSH.Nickolas Means2011-06-284-6/+14
|/
* Release 2.1.4v2.1.4delano2011-04-033-2/+7
* Merge branch 'master' of https://github.com/watsonian/net-ssh into 2.1delano2011-04-031-0/+3
|\
| * Add ConnectionTimeout exception class.watsonian2011-03-231-0/+3
* | Test case for transport.close after auth failurePatrick Marchi2011-03-141-0/+28
|/
* Fix code example indentation to render well in RDocPierre Riteau2011-03-081-4/+4
* Call to transport.closed should be transport.closev2.1.3delano2011-03-024-3/+9
* Release 2.1.2v2.1.2delano2011-03-013-3/+3
* Merge branch 'master' into 2.1delano2011-03-012-2/+2
|\
| * Release 2.1.1v2.1.1delano2011-03-012-2/+2
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-0112-19/+96
* | ! transport won't be closed if authentication failspmarchi-masterPatrick Marchi2011-03-011-0/+1
|/
* Corrected attribution in changelogdelano2011-01-201-1/+1
* Corrected attribution in changelogdelano2011-01-201-2/+2
* Merge branch '2.1'delano2011-01-203-3/+44
|\
| * Updated running tests docsdelano2011-01-202-2/+43
| * scp -rp doc/* rubyforge.org hangs so I removed the -p (which works)delano2011-01-201-1/+1
* | Release 2.1.0v2.1.0delano2011-01-202-3/+3
|/
* Updated CHANGESdelano2011-01-201-0/+7
* Merge branch 'musybite-identities-only' into 2.1delano2011-01-204-30/+77
|\
| * Support "IdentitiesOnly" directivemusybite-identities-onlyMusy Bite2011-01-174-30/+77
* | Speeding up the Loggable moduledelano2011-01-201-5/+5
|/
* Release 2.0.24v2.0.24delano2011-01-143-2/+3
* Fix circular require warning in Ruby 1.9.22.0delano2011-01-142-1/+1
* Prevent circular require warning (1.9.2)delano2011-01-142-8/+9
* Updated attribution in changelogdelano2011-01-141-2/+2
* Updated email in READMEdelano2011-01-141-1/+2
* Fix for process code to correctly wait until remote_id is set before sending ...delano2011-01-142-1/+6
* Merge branch 'typo' of https://github.com/qmx/net-sshdelano2010-11-211-1/+1
|\
| * typo on rdocDouglas Campos2010-11-211-1/+1
* | wipdelano2010-08-259-12/+30
|/
* Release 2.0.23v2.0.23delano2010-06-032-2/+2
* Updated changelogdelano2010-06-031-0/+9
* delay CHANNEL_EOF packet until output buffer is emptyRich Lane2010-06-042-2/+22
* Release 2.0.22v2.0.22delano2010-04-202-2/+3
* Updated changelogdelano2010-04-201-0/+4
* Allow host aliases to be numeric when parsing ssh_config filesLee Marlow2010-04-213-1/+12
* Added codes linkdelano2010-03-231-0/+1
* Added issue tracker linkdelano2010-03-231-1/+2
* Release 2.0.21v2.0.21delano2010-03-203-3/+6
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement ...delano2010-03-204-7/+43
* Added nohost test configdelano2010-03-201-0/+1
* Merge branch 'portfwfix' of http://github.com/mfazekas/net-ssh into portfwfixportfwfixdelano2010-03-162-6/+18
|\
| * Handling poptential exceptions in on_eof, and deadlock in testsMiklós Fazekas2010-03-162-6/+18