[openssh-commits] [openssh] branch master updated (1c688801 -> 394a842e)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jul 12 13:34:25 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 1c688801 Include stdlib.h for declaration of free.
new 5dc4c59d upstream: s/wuth/with/ in comment
new 5467fbcb upstream: remove legacy key emulation layer; ok djm@
new 394a842e upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@
The 3 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 394a842e60674bf8ee5130b9f15b01452a0b0285
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Jul 11 18:55:11 2018 +0000
upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@
OpenBSD-Commit-ID: f88ba43c9d54ed2d911218aa8d3f6285430629c3
commit 5467fbcb09528ecdcb914f4f2452216c24796790
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Jul 11 18:53:29 2018 +0000
upstream: remove legacy key emulation layer; ok djm@
OpenBSD-Commit-ID: 2b1f9619259e222bbd4fe9a8d3a0973eafb9dd8d
commit 5dc4c59d5441a19c99e7945779f7ec9051126c25
Author: martijn at openbsd.org <martijn at openbsd.org>
Date: Wed Jul 11 08:19:35 2018 +0000
upstream: s/wuth/with/ in comment
OpenBSD-Commit-ID: 9de41468afd75f54a7f47809d2ad664aa577902c
Summary of changes:
.depend | 65 +++++++------
Makefile.in | 2 +-
auth.c | 4 +-
auth2-chall.c | 6 +-
auth2-pubkey.c | 6 +-
auth2.c | 4 +-
channels.c | 4 +-
clientloop.c | 4 +-
kex.h | 3 +-
key.c | 236 ----------------------------------------------
key.h | 69 --------------
loginrec.c | 2 +-
monitor.c | 15 +--
monitor_wrap.c | 17 ++--
monitor_wrap.h | 6 +-
mux.c | 4 +-
openbsd-compat/port-aix.c | 2 +-
platform.c | 2 +-
servconf.c | 4 +-
serverloop.c | 4 +-
session.c | 4 +-
ssh.c | 145 +++++++++++++++-------------
sshconnect.c | 13 ++-
sshconnect2.c | 16 ++--
sshd.c | 69 ++++++++------
25 files changed, 207 insertions(+), 499 deletions(-)
delete mode 100644 key.c
delete mode 100644 key.h
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list