You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by fcav1973 <gi...@git.apache.org> on 2018/02/07 13:39:34 UTC

[GitHub] mina-sshd pull request #47: [SSHD-803] SSHD port forwarding. Missing SSH_MSG...

GitHub user fcav1973 opened a pull request:

    https://github.com/apache/mina-sshd/pull/47

    [SSHD-803] SSHD port forwarding. Missing SSH_MSG_CHANNEL_EOF

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fcav1973/mina-sshd br-missing-eof

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mina-sshd/pull/47.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #47
    
----
commit 75208553fe0b0da8d9bd7d9126a21bcfa13e0df1
Author: cu0132 <fu...@...>
Date:   2018-02-01T16:58:50Z

    [SSHD-799] SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE
    message

commit ae2a3e360c80006c6e14c04afe54e0f21320b7f3
Author: cu0132 <fu...@...>
Date:   2018-02-01T17:16:51Z

    [SSHD-800] SSHD port forwarding. Wrong SSH_MSG_CHANNEL_FAILURE

commit a7478a92e3a537f8e316f84eba071b73c4918f65
Author: cu0132 <fu...@...>
Date:   2018-02-01T17:34:37Z

    [SSHD-801] SSHD port forwarding. Channel closed abruptly on remote
    socket error

commit 6e5e4bb08682b3c11a10b7692dc52589cd496a1f
Author: cu0132 <fu...@...>
Date:   2018-02-02T08:19:02Z

    Revert "[SSHD-801] SSHD port forwarding. Channel closed abruptly on remote socket error"
    
    This reverts commit a7478a92e3a537f8e316f84eba071b73c4918f65.

commit 9f0bdf7fed9bb5e1ad59f09c77e250889ee74606
Author: cu0132 <fu...@...>
Date:   2018-02-02T08:19:24Z

    Revert "[SSHD-800] SSHD port forwarding. Wrong SSH_MSG_CHANNEL_FAILURE"
    
    This reverts commit ae2a3e360c80006c6e14c04afe54e0f21320b7f3.

commit 643489ad696e576c73216d7f0220bb7cd424ebce
Author: cu0132 <fu...@...>
Date:   2018-02-02T08:31:13Z

    Revert "[SSHD-799] SSHD port forwarding. Missing SSH_MSG_CHANNEL_OPEN_FAILURE message"
    
    This reverts commit 75208553fe0b0da8d9bd7d9126a21bcfa13e0df1.

commit b6542d518ace6010cf5e5593a26156c0d0fdadb1
Author: cu0132 <fu...@...>
Date:   2018-02-02T08:31:37Z

    Merge branch 'master' of https://github.com/apache/mina-sshd.git

commit be9fb3127073e813e509ac6df2e92653c5624e50
Author: cu0132 <fu...@...>
Date:   2018-02-07T09:23:14Z

    Merge branch 'master' of https://github.com/apache/mina-sshd.git

commit 25770e7e7d186b027ff76458a29af3727f0decf3
Author: cu0132 <fu...@...>
Date:   2018-02-07T13:35:47Z

    [SSHD-803] SSHD port forwarding. Missing SSH_MSG_CHANNEL_EOF

----


---