[openssh-commits] [openssh] branch master updated (62cc33e6 -> 4a1805d5)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 30 12:16:46 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 62cc33e6 Use -fzero-call-used-regs=used on clang 15.
new d323f7ec upstream: In channel_request_remote_forwarding the parameters for
new f7cebbbf upstream: New EnableEscapeCommandline ssh_config(5) option
new 815c4704 upstream: tighten pledge(2) after session establishment
new 4a1805d5 upstream: Add void to client_repledge args to fix compiler warning. ok djm@
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 4a1805d532616233dd6072e5cd273b96dd3062e6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Nov 29 22:41:14 2022 +0000
upstream: Add void to client_repledge args to fix compiler warning. ok djm@
OpenBSD-Commit-ID: 7e964a641ce4a0a0a11f047953b29929d7a4b866
commit 815c4704930aa449edf6e812e99d69e9ffd31f01
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 28 01:38:22 2022 +0000
upstream: tighten pledge(2) after session establishment
feedback, ok & testing in snaps deraadt@
OpenBSD-Commit-ID: aecf4d49d28586dfbcc74328d9333398fef9eb58
commit f7cebbbf407d772ed71403d314343766782fe540
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 28 01:37:36 2022 +0000
upstream: New EnableEscapeCommandline ssh_config(5) option
This option (default "no") controls whether the ~C escape is available.
Turning it off by default means we will soon be able to use a stricter
default pledge(2) in the client.
feedback deraadt@ dtucker@; tested in snaps for a while
OpenBSD-Commit-ID: 7e277595d60acb8263118dcb66554472257b387a
commit d323f7ecf52e3d4ec1f4939bf31693e02f891dca
Author: mbuhl at openbsd.org <mbuhl at openbsd.org>
Date: Fri Nov 18 19:47:40 2022 +0000
upstream: In channel_request_remote_forwarding the parameters for
permission_set_add are leaked as they are also duplicated in the call. Found
by CodeChecker. ok djm
OpenBSD-Commit-ID: 4aef50fa9be7c0b138188814c8fe3dccc196f61e
Summary of changes:
channels.c | 13 ++++----
clientloop.c | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
readconf.c | 12 ++++++-
readconf.h | 3 +-
ssh.1 | 5 +--
ssh_config.5 | 10 ++++--
6 files changed, 127 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list