[openssh-commits] [openssh] branch master updated (5ab283d -> e661a86)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun May 10 11:38:49 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 5ab283d upstream commit
new 8d4d1bf upstream commit
new 368f83c upstream commit
new 0ef1de7 upstream commit
new e661a86 upstream commit
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 e661a86353e11592c7ed6a847e19a83609f49e77
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon May 4 06:10:48 2015 +0000
upstream commit
Remove pattern length argument from match_pattern_list(), we
only ever use it for strlen(pattern).
Prompted by hanno AT hboeck.de pointing an out-of-bound read
error caused by an incorrect pattern length found using AFL
and his own tools.
ok markus@
commit 0ef1de742be2ee4b10381193fe90730925b7f027
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Apr 23 05:01:19 2015 +0000
upstream commit
Add a simple regression test for sshd's configuration
parser. Right now, all it does is run the output of sshd -T back through
itself and ensure the output is valid and invariant.
commit 368f83c793275faa2c52f60eaa9bdac155c4254b
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Apr 22 01:38:36 2015 +0000
upstream commit
use correct key for nested certificate test
commit 8d4d1bfddbbd7d21f545dc6997081d1ea1fbc99a
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@
Summary of changes:
auth2-hostbased.c | 5 ++---
auth2-pubkey.c | 6 +++---
clientloop.c | 5 ++---
compat.c | 5 ++---
groupaccess.c | 6 ++----
hostfile.c | 4 ++--
match.c | 14 ++++++--------
match.h | 6 +++---
monitor.c | 11 +++++------
readconf.c | 16 +++++++---------
regress/Makefile | 3 ++-
regress/unittests/sshkey/test_sshkey.c | 4 ++--
servconf.c | 9 +++------
ssh.c | 8 +++-----
sshconnect2.c | 5 ++---
sshd.8 | 6 ++++--
sshkey.c | 2 +-
17 files changed, 51 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list