Re: [VOTE] Release SSHD 1.3.0

2016-09-26 Thread Guillaume Nodet
+1

2016-09-19 9:27 GMT+02:00 Guillaume Nodet :

> I've prepared a candidate for SSHD 1.3.0 release at
>   https://repository.apache.org/content/repositories/orgapachemina-1024
>
> Please review and vote.
>
> Release
> notes:
> ** Bug
> * [SSHD-605] - VirtualFileSystemFactory allows escaping from root
> * [SSHD-651] - Add an option to specify read/write Nio2 socket timeouts
> * [SSHD-663] - Wrong if criteria in org.apache.sshd.common.file.
> util.ImmutableList.subList()
> * [SSHD-667] - RootedFileSystemProvider throws
> ProviderMismatchException when calling newByteChannel
> * [SSHD-668] - AccessControlException running under OSGi container
> * [SSHD-671] - Internal hang (timeout) using ScpClient.upload()
> * [SSHD-673] - "sendKexInit() no resolved signatures available" with
> key-type "EC"
> * [SSHD-692] - Cannot repeatedly call ChannelSession#
> executeRemoteCommand
> * [SSHD-695] - Client - support receiving of banner prior to auth()
>
> ** Improvement
> * [SSHD-664] - Provide ReadOnly option in RootedFileSystemProvider
> (sshd-core)
> * [SSHD-665] - allow disable some features in SftpSubsystem (sshd-core)
> * [SSHD-674] - Update minimum required Java version to 1.8
> * [SSHD-675] - Provide default implementations for overloaded
> configuration methods on Client/ServerFactoryManager interfaces
> * [SSHD-676] - Provide command line option for specifying
> client/server key file(s)
> * [SSHD-677] - Provide a quick default implementation for executing a
> single simple command that does not require any input
> * [SSHD-679] - Support (or ignore) IUTF8 terminal mode (42)
> * [SSHD-680] - Provide default implementations for
> ClientAuthenticationManager#getSetUserAuthFactories overloading with
> strings
> * [SSHD-681] - Provide default implementations for
> ServerAuthenticationManager#getSetUserAuthFactories overloading with
> strings
> * [SSHD-682] - Provide PortForwardingEventListener support
> * [SSHD-683] - Provide an auto-closeable implementation for
> establishing and tearing down local/remote port forwards
> * [SSHD-684] - Move checkstyle definitions to external file so it can
> be imported by the IDE
> * [SSHD-686] - Provide configurable option to auto-generate welcome
> banner consisting of the server's keys random art values
> * [SSHD-687] - Provide indication of the negotiated options before
> processing them
> * [SSHD-688] - Attempt to send the welcome banner sooner in the
> authentication protocol
> * [SSHD-689] - Allow providing a file as a welcome banner
> configuration option
> * [SSHD-690] - Use by default the standard file(s) for SSH server
> welcome banner
> * [SSHD-691] - Attempt to create server instance only once per test as
> much as possible
> * [SSHD-694] - Provide README.md file(s) with useful code snippets
> * [SSHD-696] - Allow loading the server's welcome banner from a URL
> * [SSHD-697] - Add read/write methods to SftpClient that enable
> read/write starting from some offset
> * [SSHD-699] - Server receiving 0-length SSH_MSG_IGNORE causes Buffer
> Underflow exception
>
> ** New Feature
> * [SSHD-685] - Provide support for VisualHostKey (a.k.a. randomArt)
>
> ** Task
> * [SSHD-698] - Code cleanup for JDK8
>
>
> Cheers,
> Guillaume Nodet
>
>


-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


Re: [VOTE] Release SSHD 1.3.0

2016-09-20 Thread Emmanuel Lécharny
Le 19/09/16 à 09:27, Guillaume Nodet a écrit :
> I've prepared a candidate for SSHD 1.3.0 release at
>   https://repository.apache.org/content/repositories/orgapachemina-1024

Both tag and packages built, signature tested, N files checked : my +1



RE: [VOTE] Release SSHD 1.3.0

2016-09-20 Thread Matthew.W.Pitts
+1... as a bug reporter and user, if that counts

-Original Message-
From: Guillaume Nodet [mailto:gno...@apache.org]
Sent: Monday, September 19, 2016 3:28 AM
To: dev@mina.apache.org
Subject: [VOTE] Release SSHD 1.3.0

I've prepared a candidate for SSHD 1.3.0 release at
  https://repository.apache.org/content/repositories/orgapachemina-1024

Please review and vote.

Release
notes:
** Bug
* [SSHD-605] - VirtualFileSystemFactory allows escaping from root
* [SSHD-651] - Add an option to specify read/write Nio2 socket timeouts
* [SSHD-663] - Wrong if criteria in
org.apache.sshd.common.file.util.ImmutableList.subList()
* [SSHD-667] - RootedFileSystemProvider throws
ProviderMismatchException when calling newByteChannel
* [SSHD-668] - AccessControlException running under OSGi container
* [SSHD-671] - Internal hang (timeout) using ScpClient.upload()
* [SSHD-673] - "sendKexInit() no resolved signatures available" with
key-type "EC"
* [SSHD-692] - Cannot repeatedly call
ChannelSession#executeRemoteCommand
* [SSHD-695] - Client - support receiving of banner prior to auth()

