summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-30proc_pidinfo()-based closefrom() for OS XDamien Miller
2019-08-29upstream: Call comma-separated lists as such to clarify semanticskn@openbsd.org
2019-08-29upstream: include sshbuf-misc.c in SRCS_BASEdjm@openbsd.org
2019-08-28runit: Correct typoDaniel Kahn Gillmor
2019-08-28releasing package openssh version 1:8.0p1-6Colin Watson
2019-08-28Only run dh_runit on openssh-serverColin Watson
2019-08-27releasing package openssh version 1:8.0p1-5Colin Watson
2019-08-24Fix pasto in fallback code.Darren Tucker
2019-08-23use SC_ALLOW_ARG_MASK to limit mmap protectionsDamien Miller
2019-08-23allow mprotect(2) with PROT_(READ|WRITE|NONE) onlyDamien Miller
2019-08-16upstream: switch percent_expand() to use sshbuf instead of a limiteddjm@openbsd.org
2019-08-13Add a runscript for runitColin Watson
2019-08-13Consistent whitespaceColin Watson
2019-08-13Merge branch 'runit' into 'master'Colin Watson
2019-08-12Add a runscript for runitLorenzo Puliti
2019-08-09upstream: produce a useful error message if the user's shell is setdjm@openbsd.org
2019-08-09upstream: Change description of TCPKeepAlive from "inactive" todtucker@openbsd.org
2019-08-08upstream: Allow the maximimum uint32 value for the argument passed todtucker@openbsd.org
2019-08-08upstream: Many key types are supported now, so take care to checknaddy@openbsd.org
2019-08-08upstream: Remove now-redundant perm_ok arg sincedtucker@openbsd.org
2019-08-05Fix mem leak in unit test.Darren Tucker
2019-08-03releasing package openssh version 1:8.0p1-4Colin Watson
2019-08-03Run regression tests against the Python 3 version of Twisted ConchColin Watson
2019-08-03debian/*.apport: Fix flake8 errorsColin Watson
2019-08-03debian/*.apport: Avoid star importsColin Watson
2019-08-03Remove #! lines from apport hooksColin Watson
2019-08-03Use debhelper-compat instead of debian/compatColin Watson
2019-08-02upstream: fix some memleaks in test_helper codedjm@openbsd.org
2019-08-02upstream: typo; from Christian Hessedjm@openbsd.org
2019-07-30upstream: let sshbuf_find/cmp take a void* for thedjm@openbsd.org
2019-07-30upstream: When using a combination of a Yubikey+GnuPG+remotemestre@openbsd.org
2019-07-30upstream: Fix typo in CASignatureAlgorithms wherein what should bedtucker@openbsd.org
2019-07-29Report success of individual tests as well as all.Darren Tucker
2019-07-29convert to UTF-8; from Mike FrysingerDamien Miller
2019-07-26upstream: Restrict limit-keytype to types supported by build. Thisdtucker@openbsd.org
2019-07-25Remove override disabling DH-GEX.Darren Tucker
2019-07-25upstream: Only use supported key types during KRL test, preferringdtucker@openbsd.org
2019-07-25upstream: Switch keys-command test from rsa to ed25519 since it'sdtucker@openbsd.org
2019-07-25upstream: Make certificate tests work with the supported keydtucker@openbsd.org
2019-07-24upstream: Construct list of key types to test based on the typesdtucker@openbsd.org
2019-07-24upstream: Only use DSA key type in tests if binaries support it.dtucker@openbsd.org
2019-07-24Split test targets further.Darren Tucker
2019-07-24Add lib dependencies for regress binary targets.Darren Tucker
2019-07-24Make "unit" a dependency of "test".Darren Tucker
2019-07-23upstream rev 1.28: fix comment typo.Darren Tucker
2019-07-23Split regress-binaries into two targets.Darren Tucker
2019-07-23upstream: Skip DH group generation test if binaries don't supportdtucker@openbsd.org
2019-07-23upstream: Only test conversion of key types supported by thedtucker@openbsd.org
2019-07-23upstream: Only add ssh-dss to allowed key types if it's supporteddtucker@openbsd.org
2019-07-23Remove sys/cdefs.h include.Darren Tucker