This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 1fc7e0e3c Slightly rewrite the intro blurb
new 94fbbf056 Manual format fixes: spurious linebreak in constructors
new f378ef463 Formatter fix for "throws" declarations
new de72f23cb Manual format fixes for column-aligned "+" operators
The 3 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/sshd/cli/client/SshKeyScanMain.java | 3 +-
.../SftpFileTransferProgressOutputStream.java | 3 +-
.../sshd/client/config/hosts/HostConfigEntry.java | 3 +-
.../sshd/client/config/hosts/HostPatternValue.java | 3 +-
.../sshd/client/config/hosts/KnownHostEntry.java | 5 ++-
.../client/config/hosts/KnownHostHashValue.java | 4 +--
.../config/keys/ClientIdentityFileWatcher.java | 6 ++--
.../keys/DefaultClientIdentitiesWatcher.java | 3 +-
.../config/keys/LazyClientKeyIdentityProvider.java | 6 ++--
.../apache/sshd/common/PropertyResolverUtils.java | 3 +-
.../org/apache/sshd/common/cipher/BaseCipher.java | 3 +-
.../apache/sshd/common/cipher/BaseGCMCipher.java | 3 +-
.../org/apache/sshd/common/cipher/ECCurves.java | 9 ++---
.../apache/sshd/common/config/TimeValueConfig.java | 4 +--
.../common/config/keys/AuthorizedKeyEntry.java | 3 +-
.../sshd/common/config/keys/KeyEntryResolver.java | 12 +++----
.../keys/impl/AbstractIdentityResourceLoader.java | 3 +-
.../keys/impl/ECDSAPublicKeyEntryDecoder.java | 4 +--
.../keys/loader/AESPrivateKeyObfuscator.java | 4 +--
.../keys/loader/AbstractPrivateKeyObfuscator.java | 3 +-
.../loader/FileWatcherKeyPairResourceLoader.java | 3 +-
.../openssh/OpenSSHKeyPairResourceParser.java | 6 ++--
.../config/keys/loader/openssh/kdf/BCrypt.java | 6 ++--
.../keys/loader/openssh/kdf/BCryptKdfOptions.java | 9 ++---
.../pem/AbstractPEMResourceKeyPairParser.java | 3 +-
.../loader/ssh2/Ssh2PublicKeyEntryDecoder.java | 3 +-
.../common/file/root/RootedFileSystemProvider.java | 3 +-
.../FileHostKeyCertificateProvider.java | 3 +-
.../common/keyprovider/KeyIdentityProvider.java | 3 +-
.../keyprovider/MultiKeyIdentityIterator.java | 3 +-
.../apache/sshd/common/signature/SignatureDSA.java | 6 ++--
.../sshd/common/signature/SignatureECDSA.java | 3 +-
.../sshd/common/signature/SignatureFactory.java | 3 +-
.../org/apache/sshd/common/util/buffer/Buffer.java | 6 ++--
.../sshd/common/util/buffer/BufferUtils.java | 6 ++--
.../util/buffer/keys/ECBufferPublicKeyParser.java | 3 +-
.../buffer/keys/OpenSSHCertPublicKeyParser.java | 3 +-
.../sshd/common/util/net/SshdSocketAddress.java | 3 +-
.../AuthorizedKeyEntryLoginOptionsParseTest.java | 3 +-
.../OpenSSHKeyPairResourceParserPasswordTest.java | 3 +-
.../KeyIdentityProviderResolutionTest.java | 3 +-
.../util/security/eddsa/Ed25519VectorsTest.java | 2 +-
.../sshd/util/test/CommonTestSupportUtils.java | 15 +++-----
.../InteractivePasswordIdentityProvider.java | 3 +-
...elIdTrackingUnknownChannelReferenceHandler.java | 5 ++-
.../contrib/common/signature/LegacyDSASigner.java | 3 +-
.../common/signature/LegacyDSASignerTest.java | 2 +-
.../sshd/agent/local/AgentForwardedChannel.java | 5 ++-
.../org/apache/sshd/agent/local/AgentImpl.java | 3 +-
.../sshd/agent/local/ChannelAgentForwarding.java | 3 +-
.../sshd/agent/unix/ChannelAgentForwarding.java | 3 +-
.../java/org/apache/sshd/client/SshClient.java | 6 ++--
.../client/auth/hostbased/UserAuthHostBased.java | 21 ++++-------
.../auth/keyboard/UserAuthKeyboardInteractive.java | 15 +++-----
.../client/auth/password/UserAuthPassword.java | 23 ++++--------
.../sshd/client/auth/pubkey/UserAuthPublicKey.java | 26 ++++++--------
.../auth/pubkey/UserAuthPublicKeyIterator.java | 3 +-
.../sshd/client/channel/AbstractClientChannel.java | 3 +-
.../apache/sshd/client/channel/ClientChannel.java | 4 +--
.../client/channel/PtyCapableChannelSession.java | 3 +-
.../java/org/apache/sshd/client/kex/DHGClient.java | 42 +++++++++-------------
.../org/apache/sshd/client/kex/DHGEXClient.java | 15 ++++----
.../sshd/client/session/AbstractClientSession.java | 6 ++--
.../apache/sshd/client/session/ClientSession.java | 4 +--
.../sshd/client/session/ClientUserAuthService.java | 9 ++---
.../forward/DynamicPortForwardingTracker.java | 4 +--
.../session/forward/PortForwardingTracker.java | 3 +-
.../sshd/common/channel/AbstractChannel.java | 6 ++--
.../common/channel/BufferedIoOutputStream.java | 9 ++---
.../sshd/common/channel/ChannelOutputStream.java | 9 ++---
.../sshd/common/forward/DefaultForwarder.java | 36 +++++++------------
.../sshd/common/forward/TcpipClientChannel.java | 3 +-
.../global/AbstractOpenSshHostKeysHandler.java | 3 +-
.../common/io/DefaultIoServiceFactoryFactory.java | 3 +-
.../apache/sshd/common/io/nio2/Nio2Connector.java | 3 +-
.../apache/sshd/common/io/nio2/Nio2Session.java | 5 ++-
.../apache/sshd/common/kex/MontgomeryCurve.java | 3 +-
.../sshd/common/kex/dh/AbstractDHKeyExchange.java | 6 ++--
.../session/helpers/AbstractConnectionService.java | 3 +-
.../common/session/helpers/AbstractSession.java | 16 ++++-----
.../session/helpers/KeyExchangeMessageHandler.java | 5 +--
.../sshd/common/session/helpers/SessionHelper.java | 12 +++----
.../apache/sshd/server/auth/gss/UserAuthGSS.java | 3 +-
...AuthorizedKeyEntriesPublickeyAuthenticator.java | 6 ++--
.../sshd/server/channel/AbstractServerChannel.java | 3 +-
.../server/command/AbstractFileSystemCommand.java | 3 +-
.../sshd/server/forward/TcpipServerChannel.java | 10 +++---
.../org/apache/sshd/server/kex/DHGEXServer.java | 15 ++++----
.../java/org/apache/sshd/server/kex/DHGServer.java | 3 +-
.../sshd/server/session/AbstractServerSession.java | 9 ++---
.../sshd/server/shell/AggregateShellFactory.java | 6 ++--
.../sshd/server/x11/ChannelForwardedX11.java | 3 +-
.../common/auth/PasswordAuthenticationTest.java | 6 ++--
.../common/auth/PublicKeyAuthenticationTest.java | 3 +-
.../org/apache/sshd/common/cipher/CipherTest.java | 3 +-
...calForwardingEntryCombinedBoundAddressTest.java | 3 +-
.../common/signature/SignatureFactoriesTest.java | 3 +-
.../java/org/apache/sshd/server/ServerTest.java | 6 ++--
sshd-eclipse-formatter-config.xml | 6 ++--
.../org/apache/sshd/git/AbstractGitCommand.java | 3 +-
.../org/apache/sshd/git/pack/GitPackCommand.java | 3 +-
.../org/apache/sshd/git/pgm/GitPgmCommand.java | 3 +-
.../apache/sshd/git/transport/GitSshdSession.java | 3 +-
.../openpgp/PGPAuthorizedKeyEntriesLoader.java | 6 ++--
.../sshd/openpgp/PGPKeyPairResourceParser.java | 3 +-
.../apache/sshd/openpgp/PGPPublicKeyExtractor.java | 6 ++--
.../apache/sshd/putty/ECDSAPuttyKeyDecoder.java | 6 ++--
.../sshd/putty/PuttyKeyPairResourceParser.java | 3 +-
.../apache/sshd/scp/client/DefaultScpClient.java | 3 +-
.../sshd/scp/client/DefaultScpStreamResolver.java | 3 +-
.../java/org/apache/sshd/scp/common/ScpHelper.java | 6 ++--
.../apache/sshd/scp/common/helpers/ScpIoUtils.java | 4 +--
.../apache/sshd/scp/server/InputStreamReader.java | 2 +-
.../org/apache/sshd/scp/server/ScpCommand.java | 6 ++--
.../apache/sshd/scp/server/ScpCommandFactory.java | 6 ++--
.../java/org/apache/sshd/scp/server/ScpShell.java | 6 ++--
.../helpers/AbstractSftpClientExtension.java | 3 +-
.../apache/sshd/sftp/client/fs/SftpFileSystem.java | 8 ++---
.../sftp/client/fs/SftpFileSystemProvider.java | 7 ++--
.../sshd/sftp/client/impl/AbstractSftpClient.java | 21 ++++-------
.../sshd/sftp/client/impl/DefaultSftpClient.java | 5 ++-
.../sftp/client/impl/SftpInputStreamAsync.java | 3 +-
.../sftp/client/impl/SftpOutputStreamAsync.java | 6 ++--
.../sftp/client/impl/SftpRemotePathChannel.java | 24 +++++--------
.../sftp/server/AbstractSftpSubsystemHelper.java | 7 ++--
.../org/apache/sshd/sftp/server/FileHandle.java | 11 +++---
.../org/apache/sshd/sftp/server/SftpSubsystem.java | 21 ++++-------
.../sftp/client/SftpInputStreamWithChannel.java | 3 +-
.../sftp/client/SftpOutputStreamWithChannel.java | 3 +-
129 files changed, 296 insertions(+), 513 deletions(-)