** Improvement
* [SSHD-664] - Provide ReadOnly option in RootedFileSystemProvider
(sshd-core)
* [SSHD-665] - allow disable some features in SftpSubsystem (sshd-core)
* [SSHD-674] - Update minimum required Java version to 1.8
* [SSHD-675] - Provide default implementations for overloaded
configuration methods on Client/ServerFactoryManager interfaces
* [SSHD-676] - Provide command line option for specifying client/server
key file(s)
* [SSHD-677] - Provide a quick default implementation for executing a
single simple command that does not require any input
* [SSHD-679] - Support (or ignore) IUTF8 terminal mode (42)
* [SSHD-680] - Provide default implementations for
ClientAuthenticationManager#getSetUserAuthFactories overloading with strings
* [SSHD-681] - Provide default implementations for
ServerAuthenticationManager#getSetUserAuthFactories overloading with strings
* [SSHD-682] - Provide PortForwardingEventListener support
* [SSHD-683] - Provide an auto-closeable implementation for
establishing and tearing down local/remote port forwards
* [SSHD-684] - Move checkstyle definitions to external file so it can
be imported by the IDE
* [SSHD-686] - Provide configurable option to auto-generate welcome
banner consisting of the server's keys random art values
* [SSHD-687] - Provide indication of the negotiated options before
processing them
* [SSHD-688] - Attempt to send the welcome banner sooner in the
authentication protocol
* [SSHD-689] - Allow providing a file as a welcome banner configuration
option
* [SSHD-690] - Use by default the standard file(s) for SSH server
welcome banner
* [SSHD-691] - Attempt to create server instance only once per test as
much as possible
* [SSHD-694] - Provide README.md file(s) with useful code snippets
* [SSHD-696] - Allow loading the server's welcome banner from a URL
* [SSHD-697] - Add read/write methods to SftpClient that enable
read/write starting from some offset
* [SSHD-699] - Server receiving 0-length SSH_MSG_IGNORE causes Buffer
Underflow exception

** New Feature
* [SSHD-685] - Provide support for VisualHostKey (a.k.a. randomArt)

** Task
* [SSHD-698] - Code cleanup for JDK8


Cheers,
Guillaume Nodet


smime.p7s
Description: S/MIME cryptographic signature


Re: [VOTE] Release SSHD 1.3.0

2016-09-19 Thread Ashish
+1

Ran the build, work fine. All test cases passed.

On Mon, Sep 19, 2016 at 12:27 AM, Guillaume Nodet  wrote:
> I've prepared a candidate for SSHD 1.3.0 release at
>   https://repository.apache.org/content/repositories/orgapachemina-1024
>
> Please review and vote.
>
> Release
> notes:
> ** Bug
> * [SSHD-605] - VirtualFileSystemFactory allows escaping from root
> * [SSHD-651] - Add an option to specify read/write Nio2 socket timeouts
> * [SSHD-663] - Wrong if criteria in
> org.apache.sshd.common.file.util.ImmutableList.subList()
> * [SSHD-667] - RootedFileSystemProvider throws
> ProviderMismatchException when calling newByteChannel
> * [SSHD-668] - AccessControlException running under OSGi container
> * [SSHD-671] - Internal hang (timeout) using ScpClient.upload()
> * [SSHD-673] - "sendKexInit() no resolved signatures available" with
> key-type "EC"
> * [SSHD-692] - Cannot repeatedly call
> ChannelSession#executeRemoteCommand
> * [SSHD-695] - Client - support receiving of banner prior to auth()
>
> ** Improvement
> * [SSHD-664] - Provide ReadOnly option in RootedFileSystemProvider
> (sshd-core)
> * [SSHD-665] - allow disable some features in SftpSubsystem (sshd-core)
> * [SSHD-674] - Update minimum required Java version to 1.8
> * [SSHD-675] - Provide default implementations for overloaded
> configuration methods on Client/ServerFactoryManager interfaces
> * [SSHD-676] - Provide command line option for specifying client/server
> key file(s)
> * [SSHD-677] - Provide a quick default implementation for executing a
> single simple command that does not require any input
> * [SSHD-679] - Support (or ignore) IUTF8 terminal mode (42)
> * [SSHD-680] - Provide default implementations for
> ClientAuthenticationManager#getSetUserAuthFactories overloading with strings
> * [SSHD-681] - Provide default implementations for
> ServerAuthenticationManager#getSetUserAuthFactories overloading with strings
> * [SSHD-682] - Provide PortForwardingEventListener support
> * [SSHD-683] - Provide an auto-closeable implementation for
> establishing and tearing down local/remote port forwards
> * [SSHD-684] - Move checkstyle definitions to external file so it can
> be imported by the IDE
> * [SSHD-686] - Provide configurable option to auto-generate welcome
> banner consisting of the server's keys random art values
> * [SSHD-687] - Provide indication of the negotiated options before
> processing them
> * [SSHD-688] - Attempt to send the welcome banner sooner in the
> authentication protocol
> * [SSHD-689] - Allow providing a file as a welcome banner configuration
> option
> * [SSHD-690] - Use by default the standard file(s) for SSH server
> welcome banner
> * [SSHD-691] - Attempt to create server instance only once per test as
> much as possible
> * [SSHD-694] - Provide README.md file(s) with useful code snippets
> * [SSHD-696] - Allow loading the server's welcome banner from a URL
> * [SSHD-697] - Add read/write methods to SftpClient that enable
> read/write starting from some offset
> * [SSHD-699] - Server receiving 0-length SSH_MSG_IGNORE causes Buffer
> Underflow exception
>
> ** New Feature
> * [SSHD-685] - Provide support for VisualHostKey (a.k.a. randomArt)
>
> ** Task
> * [SSHD-698] - Code cleanup for JDK8
>
>
> Cheers,
> Guillaume Nodet



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal


