[openssh-commits] [openssh] branch master updated (81bfbd0 -> a165bab)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 15 02:22:24 EST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 81bfbd0 support --without-openssl at configure time
new 139ca81 upstream commit
new 7d845f4 upstream commit
new a165bab upstream commit
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 a165bab605f7be55940bb8fae977398e8c96a46d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 14 15:02:39 2015 +0000
upstream commit
avoid BIGNUM in KRL code by using a simple bitmap;
feedback and ok markus
commit 7d845f4a0b7ec97887be204c3760e44de8bf1f32
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 14 13:54:13 2015 +0000
upstream commit
update sftp client and server to new buffer API. pretty
much just mechanical changes; with & ok markus
commit 139ca81866ec1b219c717d17061e5e7ad1059e2a
Author: markus at openbsd.org <markus at openbsd.org>
Date: Wed Jan 14 13:09:09 2015 +0000
upstream commit
switch to sshbuf/sshkey; with & ok djm@
Summary of changes:
Makefile.in | 6 +-
krl.c | 62 ++--
progressmeter.c | 6 +-
progressmeter.h | 4 +-
sftp-client.c | 861 ++++++++++++++++++++++++++++---------------------
sftp-client.h | 44 +--
sftp-common.c | 99 +++---
sftp-common.h | 7 +-
sftp-glob.c | 4 +-
sftp-server.c | 610 +++++++++++++++++++++--------------
sftp.c | 5 +-
ssh-agent.c | 520 +++++++++++++++++------------
sshbuf-getput-basic.c | 38 ++-
sshbuf-getput-crypto.c | 18 +-
sshbuf.h | 4 +-
15 files changed, 1367 insertions(+), 921 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list