aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/vsn.mk
AgeCommit message (Collapse)Author
2016-01-08ssh: update vsn.mk to 4.2.1Hans Nilsson
2015-11-27Merge branch 'maint-18' into maintHans Nilsson
* maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk
2015-11-26ssh: vsn.mk updatedHans Nilsson
2015-10-15ssh: Add a 1024 group to the list of key gex groupsHans Nilsson
2015-10-08ssh: update vsn.mkHans Nilsson
2015-10-02ssh: 4.1->4.2Hans Nilsson
2015-08-28ssh: update vsn.mkHans Nilsson
2015-05-07ssh: update vsn.mk to 4.0Hans Nilsson
2015-04-30ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks SimonHans 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-21ssh: added id_string option for server and clientHans Nilsson
For limiting Banner Grabbing attempts.
2015-04-07ssh: Change version (vsn.mk)Hans Nilsson
2015-03-31Prepare releaseErlang/OTP
2015-03-16ssh: uppdate version in vsn.mkHans Nilsson
2014-11-18ssh: update vsn.mkHans Nilsson
2014-10-21ssh: prepare for releaseHans Nilsson
2014-10-13ssh: Prepare for releaseIngela Anderton Andin
2014-09-22ssh: ssh-3.0.6 will not support soft ugradeIngela Anderton Andin
Customer requesting patch will not use soft upgrade and as it will be hard to meet customer deadline and assure quality of soft upgrade we decided to make it an application restart.
2014-09-03ssh: update vsn.mkHans Nilsson
2014-08-11ssh: Updated vsn.mkHans Nilsson
2014-06-16ssh: Prepare for releaseHans Nilsson
2014-05-26ssh: Prepare for releaseHans Nilsson
2014-01-21ssh: prepare vsn.mk for releaseHans Nilsson
2013-12-09Prepare releaseOTP_R16B03Erlang/OTP
2013-09-16Prepare releaseOTP_R16B02Erlang/OTP
2013-06-17Prepare releaseOTP_R16B01Erlang/OTP
2013-03-19Prepare releaseErlang/OTP
2013-03-08Prepare releaseErlang/OTP
2013-02-15Versions and appup ssh, R16BFredrik Gustafsson
2013-01-22Bumped version numbersFredrik Gustafsson
2012-11-07Bumped revisionFredrik Gustafsson
2012-08-28ssh: Prepare for releaseIngela Anderton Andin
2012-03-21Prepare for releaseIngela Anderton Andin
Supervisor tree changed so can not do soft upgrade
2011-12-08Use new directive "-callback" and prepare version and appup for releaseIngela Anderton Andin
2011-11-22Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7.
2011-11-22Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson
2011-06-21OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit ↵Niclas Eklund
flag was set to true for the invoking process.
2011-05-06An unexpected message would crash the ssh_connection_handler and close the ↵Niclas Eklund
connection. Now an error message is generated instead.
2011-04-27OTP-9232:Niclas Eklund
A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared.
2011-04-18Fixed SSH appup, copyright headers SSH vsn and SSH release note.Niclas Eklund
2011-01-17OTP-9031 - SSH did not handle the error reason enetunreach when trying to ↵Niclas Eklund
open a IPv6 connection.
2010-11-01The fix regarding OTP-8849 was not included in the previous version as stated.Niclas Eklund
2010-10-28Merge branch 'maint-r13' into maint-r14Niclas Eklund
Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk
2010-10-25Update version numbersErlang/OTP
2010-10-25The fix regarding OTP-8863 was not included in the previous version as statedNiclas Eklund
2010-10-06In some cases a crash report was generated when a connection was closing down.Niclas Eklund
This was caused by a race condition between two processes.
2010-09-13Prepare releaseOTP_R14BErlang/OTP
2010-08-23ssh: Patch 1127Niclas Eklund
OTP-8735 SSH in some cases generated a crash report when a channel was closed in a normal way.
2010-08-23ssh: Patch 1126Niclas Eklund
OTP-8714 SSH in some cases terminated channels with reason normal when it should have been shutdown.
2010-08-20ssh: Patch 1119Niclas Eklund
OTP-8550 The function ssh:connect/4 was not exported. OTP-8644 Aligned error message with used version (SSH_FX_FAILURE vs SSH_FX_NOT_A_DIRECTORY, the latter introduced in version 6). OTP-8645 Resolved race condition when another connection is started before a channel is opened in the first connection. OTP-8535 The configuration parameter ip_v6_disabled is now available, which makes it possible for the user to alter the IP version SSH shall use. OTP-8534 The ssh_connection:send operation now accepts infinity as timeout. OTP-8524 The connection handler now include stack traces when a channel message is not handled correctly.
2010-08-18Remove ticket numbers from all vsn.mk filesBjörn Gustavsson
Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files.