summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert aes-gcm @ opensslrevert_aes_gcmMiklos Fazkeas2014-11-114-10/+9
* Revert "Update chipers for known_hosts"Miklos Fazkeas2014-10-251-10/+2
* Merge pull request #190 from mfazekas/warn_for_unimplemented_algsDelano Mandelbaum2014-10-032-46/+43
|\
| * removed unimplemented hmac, host_key and we now warn instead of fail for unim...Miklos Fazkeas2014-10-032-46/+43
|/
* Merge pull request #187 from mfazekas/password_auth_askDelano Mandelbaum2014-09-304-11/+84
|\
| * Password auth will ask for password up to number_of_password_prompts timesMiklos Fazkeas2014-09-264-11/+84
* | Merge pull request #186 from mfazekas/ignore_unknown_pubkeyDelano Mandelbaum2014-09-302-4/+29
|\ \
| * | Ignore unkown key instead of failing on itMiklos Fazkeas2014-09-262-4/+29
| |/
* | Merge pull request #185 from mfazekas/ed25519_is_not_implementedDelano Mandelbaum2014-09-301-1/+1
|\ \ | |/ |/|
| * Revert "Add support for ssh-ed25519 to lib/net/ssh/buffer.rb"Miklos Fazkeas2014-09-261-1/+1
|/
* Merge pull request #181 from amatsuda/warningsMiklós Fazekas2014-09-021-2/+1
|\
| * warning: assigned but unused variable - multi_hostAkira Matsuda2014-09-021-1/+0
| * warning: assigned but unused variable - hashAkira Matsuda2014-09-021-1/+1
|/
* Merge pull request #176 from mikz/fix-duplicated-known-hosts-with-proxyDelano Mandelbaum2014-08-244-3/+28
|\
| * Fix duplicating entries in known_hosts when using proxy commandMichal Cichra2014-07-314-3/+28
* | Merge pull request #179 from mfazekas/fix_testsMiklós Fazekas2014-08-231-1/+1
|\ \ | |/ |/|
| * Disabled enqueue packet test for ciphers with no packet dataMiklos Fazkeas2014-08-221-1/+1
|/
* Merge pull request #174 from jkeiser/remote_callbackDelano Mandelbaum2014-07-172-39/+128
|\
| * Add callback to directly find out remote forwarding responseJohn Keiser2014-07-172-39/+128
|/
* Merge pull request #172 from miah/typoDelano Mandelbaum2014-07-161-2/+2
|\
| * correct possible typo.Miah Johnson2014-07-161-2/+2
|/
* Version bump (2.9.1)v2.9.1latestdelano2014-05-133-3/+11
* Merge branch 'master' of github.com:net-ssh/net-sshdelano2014-05-122-68/+234
|\
| * Merge pull request #165 from chrahunt/add-security-attributes-pageantDelano Mandelbaum2014-05-122-68/+234
| |\
| | * Clearer C string handling.Christopher Hunt2014-05-111-8/+9
| | * Add better documentation to Pageant test.Christopher Hunt2014-05-111-8/+10
| | * Remove unnecessary unicode code, fix length determination and implement KeeAg...Christopher Hunt2014-05-111-14/+10
| | * Consolidate send_query methods and add unicode checking.Christopher Hunt2014-05-111-62/+39
| | * Cleaner compatibility. Fixes #92.Christopher Hunt2014-05-101-135/+77
| | * Clean up. Partial fix for #92. Does not work with KeeAgent.Christopher Hunt2014-05-101-56/+62
| | * Add 1.8.7 implementation.Christopher Hunt2014-05-101-2/+86
| | * Working with elevated console and elevated or limited Pageant.Christopher Hunt2014-05-101-31/+33
| | * Progress on 1.9.3 implementation.Christopher Hunt2014-05-061-4/+105
| | * Add external methods for security attribute acquiration.Christopher Hunt2014-05-041-1/+21
| | * Add manual test for Pageant negotiation.Christopher Hunt2014-05-041-0/+35
| |/
* | Merge branch 'master' of github.com:net-ssh/net-sshdelano2014-05-124-3/+24
|\ \ | |/
| * Update .travis.ymlDelano Mandelbaum2014-05-021-1/+0
| * Merge pull request #163 from nirvdrum/negative_host_patternsDelano Mandelbaum2014-05-023-2/+24
| |\
| | * Support negative patterns in host lookup from the SSH config file.Kevin Menard2014-05-013-2/+24
| |/
* | Add aes-gcm ssh->ossl conversionChris Aumann2014-05-011-0/+3
* | Add support for ssh-ed25519 to lib/net/ssh/buffer.rbChris Aumann2014-05-011-1/+1
|/
* Merge branch 'master' of github.com:net-ssh/net-sshv2.9.0delano2014-04-301-1/+1
|\
| * Merge pull request #149 from jefmathiot/masterDelano Mandelbaum2014-04-301-1/+1
| |\
| | * Added an optional "options" argument to test socket open method, as the trans...Jef Mathiot2014-02-211-1/+1
* | | Version bump (w/ new signing key)delano2014-04-305-21/+37
|/ /
* | Merge pull request #158 from mfazekas/281_ssh_config_bugfixDelano Mandelbaum2014-04-303-9/+52
|\ \
| * | Fix to #145. We now have different 'keyboard-interactive' and 'challenge-resp...Miklos Fazkeas2014-04-053-9/+52
* | | Merge pull request #161 from simonswine/feature_jenkins_ssh_agentDelano Mandelbaum2014-04-301-0/+2
|\ \ \
| * | | Ignore errors during ssh agent negotiationChristian Simon2014-04-211-0/+2
* | | | Merge pull request #160 from chr4/new-ciphersDelano Mandelbaum2014-04-284-30/+46
|\ \ \ \ | |/ / / |/| | |