summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()HEADoriginmasterdjm2014-08-263-5/+30
* - (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauthdjm2014-08-263-4/+5
* - (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c]djm2014-08-267-7/+29
* - (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL,djm2014-08-252-10/+17
* - (djm) [bufec.c] Skip this file on !ECC OpenSSLdjm2014-08-252-1/+7
* - (djm) [sftp-server.c] Some systems (e.g. Irix) have prctl() but notdjm2014-08-232-2/+6
* - (djm) [configure.ac] We now require a working vsnprintf everywhere (notdjm2014-08-232-12/+21
* - (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode ondjm2014-08-222-0/+8
* - (djm) [configure.ac] double braces to appease autoconfdjm2014-08-222-3/+4
* - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/djm2014-08-222-2/+4
* - (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECCdjm2014-08-222-1/+4
* - (djm) [configure.ac] include leading zero characters in OpenSSL versiondjm2014-08-222-4/+8
* - (djm) [regress/unittests/test_helper/test_helper.c] Fix for systems thatdjm2014-08-212-0/+15
* - (djm) [key.h] Fix ifdefs for no-ECC OpenSSLdjm2014-08-212-2/+3
* - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.djm2014-08-212-3/+6
* - (djm) [contrib/cygwin/README] Correct build instructions; from Corinnadjm2014-08-202-1/+2
* - (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECCdjm2014-08-202-14/+25
* - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather thandjm2014-08-202-2/+4
* - (djm) [configure.ac] Check OpenSSL version is supported at configure time;djm2014-08-202-3/+15
* - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]djm2014-08-196-21/+6
* - (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIGdjm2014-08-192-0/+2
* - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.djm2014-08-192-5/+12
* - (djm) [myproposal.h] Make curve25519 KEX dependent ondjm2014-08-191-1/+1
* - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschendjm2014-08-192-4/+11
* - (djm) [README contrib/caldera/openssh.spec]djm2014-08-105-6/+10
* - (djm) [regress/multiplex.sh] Use -d (detach stdin) flag to disassociatedjm2014-08-012-2/+4
* - (djm) [regress/multiplex.sh] Instruct nc not to quit as soon as stdindjm2014-08-012-2/+4
* - (djm) [regress/multiplex.sh] Skip test for non-OpenBSD netcat. We needdjm2014-08-012-4/+12
* - schwarze@cvs.openbsd.org 2014/07/28 15:40:08djm2014-07-303-9/+14
* - dtucker@cvs.openbsd.org 2014/07/25 21:22:03djm2014-07-302-1/+8
* - OpenBSD CVS Syncdjm2014-07-302-5/+14
* - (djm) [regress/multiplex.sh] restore incorrectly deleted line;djm2014-07-242-1/+5
* - dtucker@cvs.openbsd.org 2014/07/22 23:35:38dtucker2014-07-2375-217/+222
* - dtucker@cvs.openbsd.org 2014/07/22 23:57:40dtucker2014-07-232-0/+4
* - dtucker@cvs.openbsd.org 2014/07/22 23:23:22dtucker2014-07-232-3/+7
* - djm@cvs.openbsd.org 2014/07/22 01:32:12dtucker2014-07-232-1/+6
* - guenther@cvs.openbsd.org 2014/07/22 07:13:42dtucker2014-07-222-1/+6
* - dtucker@cvs.openbsd.org 2014/07/22 01:18:50dtucker2014-07-222-2/+9
* - (dtucker) [regress/unittests/sshkey/test_{file,fuzz,sshkey}.c] Wrap ecdsa-dtucker2014-07-224-0/+20
* - (djm) [regress/multiplex.sh] change the test for still-open Unixdjm2014-07-222-2/+5
* - (djm) [regress/multiplex.sh] ssh mux master lost -N somehow;djm2014-07-212-1/+5
* - (dtucker) [sshkey.c] ifdef out unused variable when compiling withoutdtucker2014-07-212-2/+4
* - (djm) [regress/multiplex.sh] Not all netcat accept the -N option.djm2014-07-212-9/+22
* - millert@cvs.openbsd.org 2014/07/15 15:54:15djm2014-07-203-6/+74
* - (dtucker) [regress/unittests/sshkey/dtucker2014-07-205-0/+11
* - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bitsdtucker2014-07-203-1/+20
* - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, usedtim2014-07-192-0/+5
* - (dtucker) [key.c sshkey.c] Put new ecdsa bits inside ifdef OPENSSL_HAS_ECC.dtucker2014-07-183-1/+4
* - (dtucker) [Makefile.in] Add a t-exec target to run just the executabledtucker2014-07-182-2/+4
* - (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, useddtucker2014-07-183-0/+4