summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the standard environment variable passing to sshbaserock/tiagogomes/armv8l64baserock/morphTiago Gomes2015-02-112-1/+5
* openssh: add systemd service filesRichard Maw2015-02-112-0/+35
* establish V_6_7 branchV_6_7_P1V_6_7Damien Miller2014-10-071-0/+1
* - (djm) Release OpenSSH-6.7Damien Miller2014-10-071-0/+3
* - (djm) [sshd_config.5] typo; from Iain MorganDamien Miller2014-10-032-1/+4
* - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]Damien Miller2014-10-014-3/+53
* - (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc;Damien Miller2014-09-102-0/+8
* 20140908Darren Tucker2014-09-092-4/+7
* - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNGDamien Miller2014-09-042-1/+4
* - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading toDamien Miller2014-09-032-32/+2
* - (djm) [defines.h sshbuf.c] Move __predict_true|false to defines.h andDamien Miller2014-09-033-11/+16
* - (djm) [Makefile.in] Make TEST_SHELL a variable; "good idea" tim@Damien Miller2014-08-302-3/+4
* - (djm) [openbsd-compat/openssl-compat.h] add include guardDamien Miller2014-08-302-5/+10
* - (djm) [misc.c] Missing newline between functionsDamien Miller2014-08-302-0/+2
* - (djm) [openbsd-compat/openssl-compat.h] addDamien Miller2014-08-302-2/+13
* - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()Damien Miller2014-08-273-5/+30
* - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauthDamien Miller2014-08-273-4/+5
* - (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c]Damien Miller2014-08-277-7/+29
* - (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL,Damien Miller2014-08-262-10/+17
* - (djm) [bufec.c] Skip this file on !ECC OpenSSLDamien Miller2014-08-262-1/+7
* - (djm) [sftp-server.c] Some systems (e.g. Irix) have prctl() but notDamien Miller2014-08-242-2/+6
* - (djm) [configure.ac] We now require a working vsnprintf everywhere (notDamien Miller2014-08-232-12/+21
* - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode onDamien Miller2014-08-232-0/+8
* - (djm) [configure.ac] double braces to appease autoconfDamien Miller2014-08-222-3/+4
* - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/Damien Miller2014-08-222-2/+4
* - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECCDamien Miller2014-08-222-1/+4
* - (djm) [configure.ac] include leading zero characters in OpenSSL versionDamien Miller2014-08-222-4/+8
* - (djm) [regress/unittests/test_helper/test_helper.c] Fix for systems thatDamien Miller2014-08-212-0/+15
* - (djm) [key.h] Fix ifdefs for no-ECC OpenSSLDamien Miller2014-08-212-2/+3
* - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.Damien Miller2014-08-212-3/+6
* - (djm) [contrib/cygwin/README] Correct build instructions; from CorinnaDamien Miller2014-08-202-1/+2
* - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECCDamien Miller2014-08-202-14/+25
* - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather thanDamien Miller2014-08-202-2/+4
* - (djm) [configure.ac] Check OpenSSL version is supported at configure time;Damien Miller2014-08-202-3/+15
* - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]Damien Miller2014-08-196-21/+6
* - (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIGDamien Miller2014-08-192-0/+2
* - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.Damien Miller2014-08-192-5/+12
* - (djm) [myproposal.h] Make curve25519 KEX dependent onDamien Miller2014-08-191-1/+1
* - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna VinschenDamien Miller2014-08-192-4/+11
* - (djm) [README contrib/caldera/openssh.spec]Damien Miller2014-08-105-6/+10
* - (djm) [regress/multiplex.sh] Use -d (detach stdin) flag to disassociateDamien Miller2014-08-012-2/+4
* - (djm) [regress/multiplex.sh] Instruct nc not to quit as soon as stdinDamien Miller2014-08-012-2/+4
* - (djm) [regress/multiplex.sh] Skip test for non-OpenBSD netcat. We needDamien Miller2014-08-012-4/+12
* - schwarze@cvs.openbsd.org 2014/07/28 15:40:08Damien Miller2014-07-303-9/+14
* - dtucker@cvs.openbsd.org 2014/07/25 21:22:03Damien Miller2014-07-302-1/+8
* - OpenBSD CVS SyncDamien Miller2014-07-302-5/+14
* - (djm) [regress/multiplex.sh] restore incorrectly deleted line;Damien Miller2014-07-252-1/+5
* - dtucker@cvs.openbsd.org 2014/07/22 23:35:38Darren Tucker2014-07-2375-217/+222
* - dtucker@cvs.openbsd.org 2014/07/22 23:57:40Darren Tucker2014-07-232-0/+4
* - dtucker@cvs.openbsd.org 2014/07/22 23:23:22Darren Tucker2014-07-232-3/+7