summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-24upstream commitV_6_8djm@openbsd.org
2015-03-23upstream commitdjm@openbsd.org
2015-03-20remove error() accidentally inserted for debuggingDamien Miller
2015-03-16portability fix: Solaris systems may not have a grep that understands -qV_6_8_P1Tim Rice
2015-03-11fix compile with clangDamien Miller
2015-03-11make unit tests work for !OPENSSH_HAS_ECCDamien Miller
2015-03-09upstream commitdjm@openbsd.org
2015-03-05unbreak hostkeys test for w/ SSH1 caseDamien Miller
2015-03-06upstream commitdjm@openbsd.org
2015-03-04update version numbers to match version.hDamien Miller
2015-03-05upstream commitdjm@openbsd.org
2015-03-05upstream commitdjm@openbsd.org
2015-03-04netcat needs poll.h portability goopDamien Miller
2015-03-05upstream commitmarkus@openbsd.org
2015-03-05upstream commitdjm@openbsd.org
2015-03-03more --without-ssh1 fixesDamien Miller
2015-03-03fix merge both that broke --without-ssh1 compileDamien Miller
2015-03-04upstream commitdjm@openbsd.org
2015-03-04upstream commitdjm@openbsd.org
2015-03-04avoid warningDamien Miller
2015-03-04Revert "define __unused to nothing if not already defined"Damien Miller
2015-03-04check for crypt and DES_crypt in openssl blockDamien Miller
2015-03-04define __unused to nothing if not already definedDamien Miller
2015-03-04upstream commitdjm@openbsd.org
2015-03-04upstream commitdjm@openbsd.org
2015-03-03upstream commitmillert@openbsd.org
2015-02-28portability fixes for regress/netcat.cDamien Miller
2015-02-28twiddle another test for portabilityDamien Miller
2015-02-27twiddle test for portabilityDamien Miller
2015-02-26make regress/netcat.c fd passing (more) portableDamien Miller
2015-02-26create OBJ/valgrind-out before running unittestsDamien Miller
2015-02-26valgrind supportDamien Miller
2015-02-27upstream commitdjm@openbsd.org
2015-02-26upstream commitdjm@openbsd.org
2015-02-26upstream commitdjm@openbsd.org
2015-02-25Revert "Work around finicky USL linker so netcat will build."Tim Rice
2015-02-26upstream commitdjm@openbsd.org
2015-02-26upstream commitnaddy@openbsd.org
2015-02-26Remove dependency on xmalloc.Darren Tucker
2015-02-25Restrict ECDSA and ECDH tests.Darren Tucker
2015-02-25Move definition of _NSIG.Darren Tucker
2015-02-25Add includes.h for compatibility stuff.Darren Tucker
2015-02-24include netdb.h to look for MAXHOSTNAMELEN; ok timDamien Miller
2015-02-24Work around finicky USL linker so netcat will build.Tim Rice
2015-02-24include includes.h to avoid build failure on AIXDamien Miller
2015-02-24Original portability patch from djm@ for platforms missing err.h.Tim Rice
2015-02-23cleaner way fix dispatch.h portion of commitTim Rice
2015-02-23portability fix: if we can't dind a better define for HOST_NAME_MAX, use 255Tim Rice
2015-02-23portablity fix: s/__inline__/inline/Tim Rice
2015-02-24Wrap stdint.h includes in HAVE_STDINT_H.Darren Tucker