summaryrefslogtreecommitdiff
path: root/lib/net/ssh
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.1v2.5.12.4delano2012-05-241-1/+1
* Release 2.5.0v2.5.0delano2012-05-241-1/+1
* Merged addalgosaddalgosdelano2012-05-2419-27/+521
|\
| * implement many algorithmsRyosuke Yamazaki2012-03-2619-27/+521
* | 2.4.0v2.4.0add-many-algorithmsdelano2012-05-171-1/+1
* | Moved java dependencies to jruby-pageant gem.Arturas Slajus2012-02-161-18/+5
* | Use Net::SSH::Authentication::PLATFORM instead of separate detection in #agen...Arturas Slajus2012-02-162-2/+2
* | Whoops, forgot to remove debug output.Jonas Abromaitis2012-02-161-3/+1
* | Support for Pageant with JRuby + Win32.Jonas Abromaitis2012-02-163-167/+281
|/
* pageant.rb - whitespace (tabs to spaces)rich2012-01-211-41/+41
* Merge remote-tracking branch 'graffic/master'rich2012-01-212-9/+90
|\
| * Adds support for Putty ssh agent and ruby 1.9 (Windows)Javier Gonel2011-03-012-9/+90
* | Release 2.3.0 (Support for hmac-sha2 and diffie-hellman-group-exchange-sha256)v2.3.02.3delano2012-01-111-2/+2
* | Merge pull request #30 from nappa/sha2macDelano Mandelbaum2012-01-1111-36/+134
|\ \
| * | add diffie-hellman-group-exchange-sha256 supportRyosuke Yamazaki2011-12-163-3/+23
| * | Compatibile with OpenSSHRyosuke Yamazaki2011-12-161-2/+5
| * | cleanup.Ryosuke Yamazaki2011-12-163-44/+31
| * | add tests (arcfour{128,256,512} and hmac-sha2-*)Ryosuke Yamazaki2011-12-151-3/+2
| * | remove debug outputRyosuke Yamazaki2011-12-151-2/+0
| * | fix for hmac key deriving bugRyosuke Yamazaki2011-12-152-7/+43
| * | support hmac-sha2-256, hmac-sha2-512, hmac-sha2-256-96, hmac-sha2-512-96Ryosuke Yamazaki2011-12-154-0/+55
* | | Version 2.2.2v2.2.22.2delano2012-01-041-1/+1
* | | Merge branch 'master' of github.com:net-ssh/net-sshdelano2012-01-041-1/+6
|\ \ \
| * \ \ Merge pull request #31 from pcn/masterDelano Mandelbaum2012-01-041-1/+6
| |\ \ \
| | * | | Avoid dying when unsupported auth mechanisms are defined (e.g. kerberos-related)Peter C. Norton2011-12-231-1/+6
| | |/ /
* | | | Merge branch 'master' of github.com:net-ssh/net-sshdelano2012-01-041-1/+2
|\ \ \ \ | |/ / /
| * | | Applied Patch described in https://github.com/net-ssh/net-ssh/issues/21muffl0n2011-10-121-1/+2
| |/ /
* | | Release 2.2.1delano2011-08-241-1/+1
|/ /
* | LH30 fixedMusy Bite2011-08-231-22/+56
* | LH30: Failing test clarified a bitMusy Bite2011-08-231-2/+2
* | Added option to suppress passphrase prompt to KeyFactoryMusy Bite2011-08-231-4/+4
* | Release 2.2.0v2.2.02.1delano2011-08-171-2/+2
* | 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
* | Add BindAddress support to Net::SSH.Nickolas Means2011-06-282-1/+4
* | Release 2.1.4v2.1.4delano2011-04-031-1/+1
* | Add ConnectionTimeout exception class.watsonian2011-03-231-0/+3
* | 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-021-1/+1
* | Release 2.1.2v2.1.2delano2011-03-011-1/+1
* | Merge branch 'master' into 2.1delano2011-03-011-1/+1
|\ \
| * | Release 2.1.1v2.1.1delano2011-03-011-1/+1
| |/
* | Fix for Net::SSH Continues to attempt authentication when notified it is not ...delano2011-03-016-7/+30
|/
* Release 2.1.0v2.1.0delano2011-01-201-2/+2
* Merge branch 'musybite-identities-only' into 2.1delano2011-01-202-27/+56
|\
| * Support "IdentitiesOnly" directivemusybite-identities-onlyMusy Bite2011-01-172-27/+56
* | Speeding up the Loggable moduledelano2011-01-201-5/+5
|/
* Release 2.0.24v2.0.24delano2011-01-141-1/+1
* Fix circular require warning in Ruby 1.9.22.0delano2011-01-141-1/+0
* Fix for process code to correctly wait until remote_id is set before sending ...delano2011-01-141-1/+1