[openssh-commits] [openssh] branch master updated (f2c06ab8 -> 28013759)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jun 9 13:11:12 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from f2c06ab8 Remove ability to override $LD.
new 6ff6fda7 upstream: tweak previous;
new 027607fc upstream: fix some over-long lines and __func__ up some debug
new 0368889f upstream: fix incorrect expansion of %i in
new 3b9798bd upstream: reorder child environment preparation so that variables
new 7082bb58 upstream: add a SetEnv directive to ssh_config that allows setting
new 28013759 upstream: add a SetEnv directive for sshd_config to allow an
The 6 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 28013759f09ed3ebf7e8335e83a62936bd7a7f47
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jun 9 03:03:10 2018 +0000
upstream: add a SetEnv directive for sshd_config to allow an
administrator to explicitly specify environment variables set in sessions
started by sshd. These override the default environment and any variables set
by user configuration (PermitUserEnvironment, etc), but not the SSH_*
variables set by sshd itself.
ok markus@
OpenBSD-Commit-ID: b6a96c0001ccd7dd211df6cae9e961c20fd718c0
commit 7082bb58a2eb878d23ec674587c742e5e9673c36
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jun 9 03:01:12 2018 +0000
upstream: add a SetEnv directive to ssh_config that allows setting
environment variables for the remote session (subject to the server accepting
them)
refactor SendEnv to remove the arbitrary limit of variable names.
ok markus@
OpenBSD-Commit-ID: cfbb00d9b0e10c1ffff1d83424351fd961d1f2be
commit 3b9798bda15bd3f598f5ef07595d64e23504da91
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jun 9 02:58:02 2018 +0000
upstream: reorder child environment preparation so that variables
read from ~/.ssh/environment (if enabled) do not override SSH_* variables set
by the server.
OpenBSD-Commit-ID: 59f9d4c213cdcef2ef21f4b4ae006594dcf2aa7a
commit 0368889f82f63c82ff8db9f8c944d89e7c657db4
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jun 8 03:35:36 2018 +0000
upstream: fix incorrect expansion of %i in
load_public_identity_files(); reported by Roumen Petrov
OpenBSD-Commit-ID: a827289e77149b5e0850d72a350c8b0300e7ef25
commit 027607fc2db6a0475a3380f8d95c635482714cb0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jun 8 01:55:40 2018 +0000
upstream: fix some over-long lines and __func__ up some debug
messages
OpenBSD-Commit-ID: c70a60b4c8207d9f242fc2351941ba50916bb267
commit 6ff6fda705bc204456a5fa12518dde6e8790bb02
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Thu Jun 7 11:26:14 2018 +0000
upstream: tweak previous;
OpenBSD-Commit-ID: f98f16af10b28e24bcecb806cb71ea994b648fd6
Summary of changes:
clientloop.c | 24 ++++++++++---
misc.c | 32 ++++++++++++++----
misc.h | 3 +-
mux.c | 10 +++---
readconf.c | 34 +++++++++++++++++--
readconf.h | 7 ++--
scp.1 | 5 +--
servconf.c | 20 +++++++++--
servconf.h | 4 ++-
serverloop.c | 18 +++++-----
session.c | 107 ++++++++++++++++++++++++++++++++--------------------------
sftp.1 | 5 +--
ssh.1 | 5 +--
ssh.c | 4 +--
ssh_config.5 | 10 ++++--
sshd.8 | 8 ++---
sshd_config.5 | 24 +++++++++++--
17 files changed, 222 insertions(+), 98 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list