[openssh-commits] [openssh] branch master updated (555294a7 -> 10479cc2)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Apr 10 10:19:37 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 555294a7 upstream: Allow "SendEnv -PATTERN" to clear environment variables
new 8368571e upstream: tweak previous;
new 3e36f281 upstream: tweak previous;
new ebc8b465 upstream: the UseLogin option was removed, so remove it here too.
new 260ede27 upstream: don't kill ssh-agent's listening socket entriely if we
new 001aa554 upstream: lots of typos in comments/docs. Patch from Karsten Weiss
new 37e5f4a7 upstream: make this a bit more portable-friendly
new 907da2f8 upstream: more typos spotted by Karsten Weiss using codespell
new 10479cc2 Many typo fixes from Karsten Weiss
The 8 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 10479cc2a4acd6faaf643eb305233b49d70c31c1
Author: Damien Miller <djm at mindrot.org>
Date: Tue Apr 10 10:19:02 2018 +1000
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
commit 907da2f88519b34189fd03fac96de0c52d448233
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Apr 10 00:14:10 2018 +0000
upstream: more typos spotted by Karsten Weiss using codespell
OpenBSD-Regress-ID: d906a2aea0663810a658b7d0bc61a1d2907d4d69
commit 37e5f4a7ab9a8026e5fc2f47dafb0f1b123d39e9
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Apr 10 00:13:27 2018 +0000
upstream: make this a bit more portable-friendly
OpenBSD-Regress-ID: 62f7b9e055e8dfaab92b3825f158beeb4ca3f963
commit 001aa55484852370488786bd40e9fdad4b465811
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Apr 10 00:10:49 2018 +0000
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
commit 260ede2787fe80b18b8d5920455b4fb268519c7d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Apr 9 23:54:49 2018 +0000
upstream: don't kill ssh-agent's listening socket entriely if we
fail to accept a connection; bz#2837, patch from Lukas Kuster
OpenBSD-Commit-ID: 52413f5069179bebf30d38f524afe1a2133c738f
commit ebc8b4656f9b0f834a642a9fb3c9fbca86a61838
Author: tj at openbsd.org <tj at openbsd.org>
Date: Mon Apr 9 20:41:22 2018 +0000
upstream: the UseLogin option was removed, so remove it here too.
ok dtucker
OpenBSD-Commit-ID: 7080be73a64d68e21f22f5408a67a0ba8b1b6b06
commit 3e36f281851fc8e9c996b33f108b2ae167314fbe
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Sun Apr 8 07:36:02 2018 +0000
upstream: tweak previous;
OpenBSD-Commit-ID: 2b9c23022ea7b9dddb62864de4e906000f9d7474
commit 8368571efd6693c5c57f850e23a2372acf3f865f
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Sat Apr 7 13:50:10 2018 +0000
upstream: tweak previous;
OpenBSD-Commit-ID: 38e347b6f8e888f5e0700d01abb1eba7caa154f9
Summary of changes:
Makefile.in | 2 +-
PROTOCOL.certkeys | 4 ++--
PROTOCOL.chacha20poly1305 | 4 ++--
PROTOCOL.krl | 4 ++--
README.platform | 2 +-
TODO | 4 ++--
auth.h | 4 ++--
authfd.c | 4 ++--
channels.c | 8 ++++----
clientloop.c | 4 ++--
configure.ac | 10 +++++-----
contrib/cygwin/ssh-host-config | 2 +-
contrib/cygwin/ssh-user-config | 2 +-
contrib/solaris/README | 2 +-
contrib/suse/openssh.spec | 4 ++--
kexdhs.c | 4 ++--
kexgexs.c | 4 ++--
monitor_wrap.c | 2 +-
openbsd-compat/bcrypt_pbkdf.c | 2 +-
openbsd-compat/bsd-cygwin_util.h | 2 +-
openbsd-compat/bsd-nextstep.h | 2 +-
openbsd-compat/bsd-snprintf.c | 2 +-
openbsd-compat/bsd-waitpid.h | 2 +-
openbsd-compat/explicit_bzero.c | 2 +-
openbsd-compat/fmt_scaled.c | 2 +-
openbsd-compat/port-uw.c | 2 +-
openbsd-compat/sha2.c | 2 +-
packet.c | 4 ++--
regress/authinfo.sh | 2 +-
regress/cert-file.sh | 6 +++---
regress/rekey.sh | 12 ++++++------
scp.c | 4 ++--
servconf.c | 6 +++---
sftp.c | 4 ++--
ssh-agent.c | 9 ++++-----
ssh.c | 4 ++--
ssh_api.h | 4 ++--
ssh_config.5 | 12 ++++++------
sshbuf.h | 4 ++--
sshconnect.c | 4 ++--
sshd.8 | 2 +-
sshd.c | 4 ++--
sshd_config | 3 +--
sshd_config.5 | 8 ++++----
sshkey-xmss.c | 6 +++---
umac.c | 14 +++++++-------
xmss_wots.c | 4 ++--
47 files changed, 101 insertions(+), 103 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list