This is an automated email from the ASF dual-hosted git repository.
johnnyv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git.
from c35639f Switched from https to http; Updated the scm part
add 8ac3e47 Initial fix for FTPSERVER-491
add 967b857 Adds additional SSL checks for FTPSERVER-491
add 81bf47b missing variable
add 36cd856 adds NULL checks for SslConfigurationFactory
new 95fb918 Merge branch 'master' of
https://[email protected]/repos/asf/mina-ftpserver.git
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/ftpserver/command/impl/AUTH.java | 186 ++++---
.../ftpserver/impl/IODataConnectionFactory.java | 584 ++++++++++-----------
.../apache/ftpserver/listener/nio/NioListener.java | 262 +++++----
.../org/apache/ftpserver/ssl/SslConfiguration.java | 42 +-
.../ftpserver/ssl/SslConfigurationFactory.java | 259 +++++----
.../ssl/impl/DefaultSslConfiguration.java | 107 ++--
.../apache/ftpserver/ssl/MinaCipherSuitesTest.java | 52 +-
7 files changed, 711 insertions(+), 781 deletions(-)