[openssh-commits] [openssh] branch master updated (d1680d3 -> 3744692)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 1 17:31:50 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from d1680d3 xrealloc -> xreallocarray in portable code too.
new 88c2df7 upstream commit
new 4d4f433 upstream commit
new 5781d47 upstream commit
new af68a18 upstream commit
new e9d03f2 upstream commit
new cf7eaee upstream commit
new 671eb96 upstream commit
new 3744692 upstream commit
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 3744692cbc3f35003b300a679d8fb19dec63056f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 07:11:47 2015 +0000
upstream commit
mention that the user's shell from /etc/passwd is used
for commands too; bz#1459 ok dtucker@
commit 671eb9676cc78de450e68efae5443a3be649da89
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 07:10:01 2015 +0000
upstream commit
refactor ssh_dispatch_run_fatal() to use sshpkt_fatal()
to better report error conditions. Teach sshpkt_fatal() about ECONNRESET.
Improves error messages on TCP connection resets. bz#2257
ok dtucker@
commit cf7eaee0ca7be114eda0f0e84b824037162efeeb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 07:08:08 2015 +0000
upstream commit
a couple of parse targets were missing activep checks,
causing them to be misapplied in match context; bz#2272 diagnosis and
original patch from Sami Hartikainen ok dtucker@
commit e9d03f2e6f9cb4ad8e591636475e16155f0ff0b5
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:17:51 2015 +0000
upstream commit
make handling of AuthorizedPrincipalsFile=none more
consistent with other =none options; bz#2288 from Jakub Jelen; ok dtucker@
commit af68a18ad8f22047bb79ebe2d9ec0ed56c0e44b2
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:03:20 2015 +0000
upstream commit
remove failed remote forwards established by muliplexing
from the list of active forwards; bz#2363, patch mostly by Yoann Ricordel; ok
dtucker@
commit 5781d4773136ea1f5feb529e486130713ad3e49f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 04:01:58 2015 +0000
upstream commit
reduce stderr spam when using ssh -S /path/mux -O forward
-R 0:... ok dtucker@
commit 4d4f433a5d44a6e9ba81fae74514691b0eab9872
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 03:23:51 2015 +0000
upstream commit
prevent authorized_keys options picked up on public key
tests without a corresponding private key authentication being applied to
other authentication methods. Reported by halex@, ok markus@
commit 88c2df7d80056531552be247a2dac3d6ca9667fa
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri May 1 03:20:54 2015 +0000
upstream commit
Don't make parsing of authorized_keys' environment=
option conditional on PermitUserEnv - always parse it, but only use the
result if the option is enabled. This prevents the syntax of authorized_keys
changing depending on which sshd_config options were enabled.
bz#2329; based on patch from coladict AT gmail.com, ok dtucker@
Summary of changes:
auth-options.c | 23 ++++++++++++++---------
auth.c | 5 ++---
auth.h | 4 ++--
auth2-pubkey.c | 8 ++++----
dispatch.c | 22 +++-------------------
monitor.c | 11 +++++++----
monitor_wrap.c | 15 +++++++++------
monitor_wrap.h | 6 +++---
mux.c | 21 +++++++++++++++++----
packet.c | 16 +++++++++++++---
servconf.c | 18 +++++++++++-------
sshd.8 | 6 ++++--
12 files changed, 89 insertions(+), 66 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list