summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2019-10-09Add DebianBanner server configuration optionKees Cook
2019-10-09Include the Debian version in our identificationMatthew Vernon
2019-10-09Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2019-10-09Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2019-10-09Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2019-10-09Adjust scp quoting in verbose modeNicolas Valcárcel
2019-10-09Allow harmless group-writabilityColin Watson
2019-10-09"LogLevel SILENT" compatibilityNatalie Amery
2019-10-09Various keepalive extensionsRichard Kettlewell
2019-10-09Accept obsolete ssh-vulnkey configuration optionsColin Watson
2019-10-09Handle SELinux authorisation rolesManoj Srivastava
2019-10-09Restore TCP wrappers supportColin Watson
2019-10-09GSSAPI key exchange supportSimon Wilkinson
2019-10-09Import openssh_8.1p1.orig.tar.gzColin Watson
2019-10-09prepare for 8.1 releaseDamien Miller
2019-10-09upstream: openssh-8.1djm@openbsd.org
2019-10-09upstream: fix an unreachable integer overflow similar to the XMSSdjm@openbsd.org
2019-10-09upstream: fix integer overflow in XMSS private key parsing.djm@openbsd.org
2019-10-09upstream: Correct type for end-of-list sentinel; fixes initializerdtucker@openbsd.org
2019-10-09upstream: reversed test yielded incorrect debug messagedjm@openbsd.org
2019-10-09dependDamien Miller
2019-10-09Make MAKE_CLONE no-op macro more correct.Darren Tucker
2019-10-09wrap stdint.h include in HAVE_STDINT_HDamien Miller
2019-10-08avoid "return (value)" in void-declared functionDamien Miller
2019-10-08Make DEF_WEAK more likely to be correct.Darren Tucker
2019-10-07upstream: Instead of running sed over the whole log to remove CRs,dtucker@openbsd.org
2019-10-05Enable specific ioctl call for EP11 crypto card (s390)Eduardo Barretto
2019-10-04upstream: fix memory leak in error path; bz#3074 patch fromdjm@openbsd.org
2019-10-04upstream: spacedjm@openbsd.org
2019-10-04upstream: more sshsig regress tests: check key revocation, thedjm@openbsd.org
2019-10-04upstream: Check for gmtime failure in moduli generation. Based ondtucker@openbsd.org
2019-10-04upstream: use a more common options order in SYNOPSIS and syncjmc@openbsd.org
2019-10-02upstream: thinko in previous; spotted by Mantasdjm@openbsd.org
2019-10-02upstream: make signature format match PROTOCOdjm@openbsd.org
2019-10-02upstream: ban empty namespace strings for sdjm@openbsd.org
2019-10-02Put ssherr.h back as it's actually needed.Darren Tucker
2019-10-02Deny (non-fatal) shmget/shmat/shmdt in preauth privsep child.Lonnie Abelbeck
2019-10-02remove duplicate #includesDamien Miller
2019-10-02typo in commentDamien Miller
2019-10-02upstream: remove some duplicate #includesdjm@openbsd.org
2019-10-01upstream: revert unconditional forced login implemented in r1.41 ofdjm@openbsd.org
2019-10-01upstream: group and sort single letter options; ok deraadtjmc@openbsd.org
2019-10-01upstream: fix the DH-GEX text in -a; because this required a comma,jmc@openbsd.org
2019-10-01upstream: identity_file[] should be PATH_MAX, not the arbitraryderaadt@openbsd.org
2019-10-01upstream: new sentence, new line;jmc@openbsd.org
2019-09-30Include stdio.h for snprintf.Darren Tucker
2019-09-30Add SKIP_LTESTS for skipping specific tests.Darren Tucker
2019-09-27upstream: Test for empty result in expected bits. Remove CRs from logdtucker@openbsd.org
2019-09-27Re-enable dhgex test.Darren Tucker