Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-30 | - (djm) [openbsd-compat/openssl-compat.h] add include guard | Damien Miller | |
2014-08-30 | - (djm) [misc.c] Missing newline between functions | Damien Miller | |
2014-08-30 | - (djm) [openbsd-compat/openssl-compat.h] add | Damien Miller | |
OPENSSL_[RD]SA_MAX_MODULUS_BITS defines for OpenSSL that lacks them | |||
2014-08-27 | - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero() | Damien Miller | |
using memset_s() where possible; improve fallback to indirect bzero via a volatile pointer to give it more of a chance to avoid being optimised away. | |||
2014-08-27 | - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth | Damien Miller | |
monitor, not preauth; bz#2263 | |||
2014-08-27 | - (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c] | Damien Miller | |
[regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] [regress/unittests/sshkey/common.c] [regress/unittests/sshkey/test_file.c] [regress/unittests/sshkey/test_fuzz.c] [regress/unittests/sshkey/test_sshkey.c] Don't include openssl/ec.h on !ECC OpenSSL systems | |||
2014-08-26 | - (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL, | Damien Miller | |
update OpenSSL version requirement. | |||
2014-08-26 | - (djm) [bufec.c] Skip this file on !ECC OpenSSL | Damien Miller | |
2014-08-24 | - (djm) [sftp-server.c] Some systems (e.g. Irix) have prctl() but not | Damien Miller | |
PR_SET_DUMPABLE, so adjust ifdef; reported by Tom Christensen | |||
2014-08-23 | - (djm) [configure.ac] We now require a working vsnprintf everywhere (not | Damien Miller | |
just for systems that lack asprintf); check for it always and extend test to catch more brokenness. Fixes builds on Solaris <= 9 | |||
2014-08-23 | - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on | Damien Miller | |
lastlog writing on platforms with high UIDs; bz#2263 | |||
2014-08-22 | - (djm) [configure.ac] double braces to appease autoconf | Damien Miller | |
2014-08-22 | - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/ | Damien Miller | |
definition mismatch) and warning for broken/missing snprintf case. | |||
2014-08-22 | - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC | Damien Miller | |
2014-08-22 | - (djm) [configure.ac] include leading zero characters in OpenSSL version | Damien Miller | |
number; fixes test for unsupported versions | |||
2014-08-21 | - (djm) [regress/unittests/test_helper/test_helper.c] Fix for systems that | Damien Miller | |
don't set __progname. Diagnosed by Tom Christensen. | |||
2014-08-21 | - (djm) [key.h] Fix ifdefs for no-ECC OpenSSL | Damien Miller | |
2014-08-21 | - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too. | Damien Miller | |
2014-08-20 | - (djm) [contrib/cygwin/README] Correct build instructions; from Corinna | Damien Miller | |
2014-08-20 | - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC | Damien Miller | |
2014-08-20 | - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than | Damien Miller | |
-L/-l; fixes linking problems on some platforms | |||
2014-08-20 | - (djm) [configure.ac] Check OpenSSL version is supported at configure time; | Damien Miller | |
suggested by Kevin Brott | |||
2014-08-19 | - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README] | Damien Miller | |
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers. | |||
2014-08-19 | - (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG | Damien Miller | |
2014-08-19 | - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC. | Damien Miller | |
2014-08-19 | - (djm) [myproposal.h] Make curve25519 KEX dependent on | Damien Miller | |
HAVE_EVP_SHA256 instead of OPENSSL_HAS_ECC. | |||
2014-08-19 | - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen | Damien Miller | |
2014-08-13 | Make the if-up hook use "reload" rather than "restart" if the system was ↵ | Colin Watson | |
booted using systemd (closes: #756547). | |||
2014-08-10 | - (djm) [README contrib/caldera/openssh.spec] | Damien Miller | |
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Update versions | |||
2014-08-05 | releasing package openssh version 1:6.6p1-7 | Colin Watson | |
2014-08-05 | Pass noupdate to the second call to pam_motd, not the first (thanks, Ken T ↵ | Colin Watson | |
Takusagawa; closes: #757059). | |||
2014-08-02 | Remove several unnecessary entries in debian/*.dirs. | Colin Watson | |
2014-08-02 | Turkish (thanks, Mert Dirik; closes: #756757). | Colin Watson | |
2014-08-02 | Use dh-exec to simplify override_dh_install target. | Colin Watson | |
2014-08-01 | - (djm) [regress/multiplex.sh] Use -d (detach stdin) flag to disassociate | Damien Miller | |
nc from stdin, it's more portable | |||
2014-08-01 | - (djm) [regress/multiplex.sh] Instruct nc not to quit as soon as stdin | Damien Miller | |
is closed; avoid regress failures when stdin is /dev/null | |||
2014-08-01 | - (djm) [regress/multiplex.sh] Skip test for non-OpenBSD netcat. We need | Damien Miller | |
a better solution, but this will have to do for now. | |||
2014-07-30 | - schwarze@cvs.openbsd.org 2014/07/28 15:40:08 | Damien Miller | |
[sftp-server.8 sshd_config.5] some systems no longer need /dev/log; issue noticed by jirib; ok deraadt | |||
2014-07-30 | - dtucker@cvs.openbsd.org 2014/07/25 21:22:03 | Damien Miller | |
[ssh-agent.c] Clear buffer used for handling messages. This prevents keys being left in memory after they have been expired or deleted in some cases (but note that ssh-agent is setgid so you would still need root to access them). Pointed out by Kevin Burns, ok deraadt | |||
2014-07-30 | - OpenBSD CVS Sync | Damien Miller | |
- millert@cvs.openbsd.org 2014/07/24 22:57:10 [ssh.1] Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@ | |||
2014-07-25 | - (djm) [regress/multiplex.sh] restore incorrectly deleted line; | Damien Miller | |
pointed out by Christian Hesse | |||
2014-07-23 | - dtucker@cvs.openbsd.org 2014/07/22 23:35:38 | Darren Tucker | |
[regress/unittests/sshkey/testdata/*] Regenerate test keys with certs signed with ed25519 instead of ecdsa. These can be used in -portable on platforms that don't support ECDSA. | |||
2014-07-23 | - dtucker@cvs.openbsd.org 2014/07/22 23:57:40 | Darren Tucker | |
[regress/unittests/sshkey/mktestdata.sh] Add $OpenBSD tag to make syncs easier | |||
2014-07-23 | - dtucker@cvs.openbsd.org 2014/07/22 23:23:22 | Darren Tucker | |
[regress/unittests/sshkey/mktestdata.sh] Sign test certs with ed25519 instead of ecdsa so that they'll work in -portable on platforms that don't have ECDSA in their OpenSSL. ok djm | |||
2014-07-23 | - djm@cvs.openbsd.org 2014/07/22 01:32:12 | Darren Tucker | |
[regress/multiplex.sh] change the test for still-open Unix domain sockets to be robust against nc implementations that produce error messages. from -portable (Id sync only) | |||
2014-07-23 | - guenther@cvs.openbsd.org 2014/07/22 07:13:42 | Darren Tucker | |
[umac.c] Convert from <sys/endian.h> to the shiney new <endian.h> ok dtucker@, who also confirmed that -portable handles this already (ID sync only, includes.h pulls in endian.h if available.) | |||
2014-07-23 | - dtucker@cvs.openbsd.org 2014/07/22 01:18:50 | Darren Tucker | |
[key.c] Prevent spam from key_load_private_pem during hostbased auth. ok djm@ | |||
2014-07-23 | - (dtucker) [regress/unittests/sshkey/test_{file,fuzz,sshkey}.c] Wrap ecdsa- | Darren Tucker | |
specific tests inside OPENSSL_HAS_ECC. | |||
2014-07-22 | - (djm) [regress/multiplex.sh] change the test for still-open Unix | Damien Miller | |
domain sockets to be robust against nc implementations that produce error messages. | |||
2014-07-22 | - (djm) [regress/multiplex.sh] ssh mux master lost -N somehow; | Damien Miller | |
put it back |