index
:
delta/ruby-gems/net-ssh.git
2-10-release
2-9-release
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
20151206-updatecert
20161215-updatecert
3-1-release
GabKlein-master
add-many-algorithms
addalgos
aderouineau-master
bobtfish-fix_options_in_public_keys
bobveznat-master
cert-type-fix
chr4-new-ciphers
chrahunt-add-security-attributes-pageant
fix-cdn-for-ci
fwininger-patch-1
gh-pages
hotfix-password-prompt
ignore-disconnect-exception-when-all-closed
int-test-curve25519sha256
integration
integration-test-travis
issue-1
jefmathiot-master
keepalive-class
keepalive-maxcount
liggitt-auth_methods_config_parsing
master
mfazekas-281_ssh_config_bugfix
mfazekas-rubyversions-update
mfazekas-try-new-ubuntu
mfazekas/add-test-for-conn-timeout
mfazekas/cacha20-poly1305
mfazekas/cert-base-auth
mfazekas/diffie-hellman-group14-sha256
mfazekas/fix-int-test
mfazekas/fix-x25519
mfazekas/frozen-literal
mfazekas/gh-actions-i-test
mfazekas/gh-actions-int-test
musybite-identities-only
openssl3
openssl_3
pmarchi-master
portfwfix
rc2
refactoring_ci
release-292-prepare
remove-curve25519-sha256-libssh
revert-757-opt-in-etm-hmac
revert_aes_gcm
rm_travis
rsa-sha2
server_side
simonswine-feature_jenkins_ssh_agent
test-github-actions
therealjessesanford-master
unit-test
unit-test-3.1
v6.0
v6.1
whitespace-fixes
yugui-feature/follow-proxy-command-spec-r
github.com: net-ssh/net-ssh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
ssh
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Trailing white space
Florian Wininger
2021-07-01
6
-91
/
+89
*
Fix empty line for code clarity
Florian Wininger
2021-07-01
8
-15
/
+4
*
Fix rubocop issue with last version
Florian Wininger
2021-07-01
1
-1
/
+1
*
Fix Layout/TrailingBlankLines
Florian Wininger
2020-05-29
3
-3
/
+3
*
Add timeout to blocking next_packet IO.select
Matthew M. Boedicker
2018-09-05
1
-0
/
+2
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
8
-18
/
+33
*
Fix test test issue
Miklos Fazekas
2018-03-21
1
-13
/
+13
*
Updated rubocop
Miklos Fazekas
2018-03-21
8
-714
/
+726
*
Call a process after the loop so we actually send stuff enqueued by stuff in ...
Miklos Fazekas
2017-07-11
1
-1
/
+1
*
Use 1.9 hash syntax
Miklos Fazekas
2016-12-11
1
-4
/
+4
*
Windows integration tests
Miklos Fazekas
2016-10-20
1
-0
/
+17
*
Send KEXINIT without waiting from server.
Miklos Fazekas
2016-05-01
1
-1
/
+1
*
Added tests for Net::SSH::Test
Miklos Fazekas
2016-04-08
2
-6
/
+26
*
Add Net::SSH::Test::Channel#sends_request_pty for scripting PTY requests
Alex Rodionov
2015-11-17
3
-0
/
+17
*
Added an optional "options" argument to test socket open method, as the trans...
Jef Mathiot
2014-02-21
1
-1
/
+1
*
Remove a warning "shadowing outer local variable - type"
Kenichi Kamiya
2013-01-11
1
-4
/
+4
*
Merge pull request #68 from ohrite/jruby_key_size
Delano Mandelbaum
2012-11-22
1
-1
/
+1
|
\
|
*
Fix Invalid key size in JRuby
Doc Ritezel
2012-11-18
1
-1
/
+1
*
|
Add stderr handling to Net::SSH::Test
Doc Ritezel
2012-11-17
3
-0
/
+19
|
/
*
Fix related to #recv(1) to #readpartial change in 2.0.16
delano
2010-01-13
1
-0
/
+5
*
various documentation tweaks
Jamis Buck
2008-03-22
1
-1
/
+1
*
more documentation for the Net::SSH::Test system
Jamis Buck
2008-03-22
2
-5
/
+96
*
more documentation for the testing system
Jamis Buck
2008-03-22
4
-2
/
+76
*
document Net::SSH::Test::Channel. Refactor Test::Extensions to use modules ra...
Jamis Buck
2008-03-21
2
-66
/
+197
*
it's hacky, but sometimes your tests need each data packet to be received and...
Jamis Buck
2008-03-14
1
-0
/
+4
*
Base64 is gone in ruby 1.9, so use String#unpack instead. Explicitly require ...
Jamis Buck
2008-03-05
1
-1
/
+2
*
appease ruby -w
Jamis Buck
2008-03-05
1
-12
/
+20
*
Extend the Channel#send_data method in testing so that data packets are enque...
Jamis Buck
2008-01-09
1
-0
/
+10
*
add support for subsystem requests in the test libraries
Jamis Buck
2007-12-31
2
-1
/
+5
*
more tweaks to the testing module
Jamis Buck
2007-08-26
1
-3
/
+7
*
better error message when expected packet doesn't match actual. add an assert...
Jamis Buck
2007-08-25
1
-1
/
+1
*
Added first pass at Net::SSH::Test, to make it easier to test complex SSH sta...
Jamis Buck
2007-08-25
8
-0
/
+384