Re: [VOTE] Release SSHD 1.3.0

2016-09-19 Thread Lyor Goldstein
+1 (if my vote as a developer counts)


Re: [VOTE] Release SSHD 1.3.0

2016-09-19 Thread Jeff Genender
+1

Jeff

> On Sep 19, 2016, at 12:27 AM, Guillaume Nodet  wrote:
> 
> I've prepared a candidate for SSHD 1.3.0 release at
>  https://repository.apache.org/content/repositories/orgapachemina-1024
> 
> Please review and vote.
> 
> Release
> notes:
> ** Bug
>* [SSHD-605] - VirtualFileSystemFactory allows escaping from root
>* [SSHD-651] - Add an option to specify read/write Nio2 socket timeouts
>* [SSHD-663] - Wrong if criteria in
> org.apache.sshd.common.file.util.ImmutableList.subList()
>* [SSHD-667] - RootedFileSystemProvider throws
> ProviderMismatchException when calling newByteChannel
>* [SSHD-668] - AccessControlException running under OSGi container
>* [SSHD-671] - Internal hang (timeout) using ScpClient.upload()
>* [SSHD-673] - "sendKexInit() no resolved signatures available" with
> key-type "EC"
>* [SSHD-692] - Cannot repeatedly call
> ChannelSession#executeRemoteCommand
>* [SSHD-695] - Client - support receiving of banner prior to auth()
> 
> ** Improvement
>* [SSHD-664] - Provide ReadOnly option in RootedFileSystemProvider
> (sshd-core)
>* [SSHD-665] - allow disable some features in SftpSubsystem (sshd-core)
>* [SSHD-674] - Update minimum required Java version to 1.8
>* [SSHD-675] - Provide default implementations for overloaded
> configuration methods on Client/ServerFactoryManager interfaces
>* [SSHD-676] - Provide command line option for specifying client/server
> key file(s)
>* [SSHD-677] - Provide a quick default implementation for executing a
> single simple command that does not require any input
>* [SSHD-679] - Support (or ignore) IUTF8 terminal mode (42)
>* [SSHD-680] - Provide default implementations for
> ClientAuthenticationManager#getSetUserAuthFactories overloading with strings
>* [SSHD-681] - Provide default implementations for
> ServerAuthenticationManager#getSetUserAuthFactories overloading with strings
>* [SSHD-682] - Provide PortForwardingEventListener support
>* [SSHD-683] - Provide an auto-closeable implementation for
> establishing and tearing down local/remote port forwards
>* [SSHD-684] - Move checkstyle definitions to external file so it can
> be imported by the IDE
>* [SSHD-686] - Provide configurable option to auto-generate welcome
> banner consisting of the server's keys random art values
>* [SSHD-687] - Provide indication of the negotiated options before
> processing them
>* [SSHD-688] - Attempt to send the welcome banner sooner in the
> authentication protocol
>* [SSHD-689] - Allow providing a file as a welcome banner configuration
> option
>* [SSHD-690] - Use by default the standard file(s) for SSH server
> welcome banner
>* [SSHD-691] - Attempt to create server instance only once per test as
> much as possible
>* [SSHD-694] - Provide README.md file(s) with useful code snippets
>* [SSHD-696] - Allow loading the server's welcome banner from a URL
>* [SSHD-697] - Add read/write methods to SftpClient that enable
> read/write starting from some offset
>* [SSHD-699] - Server receiving 0-length SSH_MSG_IGNORE causes Buffer
> Underflow exception
> 
> ** New Feature
>* [SSHD-685] - Provide support for VisualHostKey (a.k.a. randomArt)
> 
> ** Task
>* [SSHD-698] - Code cleanup for JDK8
> 
> 
> Cheers,
> Guillaume Nodet