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
/
service
/
forward.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define rubocop metric length
Florian Wininger
2019-09-25
1
-1
/
+2
*
Whitespace fixes
whitespace-fixes
Miklos Fazekas
2018-03-21
1
-53
/
+55
*
Updated rubocop
Miklos Fazekas
2018-03-21
1
-393
/
+393
*
add direct-streamlocal@openssh.com support in Forward class
Harald Sitter
2017-02-28
1
-3
/
+53
*
Added ability to specify agent socket
Alon Goldboim
2016-04-28
1
-1
/
+1
*
on_open_failed should tell the session to remove the socket from event loop b...
Miklos Fazekas
2016-03-06
1
-1
/
+1
*
Add callback to directly find out remote forwarding response
John Keiser
2014-07-17
1
-12
/
+52
*
Merge pull request #109 from aderouineau/master
Delano Mandelbaum
2014-02-01
1
-6
/
+19
|
\
|
*
Adding support for ephemeral ports
Aurelien Derouineau
2013-07-09
1
-6
/
+19
*
|
Fixed pageant support.
Jarred Holman
2014-01-15
1
-1
/
+23
|
/
*
Doc: Fix misspelled forwrd_agent option
Andreas Wolff
2013-01-10
1
-1
/
+1
*
check an availability of UNIXSocket and UNIXServer
Nobuhiro IMAI
2012-06-17
1
-1
/
+1
*
Only change the port type to :string when we are forwarding a UNIX socket.
Mark Imbriaco
2011-08-14
1
-1
/
+6
*
Add support for forward a local UNIX domain socket to a remote TCP socket.
Mark Imbriaco
2011-08-13
1
-8
/
+13
*
Merge branch 'portfwfix' of http://github.com/mfazekas/net-ssh into portfwfix
portfwfix
delano
2010-03-16
1
-2
/
+14
|
\
|
*
Handling poptential exceptions in on_eof, and deadlock in tests
Miklós Fazekas
2010-03-16
1
-2
/
+14
*
|
Moved ForwardedBufferedIo to lib/net/ssh/buffered_io.rb
delano
2010-03-16
1
-36
/
+3
|
/
*
Added test and correct fix for the server side closes the connection issue
Miklós Fazekas
2010-03-03
1
-3
/
+2
*
Bugfix test:Handling eof from client, sending pending bytes and closing forwa...
Miklós Fazekas
2010-03-02
1
-1
/
+9
*
Fixed ssh port forward closing bug, by catching closed, conn_reset exceptions...
Miklós Fazekas
2010-02-28
1
-0
/
+35
*
tests all pass with ruby19
Jamis Buck
2008-09-06
1
-7
/
+7
*
bugfix: uninitialized constant Net::SSH::Service::Forward::ChannelOpenFailure
Matthew Todd
2008-06-23
1
-1
/
+1
*
open a new connection to the authentication agent on each auth-agent request,...
Jamis Buck
2008-04-18
1
-4
/
+9
*
fix but in agent forwarding so that it will actually work
Jamis Buck
2008-04-18
1
-1
/
+1
*
try and make the forward service proof against errors caused by the channel n...
Jamis Buck
2008-04-14
1
-2
/
+3
*
Make channel open failures work via a callback to parallel how channel open s...
Jamis Buck
2008-04-05
1
-1
/
+6
*
only check for pending_writes if the IO responds to pending_write?. Don't let...
Jamis Buck
2008-03-23
1
-2
/
+2
*
improve documentation for Forward service
Jamis Buck
2008-03-21
1
-1
/
+7
*
refactor the log levels
Jamis Buck
2008-03-17
1
-6
/
+6
*
more API docs
Jamis Buck
2007-08-18
1
-0
/
+80
*
some more api docs
Jamis Buck
2007-08-17
1
-1
/
+1
*
connection session tests
Jamis Buck
2007-08-15
1
-2
/
+4
*
ssh-agent tests
Jamis Buck
2007-08-14
1
-1
/
+1
*
don't actually need to check for closed readers if clients remember to stop l...
Jamis Buck
2007-08-10
1
-0
/
+1
*
Add support for cancelling forwarded connections
Jamis Buck
2007-08-10
1
-11
/
+35
*
register for specific channel requests and global requests, and automatically...
Jamis Buck
2007-07-28
1
-1
/
+1
*
add request_pty
Jamis Buck
2007-07-27
1
-2
/
+2
*
auth agent forwarding
Jamis Buck
2007-07-27
1
-0
/
+30
*
service for managing local and remote forwarded ports
Jamis Buck
2007-07-27
1
-0
/
+113