summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.4.0v2.4.0add-many-algorithmsdelano2012-05-173-2/+6
* Merge pull request #35 from arturaz/masterDelano Mandelbaum2012-05-174-179/+285
|\
| * Bump jruby-pageant version.Arturas Slajus2012-02-171-1/+1
| * Work around inability to specify platform specific dependencies in gemspec.Arturas Slajus2012-02-161-1/+4
| * Moved java dependencies to jruby-pageant gem.Arturas Slajus2012-02-167-18/+7
| * 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
| * Updated gemspec, converted tabs to spaces.Jonas Abromaitis2012-02-161-12/+14
| * Support for Pageant with JRuby + Win32.Jonas Abromaitis2012-02-168-167/+281
|/
* Merge pull request #34 from rliebling/masterDelano Mandelbaum2012-02-146-51/+144
|\
| * pageant.rb - whitespace (tabs to spaces)rich2012-01-211-41/+41
| * Merge remote-tracking branch 'graffic/master'rich2012-01-216-44/+137
| |\ |/ /
| * Adds support for Putty ssh agent and ruby 1.9 (Windows)Javier Gonel2011-03-012-9/+90
| * Added the same description as github has.Javier Gonel2011-03-011-1/+1
| * All tests pass Ruby 1.9.2 on WindowsJavier Gonel2011-02-283-22/+27
| * test_ket_manager: Tests should pass in windows too.Javier Gonel2011-02-281-9/+13
* | Release 2.3.0 (Support for hmac-sha2 and diffie-hellman-group-exchange-sha256)v2.3.02.3delano2012-01-113-7/+18
* | Merge pull request #30 from nappa/sha2macDelano Mandelbaum2012-01-1121-139/+695
|\ \
| * | put unit tests for hmac-sha2-* into gemRyosuke Yamazaki2011-12-161-0/+4
| * | add diffie-hellman-group-exchange-sha256 supportRyosuke Yamazaki2011-12-166-7/+63
| * | Compatibile with OpenSSHRyosuke Yamazaki2011-12-162-4/+7
| * | cleanup.Ryosuke Yamazaki2011-12-163-44/+31
| * | add tests (arcfour{128,256,512} and hmac-sha2-*)Ryosuke Yamazaki2011-12-154-100/+393
| * | remove debug outputRyosuke Yamazaki2011-12-151-2/+0
| * | add hmac-sha2-* support files to gemRyosuke Yamazaki2011-12-151-0/+4
| * | 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-158-0/+175
* | | Version 2.2.2v2.2.22.2delano2012-01-043-2/+7
* | | 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
|\ \ \ \ | |/ / /
| * | | Merge pull request #28 from muffl0n/patch-1Delano Mandelbaum2012-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-243-2/+7
* | | Merge branch 'master' of github.com:net-ssh/net-sshdelano2011-08-245-39/+114
|\ \ \ | |/ /
| * | Merge pull request #26 from musybite/lh30Delano Mandelbaum2011-08-245-39/+114
| |\ \
| | * | LH30 fixedMusy Bite2011-08-231-22/+56
| | * | LH30: Failing test clarified a bitMusy Bite2011-08-232-9/+13
| | * | Added option to suppress passphrase prompt to KeyFactoryMusy Bite2011-08-232-5/+11
| | * | LH30: Failing testMusy Bite2011-08-221-9/+40
| | * | Fix "ArgumentError: assertion message must be String or Proc"Musy Bite2011-08-221-2/+2
| |/ /
* | | Use rdoc/task in Rakefiledelano2011-08-171-1/+1
|/ /
* | 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
|/ /