Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | Add tests for ssh rekeying | Simon Cornish | |
2015-05-21 | Fix protocol violations during rekeying | Simon Cornish | |
In RFC 4253, sections 7.1 & 9 describe rekeying with special attention to the protocol messages that may be received and may not be sent during rekeying. This patch fixes a number of problems during rekeying caused by data & requests received from the network, and/or data & requests sent by the user. | |||
2015-05-21 | Fix rekeying according to RFC 4253 | Simon Cornish | |
When in the connected state, an received KEXINIT message MUST be responded to with KEXINIT. After that, the client may continue with KEXDH_INIT (or similar). See the first paragraph on RFC 4253 sec. 9. | |||
2015-05-18 | Merge branch 'ia/ssh/doc/types' | Ingela Anderton Andin | |
* ia/ssh/doc/types: ssh: Align "=" sign in type declarations to decided policy | |||
2015-05-18 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION lib/ssh/doc/src/ssh.xml lib/ssh/vsn.mk | |||
2015-05-18 | Update release notes | Erlang/OTP | |
2015-05-13 | ssh: option for handling the SSH_MSG_DEBUG message's printouts | Hans Nilsson | |
A fun could be given in the options that will be called whenever the SSH_MSG_DEBUG message arrives. This enables the user to format the printout or just discard it. The default is changed to not print the message. In RFC4253 printing is a SHOULD, but our new default is to protect logs from dos attacs. | |||
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-12 | ssh: Align "=" sign in type declarations to decided policy | Ingela Anderton Andin | |
2015-05-12 | ssh: Fix ssh_basic_SUITE.erl to work on Windows hosts | Hans Nilsson | |
The test cases id_string_no_opt_client id_string_own_string_client id_string_random_client didn't work on MS Windows. This commit adds {packet,line} to get the whole version exchange line in one packet on all architectures. It also adds timeouts to speed up failures in those test cases. | |||
2015-05-12 | ssh: Fix typo | Ingela Anderton Andin | |
Option height was misspelled in the code. Fix code but recognize the mispellt option for backwards compatible reasons. | |||
2015-05-08 | ssh: Check e and f parameters in kexdh | Hans Nilsson | |
rfc 4253 says in section 8 that: "Values of 'e' or 'f' that are not in the range [1, p-1] MUST NOT be sent or accepted by either side. If this condition is violated, the key exchange fails." This commit implements the reception check. | |||
2015-05-07 | Merge branch 'ia/ssh/extra-logout' | Ingela Anderton Andin | |
* ia/ssh/extra-logout: ssh: Hadle shell that sends two logout messages | |||
2015-05-07 | ssh: update vsn.mk to 4.0 | Hans Nilsson | |
2015-05-05 | ssh: Hadle shell that sends two logout messages | Ingela Anderton Andin | |
2015-05-05 | Merge branch 'dotsimon/ssh_sftp_version_negotiation_timeout' | Zandra Hird | |
OTP-12708 | |||
2015-05-05 | ssh: No description in v-tag | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix missed alphabetic ordering and indentation | Ingela Anderton Andin | |
2015-05-05 | ssh: Use correct ASCII char for quote | Ingela Anderton Andin | |
2015-05-05 | ssh: Fix links | Ingela Anderton Andin | |
2015-05-04 | Merge branch 'ia/ssh/test-openssh-cuddle' | Ingela Anderton Andin | |
* ia/ssh/test-openssh-cuddle: ssh: Add openSSH interop check | |||
2015-04-30 | ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon | Hans Nilsson | |
The port stats are not accumulated so that once rekey_limit bytes (by default, 1GB) have been transmitted the connection will be rekeyed every minute, not after the next 1GB. | |||
2015-04-29 | ssh: Add openSSH interop check | Ingela Anderton Andin | |
2015-04-27 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
* hans/ssh/improve_docs: ssh: broken doc links to file functions fixed | |||
2015-04-27 | ssh: broken doc links to file functions fixed | Hans Nilsson | |
2015-04-24 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
2015-04-24 | Merge branch 'ia/ssh/improve_docs' | Ingela Anderton Andin | |
* ia/ssh/improve_docs: ssh: Move code example to Users Guide ssh: Keep dependency info in only one place ssh: Add links ssh: Align to alphabetic order ssh: Change wording to become accurate ssh: Remove extra whitespace ssh: Corrected information about error and event logging ssh: Remove legacy statement ssh: Technically correct description Editorial updates | |||
2015-04-23 | Fix ssh_sftp wait_for_version_negotiation timeout | Simon Cornish | |
This patch fixes a bug that causes an SFTP connection to always fail when {timeout, Timeout} option is used with ssh_sftp:start_channel. The bug is that the version negotiation timer is not cancelled upon reception of SSH_FXP_VERSION. | |||
2015-04-23 | ssh: Timeout unit and default added to some missing places | Hans Nilsson | |
2015-04-23 | ssh: Formatting adjustments | Hans Nilsson | |
Some examples had encountered the space eater. | |||
2015-04-23 | ssh: Add line about supported kex algorithm(s) | Hans Nilsson | |
2015-04-23 | ssh: Removed missplaced empty paranthesis | Hans Nilsson | |
2015-04-23 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION | |||
2015-04-22 | ssh: Move code example to Users Guide | Ingela Anderton Andin | |
2015-04-22 | ssh: Keep dependency info in only one place | Ingela Anderton Andin | |
2015-04-22 | ssh: Add links | Ingela Anderton Andin | |
2015-04-22 | ssh: Align to alphabetic order | Ingela Anderton Andin | |
2015-04-22 | ssh: Change wording to become accurate | Ingela Anderton Andin | |
2015-04-22 | ssh: Remove extra whitespace | Ingela Anderton Andin | |
2015-04-22 | ssh: Corrected information about error and event logging | Ingela Anderton Andin | |
Also added some links | |||
2015-04-22 | ssh: Remove legacy statement | Ingela Anderton Andin | |
2015-04-22 | ssh: Technically correct description | Ingela Anderton Andin | |
2015-04-22 | Editorial updates | tmanevik | |
SSH application | |||
2015-04-22 | Update release notes | Erlang/OTP | |
2015-04-21 | ssh: added id_string option for server and client | Hans Nilsson | |
For limiting Banner Grabbing attempts. | |||
2015-04-15 | Merge branch 'ia/ssh/channel-gracefull-shutdown/OTP-12648' | Ingela Anderton Andin | |
* ia/ssh/channel-gracefull-shutdown/OTP-12648: ssh: Shutdown sftp channel gracefully | |||
2015-04-14 | ssh: Shutdown sftp channel gracefully | Ingela Anderton Andin | |
If ssh_connection:subsystem/4 fails we do not want to crash but rather terminate gracefully. | |||
2015-04-10 | Merge branch 'maint-17' | Zandra Hird | |
Conflicts: OTP_VERSION | |||
2015-04-10 | Update release notes | Erlang/OTP | |