[openssh-commits] [openssh] branch master updated (4cf87f4 -> c7219f4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Dec 18 11:47:00 EST 2014
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 4cf87f4 upstream commit
new da0277e upstream commit
new 17bf3d8 upstream commit
new d663bea upstream commit
new 48b68ce upstream commit
new 2048f85 include CFLAGS in gnome askpass targets
new 7de5991 upstream libc change
new c7219f4 upstream commit
The 7 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 c7219f4f54d64d6dde66dbcf7a2699daa782d2a1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Dec 12 00:02:17 2014 +0000
upstream commit
revert chunk I didn't mean to commit yet; via jmc@
commit 7de5991aa3997e2981440f39c1ea01273a0a2c7b
Author: Damien Miller <djm at mindrot.org>
Date: Thu Dec 18 11:44:06 2014 +1100
upstream libc change
revision 1.2
date: 2014/12/08 03:45:00; author: bcook; state: Exp; lines: +2 -2; commitid: 7zWEBgJJOCZ2hvTV;
avoid left shift overflow in reallocarray.
Some 64-bit platforms (e.g. Windows 64) have a 32-bit long. So, shifting
1UL 32-bits to the left causes an overflow. This replaces the constant 1UL with
(size_t)1 so that we get the correct constant size for the platform.
discussed with tedu@ & deraadt@
commit 2048f85a5e6da8bc6e0532efe02ecfd4e63c978c
Author: Damien Miller <djm at mindrot.org>
Date: Thu Dec 18 10:15:49 2014 +1100
include CFLAGS in gnome askpass targets
from Fedora
commit 48b68ce19ca42fa488960028048dec023f7899bb
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Dec 11 08:20:09 2014 +0000
upstream commit
explicitly include sys/param.h in files that use the
howmany() macro; from portable
commit d663bea30a294d440fef4398e5cd816317bd4518
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Dec 11 05:25:06 2014 +0000
upstream commit
mention AuthorizedKeysCommandUser must be set for
AuthorizedKeysCommand to be run; bz#2287
commit 17bf3d81e00f2abb414a4fd271118cf4913f049f
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Dec 11 05:13:28 2014 +0000
upstream commit
show in debug output which hostkeys are being tried when
attempting hostbased auth; patch from Iain Morgan
commit da0277e3717eadf5b15e03379fc29db133487e94
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Dec 11 04:16:14 2014 +0000
upstream commit
Make manual reflect reality: sftp-server's -d option
accepts a "%d" option, not a "%h" one.
bz#2316; reported by Kirk Wolf
Summary of changes:
channels.c | 3 ++-
contrib/Makefile | 4 ++--
includes.h | 1 +
openbsd-compat/reallocarray.c | 4 ++--
sftp-server.8 | 6 +++---
ssh-keyscan.c | 4 +++-
ssh-pkcs11-helper.c | 3 ++-
sshconnect.c | 3 ++-
sshconnect2.c | 6 +++++-
sshd.c | 3 ++-
sshd_config.5 | 7 +++++--
11 files changed, 29 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list