You are viewing a plain text version of this content. The canonical link for it is here.
- [1/3] mina-sshd git commit: [SSHD-862] Fixed Javadoc comments to reflect session context parameter propagation - posted by lg...@apache.org on 2018/12/02 05:20:55 UTC, 0 replies.
- [2/3] mina-sshd git commit: [SSHD-873] Expose CipherInformation#getCipherBlockSize method - posted by lg...@apache.org on 2018/12/02 05:20:56 UTC, 0 replies.
- [3/3] mina-sshd git commit: [SSHD-873] Renamed CipherInformation#getBlockSize to getKdfSize in order to avoid confusion with cipher's block size - posted by lg...@apache.org on 2018/12/02 05:20:57 UTC, 0 replies.
- [1/2] mina-sshd git commit: Added '.attach_pid*' pattern to .gitignore - posted by lg...@apache.org on 2018/12/03 08:14:53 UTC, 0 replies.
- [2/2] mina-sshd git commit: Allow a range of values to signal TRUE/FALSE in PropertyResolverUtils#toBoolean handling of strings - posted by lg...@apache.org on 2018/12/03 08:14:54 UTC, 0 replies.
- Jenkins build became unstable: sshd-master #437 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/12/03 09:32:47 UTC, 0 replies.
- Jenkins build is back to stable : sshd-master #438 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/12/03 11:09:26 UTC, 0 replies.
- mina-sshd git commit: [SSHD-874] Added an SftpEventListener to the SFTP subsystem when SshServerMain used with SFTP subsystem enabled - posted by lg...@apache.org on 2018/12/05 04:59:35 UTC, 0 replies.
- mina-sshd git commit: Disallow empty space(s) between method reference and its parameters - posted by lg...@apache.org on 2018/12/05 05:49:51 UTC, 0 replies.
- [1/5] mina-sshd git commit: [SSHD-708] Add support for password encrypted OpenSSH private key files - posted by lg...@apache.org on 2018/12/12 05:10:13 UTC, 0 replies.
- [2/5] mina-sshd git commit: [SSHD-708] Extracted OpenSSH KDF behavior to generic implementation interface - posted by lg...@apache.org on 2018/12/12 05:10:14 UTC, 0 replies.
- [3/5] mina-sshd git commit: [SSHD-708] Expose supported OpenSSH key type names in BuiltinIdentities - posted by lg...@apache.org on 2018/12/12 05:10:15 UTC, 0 replies.
- [4/5] mina-sshd git commit: [SSHD-708] Added unit tests for repeated decryption attempts of OpenSSH encrypted key files - posted by lg...@apache.org on 2018/12/12 05:10:16 UTC, 0 replies.
- [5/5] mina-sshd git commit: [SSHD-708] Clear IV, cipher, key data byte buffers once private key decrypted - posted by lg...@apache.org on 2018/12/12 05:10:17 UTC, 0 replies.
- [1/3] mina-sshd git commit: Refactored the map builders to make them reflect the available 'main' maps - LinkedHashMap, TreeMap and EnumMap - posted by lg...@apache.org on 2018/12/13 13:43:58 UTC, 0 replies.
- [2/3] mina-sshd git commit: [SSHD-875] Propagate local peer bind address to HostConfigEntryResolver#resolveEffectiveHost - posted by lg...@apache.org on 2018/12/13 13:43:59 UTC, 0 replies.
- [3/3] mina-sshd git commit: [SSHD-875] Propagate connection establishment context (if any provided) to HostConfigEntryResolver#resolveEffectiveHost - posted by lg...@apache.org on 2018/12/13 13:44:00 UTC, 0 replies.
- mina-sshd git commit: [SSHD-708] Fixed support for OpenSSH encrypted private keys decoding when 'bcrypt' KDF is used - posted by lg...@apache.org on 2018/12/13 18:49:39 UTC, 0 replies.
- [1/2] mina-sshd git commit: [SSHD-876] Changed reported client/server version pattern to 'apache-sshd-...POM version...' - posted by lg...@apache.org on 2018/12/16 06:14:49 UTC, 0 replies.
- [2/2] mina-sshd git commit: [SSHD-876] Look through the resolvable class loaders hierarchy when looking for the 'sshd-version.properties' file - posted by lg...@apache.org on 2018/12/16 06:14:50 UTC, 0 replies.
- [1/4] mina-sshd git commit: [SSHD-876] Fixed documentation regarding configuration of reported client/server version string to align with the default value(s) - posted by lg...@apache.org on 2018/12/17 11:27:02 UTC, 0 replies.
- [2/4] mina-sshd git commit: [SSHD-792] Echo original host used to establish a 'fowarded-tcpip' channel when creating the client-side forwarding channel - posted by lg...@apache.org on 2018/12/17 11:27:03 UTC, 0 replies.
- [3/4] mina-sshd git commit: [SSHD-792] Register a PortForwardingEventListener on the SshServerMain#main execution if logging enabled - posted by lg...@apache.org on 2018/12/17 11:27:04 UTC, 0 replies.
- [4/4] mina-sshd git commit: [SSHD-792] Propagate the accepted socket listener endpoint to IoSession - posted by lg...@apache.org on 2018/12/17 11:27:05 UTC, 0 replies.
- [01/15] mina-sshd git commit: Upgraded Mockito to 2.23.4 - posted by lg...@apache.org on 2018/12/18 07:27:45 UTC, 0 replies.
- [02/15] mina-sshd git commit: Upgraded ByteBuddy version to 1.9.6 - posted by lg...@apache.org on 2018/12/18 07:27:46 UTC, 0 replies.
- [03/15] mina-sshd git commit: Upgraded PMD version to 6.10.0 - posted by lg...@apache.org on 2018/12/18 07:27:47 UTC, 0 replies.
- [04/15] mina-sshd git commit: Upgraded Checkstyle version to 8.15 - posted by lg...@apache.org on 2018/12/18 07:27:48 UTC, 0 replies.
- [05/15] mina-sshd git commit: Upgraded JSch version to 0.1.55 - posted by lg...@apache.org on 2018/12/18 07:27:49 UTC, 0 replies.
- [06/15] mina-sshd git commit: Upgraded JGit version to 5.2.0.201812061821-r - posted by lg...@apache.org on 2018/12/18 07:27:50 UTC, 0 replies.
- [07/15] mina-sshd git commit: Upgraded Spring integration version to 5.1.1 - posted by lg...@apache.org on 2018/12/18 07:27:51 UTC, 0 replies.
- [08/15] mina-sshd git commit: Upgraded Maven OWASP plugin version to 3.3.4 - posted by lg...@apache.org on 2018/12/18 07:27:52 UTC, 0 replies.
- [09/15] mina-sshd git commit: Upgraded Maven Apache RAT plugin version to 0.13 - posted by lg...@apache.org on 2018/12/18 07:27:53 UTC, 0 replies.
- [10/15] mina-sshd git commit: Upgraded Spring core version to 5.1.3 - posted by lg...@apache.org on 2018/12/18 07:27:54 UTC, 0 replies.
- [11/15] mina-sshd git commit: Upgraded Maven archiver plugin version to 3.3.0 - posted by lg...@apache.org on 2018/12/18 07:27:55 UTC, 0 replies.
- [12/15] mina-sshd git commit: Upgraded Netty version to 4.1.32 - posted by lg...@apache.org on 2018/12/18 07:27:56 UTC, 0 replies.
- [13/15] mina-sshd git commit: Upgraded Maven bundle plugin version to 4.1.0 - posted by lg...@apache.org on 2018/12/18 07:27:57 UTC, 0 replies.
- [14/15] mina-sshd git commit: Updated Maven Javadoc plugin configuration - posted by lg...@apache.org on 2018/12/18 07:27:58 UTC, 0 replies.
- [15/15] mina-sshd git commit: Upgraded Maven remote resources plugin version to 1.6.0 - posted by lg...@apache.org on 2018/12/18 07:27:59 UTC, 0 replies.
- mina-sshd git commit: [SSHD-877] Release failed sockets during acceptor bind attempt - posted by lg...@apache.org on 2018/12/23 06:00:46 UTC, 0 replies.
- [1/2] mina-sshd git commit: [SSHD-878] Clear user-defined client/server/session/channel attributes when entity is stopped/closed - posted by lg...@apache.org on 2018/12/30 18:46:25 UTC, 0 replies.
- [2/2] mina-sshd git commit: [SSHD-878] Provide AttributeStore capabilities for file/directory handles used by the SFTP subsystem - posted by lg...@apache.org on 2018/12/30 18:46:26 UTC, 0 replies.
- Jenkins build became unstable: sshd-master #475 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2018/12/31 15:42:56 UTC, 0 replies.