From a258c987004d3cc6e1716c682c0d686e3b81d1c6 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2022 12:30:27 +0200 Subject: Update copyright year --- lib/ssh/doc/src/Makefile | 2 +- lib/ssh/src/ssh.erl | 2 +- lib/ssh/src/ssh_client_channel.erl | 2 +- lib/ssh/src/ssh_fsm_userauth_server.erl | 2 +- lib/ssh/src/ssh_sftp.erl | 2 +- lib/ssh/src/ssh_system_sup.erl | 2 +- lib/ssh/test/ssh_connection_SUITE.erl | 2 +- lib/ssh/test/ssh_protocol_SUITE.erl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/Makefile b/lib/ssh/doc/src/Makefile index 6a7f17a828..3835866fcc 100644 --- a/lib/ssh/doc/src/Makefile +++ b/lib/ssh/doc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2004-2021. All Rights Reserved. +# Copyright Ericsson AB 2004-2022. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh.erl b/lib/ssh/src/ssh.erl index 0a7fce9fce..5fb95fc7d9 100644 --- a/lib/ssh/src/ssh.erl +++ b/lib/ssh/src/ssh.erl @@ -1,7 +1,7 @@ % %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2021. All Rights Reserved. +%% Copyright Ericsson AB 2004-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_client_channel.erl b/lib/ssh/src/ssh_client_channel.erl index 254b8e85ff..e1c7e1a7b5 100644 --- a/lib/ssh/src/ssh_client_channel.erl +++ b/lib/ssh/src/ssh_client_channel.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_fsm_userauth_server.erl b/lib/ssh/src/ssh_fsm_userauth_server.erl index 9a64df4545..fc1750ce2c 100644 --- a/lib/ssh/src/ssh_fsm_userauth_server.erl +++ b/lib/ssh/src/ssh_fsm_userauth_server.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_sftp.erl b/lib/ssh/src/ssh_sftp.erl index 8f70765b28..9d912e2a6c 100644 --- a/lib/ssh/src/ssh_sftp.erl +++ b/lib/ssh/src/ssh_sftp.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2021. All Rights Reserved. +%% Copyright Ericsson AB 2005-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/src/ssh_system_sup.erl b/lib/ssh/src/ssh_system_sup.erl index a494c97daa..ed27dc52b2 100644 --- a/lib/ssh/src/ssh_system_sup.erl +++ b/lib/ssh/src/ssh_system_sup.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/test/ssh_connection_SUITE.erl b/lib/ssh/test/ssh_connection_SUITE.erl index f7f0a118f7..06d90cc036 100644 --- a/lib/ssh/test/ssh_connection_SUITE.erl +++ b/lib/ssh/test/ssh_connection_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ssh/test/ssh_protocol_SUITE.erl b/lib/ssh/test/ssh_protocol_SUITE.erl index dd7c22dcd5..666ac76f63 100644 --- a/lib/ssh/test/ssh_protocol_SUITE.erl +++ b/lib/ssh/test/ssh_protocol_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2021. All Rights Reserved. +%% Copyright Ericsson AB 2008-2022. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in -- cgit v1.2.1 From 6417c83bbcd4b5f3db3c1445c8dcb31b97bcabdf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2022 12:30:33 +0200 Subject: Prepare release --- lib/ssh/doc/src/notes.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++ lib/ssh/vsn.mk | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 13019140eb..465ac854f0 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,67 @@ notes.xml +
Ssh 4.15 + +
Fixed Bugs and Malfunctions + + +

+ Handling rare race condition at channel close.

+

+ Own Id: OTP-18220 Aux Id: ERIERL-666, ERIERL-661

+
+
+
+ + +
Improvements and New Features + + +

+ New ssh option no_auth_needed to skip the ssh + authentication. Use with caution!

+

+ Own Id: OTP-18134 Aux Id: GH-6021

+
+ +

+ This change fixes dialyzer warnings generated for + inets/httpd examples (includes needed adjustment of spec + for ssh_sftp module).

+

+ Own Id: OTP-18178 Aux Id: ERIERL-833, ERIERL-834, + ERIERL-835

+
+ +

+ The new function ssh:daemon_replace_options/2 + makes it possible to change the Options in a + running SSH server.

+

+ Established connections are not affected, only those + created after the call to this new function.

+

+ Own Id: OTP-18196

+
+ +

+ Add a timeout as option max_initial_idle_time. It + closes a connection that does not allocate a channel + within the timeout time.

+

+ For more information about timeouts, see the Timeouts section + in the User's Guide Hardening chapter.

+

+ Own Id: OTP-18207 Aux Id: PR-6231

+
+
+
+ +
+
Ssh 4.14.1
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 48b03adafa..fc5447302c 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.14.1 +SSH_VSN = 4.15 APP_VSN = "ssh-$(SSH_VSN)" -- cgit v1.2.1