summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed merge from GabKlein-masterGabKlein-masterdelano2013-07-065-5/+36
|\
| * Update wildcard substition testGabKlein2013-03-281-2/+3
| |
| * Add Host substitution testsGabKlein2013-03-282-0/+26
| |
| * Desaible gem signGabKlein2013-03-282-6/+4
| |
| * Update config.rbGabriel KLEIN2013-03-111-1/+2
| | | | | | Add support of "%h" value in ssh_config translation
* | Merge pull request #88 from voxik/fix-r2.0-encodingDelano Mandelbaum2013-07-0613-0/+26
|\ \ | | | | | | Fix encoding issues with Ruby 2.0 (#87).
| * | Fix encoding issues with Ruby 2.0 (#87).Vít Ondruch2013-03-0813-0/+26
| |/
* | Update README.rdocDelano Mandelbaum2013-07-061-0/+3
| | | | | | Maintenance mode note in readme.
* | Merge pull request #98 from grobie/masterDelano Mandelbaum2013-04-183-2/+7
|\ \ | | | | | | Make sure HOME is an absolute path
| * | Make sure HOME is an absolute pathTobias Schmidt2013-04-183-2/+7
|/ / | | | | | | | | | | | | In setups where $HOME is not set, the previous implementation set "." as default. The problem is that File.expand_path will raise ArgumentError "non-absolute home" if HOME is a relative path. This change makes sure HOME is an absolute path.
* | Merge pull request #96 from ardavis/masterDelano Mandelbaum2013-04-171-1/+1
|\ \ | | | | | | Fix Readme Typo
| * | Fix typo: 'signiture' -> 'signature'Andrew Davis2013-04-171-1/+1
|/ /
* | Version bump (2.6.7)v2.6.7delano2013-04-114-9/+16
| |
* | Updated tests for reduced default packet size (32kb)delano2013-04-112-4/+4
| |
* | Merge pull request #94 from Olipro/masterDelano Mandelbaum2013-04-103-6/+15
|\ \ | |/ |/| Fix channel open failure for packet size too big and support user-specified max packet + window sizes.
| * connection/channel+session: lower max packet size & allow manual size.Oliver2013-04-103-6/+15
|/ | | | | | | | | | | | | | Per section 6.1 of RFC 4253 an SSH implementation MUST support a packet size of 32768 bytes, however, any size above this is not mandatory. Currently, the max packet size is 64Kb and can cause a channel open failure for hosts which only support the required 32Kb packet size. As a result, we now default to the required size of 32768 (0x8000) in order to avoid any errors with such hosts. Additionally, the user can now manually define the maximum packet and window size, should they choose to in the event that they wish to obtain performance gains from a larger packet/window size.
* Version bumpv2.6.6delano2013-03-033-3/+6
|
* Merge pull request #86 from jansegre/masterDelano Mandelbaum2013-03-031-6/+2
|\ | | | | This should fix #85
| * This should fix #85.Jan Segre2013-03-021-6/+2
|/ | | | | It's prefered to fallback to the newer api instead of checking for versions before 1.9 and 1.9 and leaving others open to breakage.
* Added contributors from the other net-* libs as welldelano2013-02-062-17/+12
|
* Added rake test taskdelano2013-02-061-4/+9
|
* Fixed path in gemspec [thanks priteau]v2.6.5delano2013-02-063-3/+7
|
* Added signing note to readme and changesdelano2013-02-063-3/+8
|
* Merge branch 'master' of github.com:net-ssh/net-sshv2.6.4delano2013-02-060-0/+0
|\
| * add license information to gemspec [jordimassaguerpla]delano2013-02-065-12/+34
| |\
* | \ add license information to gemspec [jordimassaguerpla]delano2013-02-065-12/+34
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #78 from jordimassaguerpla/masterDelano Mandelbaum2013-02-051-0/+1
| |\ | | | | | | add license information to the gemspec
| | * add license information to gemspecJordi Massaguer Pla2013-02-051-0/+1
| |/ | | | | | | This way it can be used with rubygems.org API
| * Merge pull request #77 from nayden/fix_README_exampleDelano Mandelbaum2013-01-291-2/+2
| |\ | | | | | | These changes fix the README example
| | * These changes fix the README exampleNayden Markatchev2013-01-291-2/+2
| |/
| * Merge pull request #74 from kachick/improve/remove_warningsDelano Mandelbaum2013-01-111-4/+4
| |\ | | | | | | Remove a warning "shadowing outer local variable - type"
| | * Remove a warning "shadowing outer local variable - type"Kenichi Kamiya2013-01-111-4/+4
| | |
* | | Added public certdelano2013-02-062-169/+183
| | |
* | | Updated version usage in Rakefiledelano2013-02-061-2/+2
| | |
* | | Updated version usage in Rakefiledelano2013-02-061-0/+20
| | |
* | | Updated Rakefile; Renamed some project filesdelano2013-02-064-78/+49
| | |
* | | Updated thanksdelano2013-02-061-2/+74
|/ /
* | Version Bump (2.6.3)v2.6.3delano2013-01-102-6/+6
| |
* | Updated changelogdelano2013-01-101-1/+7
| |
* | Pull latestdelano2013-01-104-3/+7
|\ \
| * \ Merge pull request #73 from rubyphunk/masterDelano Mandelbaum2013-01-102-2/+2
| |\ \ | | |/ | |/| Small doc fix and correct error class for PKey::EC key type
| | * Return correct ECError class for PKey::EC key typeAndreas Wolff2013-01-101-1/+1
| | |
| | * Doc: Fix misspelled forwrd_agent optionAndreas Wolff2013-01-101-1/+1
| |/
| * Merge pull request #72 from kachick/improve/around_test_envDelano Mandelbaum2013-01-082-1/+5
| |\ | | | | | | Improve around test dependencies
| | * Specify to use some gems for test by gemspecKenichi Kamiya2013-01-091-0/+3
| | |
| | * Specify to use mocha gem in testKenichi Kamiya2013-01-091-0/+1
| | | | | | | | | | | | Because test-unit gem is already specified.
| | * Remove a warning to load mochaKenichi Kamiya2013-01-091-1/+1
| |/ | | | | | | | | | | For this message. *** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
* | Mergeddelano2012-12-239-10/+9
|\ \ | |/
| * Merge pull request #71 from HerbCSO/fix-warningsDelano Mandelbaum2012-12-239-10/+9
| |\ | | | | | | Removing warnings
| | * Removing warningsCarsten Dreesbach2012-12-239-10/+9
| |/