summaryrefslogtreecommitdiff
path: root/lib/net/ssh/service/forward.rb
Commit message (Expand)AuthorAgeFilesLines
* Define rubocop metric lengthFlorian Wininger2019-09-251-1/+2
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-53/+55
* Updated rubocopMiklos Fazekas2018-03-211-393/+393
* add direct-streamlocal@openssh.com support in Forward classHarald Sitter2017-02-281-3/+53
* Added ability to specify agent socketAlon Goldboim2016-04-281-1/+1
* on_open_failed should tell the session to remove the socket from event loop b...Miklos Fazekas2016-03-061-1/+1
* Add callback to directly find out remote forwarding responseJohn Keiser2014-07-171-12/+52
* Merge pull request #109 from aderouineau/masterDelano Mandelbaum2014-02-011-6/+19
|\
| * Adding support for ephemeral portsAurelien Derouineau2013-07-091-6/+19
* | Fixed pageant support.Jarred Holman2014-01-151-1/+23
|/
* Doc: Fix misspelled forwrd_agent optionAndreas Wolff2013-01-101-1/+1
* check an availability of UNIXSocket and UNIXServerNobuhiro IMAI2012-06-171-1/+1
* Only change the port type to :string when we are forwarding a UNIX socket.Mark Imbriaco2011-08-141-1/+6
* Add support for forward a local UNIX domain socket to a remote TCP socket.Mark Imbriaco2011-08-131-8/+13
* Merge branch 'portfwfix' of http://github.com/mfazekas/net-ssh into portfwfixportfwfixdelano2010-03-161-2/+14
|\
| * Handling poptential exceptions in on_eof, and deadlock in testsMiklós Fazekas2010-03-161-2/+14
* | Moved ForwardedBufferedIo to lib/net/ssh/buffered_io.rbdelano2010-03-161-36/+3
|/
* Added test and correct fix for the server side closes the connection issueMiklós Fazekas2010-03-031-3/+2
* Bugfix test:Handling eof from client, sending pending bytes and closing forwa...Miklós Fazekas2010-03-021-1/+9
* Fixed ssh port forward closing bug, by catching closed, conn_reset exceptions...Miklós Fazekas2010-02-281-0/+35
* tests all pass with ruby19Jamis Buck2008-09-061-7/+7
* bugfix: uninitialized constant Net::SSH::Service::Forward::ChannelOpenFailureMatthew Todd2008-06-231-1/+1
* open a new connection to the authentication agent on each auth-agent request,...Jamis Buck2008-04-181-4/+9
* fix but in agent forwarding so that it will actually workJamis Buck2008-04-181-1/+1
* try and make the forward service proof against errors caused by the channel n...Jamis Buck2008-04-141-2/+3
* Make channel open failures work via a callback to parallel how channel open s...Jamis Buck2008-04-051-1/+6
* only check for pending_writes if the IO responds to pending_write?. Don't let...Jamis Buck2008-03-231-2/+2
* improve documentation for Forward serviceJamis Buck2008-03-211-1/+7
* refactor the log levelsJamis Buck2008-03-171-6/+6
* more API docsJamis Buck2007-08-181-0/+80
* some more api docsJamis Buck2007-08-171-1/+1
* connection session testsJamis Buck2007-08-151-2/+4
* ssh-agent testsJamis Buck2007-08-141-1/+1
* don't actually need to check for closed readers if clients remember to stop l...Jamis Buck2007-08-101-0/+1
* Add support for cancelling forwarded connectionsJamis Buck2007-08-101-11/+35
* register for specific channel requests and global requests, and automatically...Jamis Buck2007-07-281-1/+1
* add request_ptyJamis Buck2007-07-271-2/+2
* auth agent forwardingJamis Buck2007-07-271-0/+30
* service for managing local and remote forwarded portsJamis Buck2007-07-271-0/+113