Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | include version number in OpenSSL-too-old error | Damien Miller | |
2014-10-27 | upstream commit | lteo@openbsd.org | |
Remove unnecessary include: netinet/in_systm.h is not needed by these programs. NB. skipped for portable ok deraadt@ millert@ | |||
2014-10-20 | upstream commit | djm@openbsd.org | |
whitespace | |||
2014-10-20 | upstream commit | daniel@openbsd.org | |
plug a memory leak; from Maxime Villard. ok djm@ | |||
2014-10-20 | upstream commit | jmc@openbsd.org | |
tweak previous; | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
whitespace | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
Tweak config reparsing with host canonicalisation Make the second pass through the config files always run when hostname canonicalisation is enabled. Add a "Match canonical" criteria that allows ssh_config Match blocks to trigger only in the second config pass. Add a -G option to ssh that causes it to parse its configuration and dump the result to stdout, similar to "sshd -T" Allow ssh_config Port options set in the second config parse phase to be applied (they were being ignored). bz#2267 bz#2286; ok markus | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
another -Wpointer-sign from clang | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
fix a few -Wpointer-sign warnings from clang | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
parse cert sections using nested buffers to reduce copies; ok markus | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
correct options in usage(); from mancha1 AT zoho.com | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
mention permissions on tun(4) devices in PermitTunnel documentation; bz#2273 | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
tighten permissions on pty when the "tty" group does not exist; pointed out by Corinna Vinschen; ok markus | |||
2014-10-13 | upstream commit | sobrado@openbsd.org | |
typo. | |||
2014-10-13 | upstream commit | sobrado@openbsd.org | |
improve capitalization for the Ed25519 public-key signature system. ok djm@ | |||
2014-10-13 | upstream commit | doug@openbsd.org | |
Free resources on error in mkstemp and fdopen ok djm@ | |||
2014-10-13 | upstream commit | deraadt@openbsd.org | |
djm how did you make a typo like that... | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
When dumping the server configuration (sshd -T), print correct KEX, MAC and cipher defaults. Spotted by Iain Morgan | |||
2014-10-13 | upstream commit | djm@openbsd.org | |
~-expand lcd paths | |||
2014-10-12 | remove duplicated KEX_DH1 entry | Damien Miller | |
2014-10-09 | remove ChangeLog file | Damien Miller | |
Commit logs will be generated from git at release time. | |||
2014-10-07 | delete contrib/caldera directory | Damien Miller | |
2014-10-07 | test commit | Damien Miller | |
2014-10-07 | - (djm) Release OpenSSH-6.7 | Damien Miller | |
2014-10-03 | - (djm) [sshd_config.5] typo; from Iain Morgan | Damien Miller | |
2014-10-01 | - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c] | Damien Miller | |
[openbsd-compat/openbsd-compat.h] Kludge around bad glibc _FORTIFY_SOURCE check that doesn't grok heap-allocated fd_sets; ok dtucker@ | |||
2014-09-10 | - (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc; | Damien Miller | |
patch from Felix von Leitner; ok dtucker | |||
2014-09-09 | 20140908 | Darren Tucker | |
- (dtucker) [INSTALL] Update info about egd. ok djm@ | |||
2014-09-04 | - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNG | Damien Miller | |
2014-09-03 | - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading to | Damien Miller | |
permissions/ACLs; from Corinna Vinschen | |||
2014-09-03 | - (djm) [defines.h sshbuf.c] Move __predict_true|false to defines.h and | Damien Miller | |
conditionalise to avoid duplicate definition. | |||
2014-08-30 | - (djm) [Makefile.in] Make TEST_SHELL a variable; "good idea" tim@ | Damien Miller | |
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 | |