summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Updatd rakefile to use bundler instead of jewelerMiklos Fazekas2016-03-261-0/+1
* Close channels if trasport closedMiklos Fazekas2016-03-262-2/+101
* Updated ansibl script, cleanup RubyCompat::io_selectMiklos Fazekas2016-03-261-2/+4
* use bcrypt_pbkdf gem, add Gemfile, 4.0.0.alpha1Miklos Fazekas2016-03-1910-45/+196
* Remove camellia chipher suiteMiklos Fazekas2016-03-193-701/+6
* Updated ansible for ansible 2.0Miklos Fazekas2016-03-161-3/+3
* Added tests for KnownHostsMiklos Fazekas2016-03-151-4/+49
* Merge pull request #328 from mfazekas/secure-testcaseMiklós Fazekas2016-03-121-0/+40
|\
| * Added test to reproduce issue with known hosts see #327Miklos Fazekas2016-03-121-0/+40
* | Use minimum timeout when calling IO#selectEugene Kenny2016-03-111-0/+8
|/
* on_open_failed should tell the session to remove the socket from event loop b...Miklos Fazekas2016-03-061-2/+99
* Fix incorrect pattern handling in config #310Miklos Fazekas2016-03-061-0/+36
* Suppor older testunitMiklos Fazekas2016-03-051-1/+5
* Merge pull request #311 from byroot/shared-keysMiklós Fazekas2016-03-051-0/+1
|\
| * Memoize session host keysJean Boussier2016-02-101-0/+1
* | Merge pull request #319 from mfazekas/channel-not-open-close-and-reqMiklós Fazekas2016-03-051-2/+15
|\ \
| * | Added experimental wait_until_open_confirmed show proper error if channel req...Miklos Fazekas2016-03-051-2/+15
* | | Read server keepalive from config (fixes: #105)Miklos Fazekas2016-03-051-1/+6
|/ /
* | SSH2 we can send client id before server sent us theirs allowing faster hands...Miklos Fazekas2016-03-051-7/+3
|/
* Remove spacealpaca-tc2016-01-081-0/+1
* Testing 2.3.0alpaca-tc2016-01-081-2/+1
* 3.0.2 prepareMiklos Fazekas2015-12-301-1/+1
* Bugfix: proxy command was using nonblocking io api incorrectly causing rare I...Miklos Fazekas2015-12-102-0/+96
* # This is a combination of 2 commits.mexisme2015-12-101-0/+27
* Simplified run of integration tests, addd testcase for asking key passwordMiklos Fazekas2015-12-055-6/+27
* Wait for sending CHANNEL_CLOSE until output buffer is empty.Christopher F. Auston2015-12-052-5/+17
* Addd more testsMiklos Fazekas2015-12-021-4/+109
* Moved test_forward to intgration testsMiklos Fazekas2015-12-025-313/+336
* exec! should return empty stringMiklos Fazekas2015-09-191-2/+2
* Merge pull request #265 from donv/exec_docMiklós Fazekas2015-09-191-4/+7
|\
| * Document that Net::SSH::Connection::Session#exec! returns nil if there is no ...Uwe Kubosch2015-08-181-4/+7
* | Merge pull request #270 from dominics/bugfix-remote-user-optionMiklós Fazekas2015-09-193-0/+15
|\ \
| * | Add test for remote_user option to startDominic Scheirlinck2015-09-041-0/+7
| * | Add test of config with ProxyCommand and %rDominic Scheirlinck2015-09-042-0/+8
| |/
* | Integration test fixesMiklos Fazekas2015-09-141-0/+2
|/
* Merge pull request #252 from mfazekas/beta-2-releaseMiklós Fazekas2015-07-011-4/+10
|\
| * More 2.10.beta2 release prepareMiklos Fazekas2015-07-011-4/+10
* | Add support for hostname hashes for searching keys in known hostsJef Mathiot2015-06-162-3/+12
|/
* Merge pull request #249 from jstanley0/masterMiklós Fazekas2015-06-111-0/+9
|\
| * don't prompt for passphrases in non-interactive modeJeremy Stanley2015-06-091-0/+9
* | Fix Socket.tcp stub in session_testCarl Hörberg2015-05-261-1/+1
* | require timeout in test_packet_streamCarl Hörberg2015-05-261-0/+1
|/
* 2.10.0.beta1 release prepMiklos Fazekas2015-05-211-1/+1
* Added non_interactive option for disabling all prompt for passwordMiklos Fazekas2015-05-202-0/+28
* Merge pull request #231 from mfazekas/stop-appending-algsMiklós Fazekas2015-05-201-17/+21
|\
| * Fixed tests added option to append all supported algorithmsMiklos Fazekas2015-03-051-17/+21
* | Merge pull request #243 from mfazekas/fix-load-from-privkeyMiklós Fazekas2015-05-202-12/+19
|\ \
| * | Public key can be loaded as private key. Fixes #238Miklos Fazekas2015-05-202-12/+19
* | | Merge pull request #242 from mfazekas/integration-test-noneMiklós Fazekas2015-05-207-1/+209
|\ \ \ | |/ /
| * | Added integration test with vegrantMiklos Fazekas2015-05-197-1/+209
| |/