summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-26upstream: support loading big sshd_config files w/o realloc; okmarkus@openbsd.org
2020-06-26upstream: allow sshd_config longer than 256k; ok djmmarkus@openbsd.org
2020-06-26upstream: only call sshkey_xmss_init() once for KEY_XMSS_CERT; okmarkus@openbsd.org
2020-06-26upstream: some clarifying commentsdjm@openbsd.org
2020-06-26upstream: updated argument name for -P in first synopsis wasjmc@openbsd.org
2020-06-26upstream: supply word missing in previous;jmc@openbsd.org
2020-06-22missing files for webauthn/sshsig unit testDamien Miller
2020-06-22upstream: add support for verification of webauthn sshsig signature,djm@openbsd.org
2020-06-22upstream: Add support for FIDO webauthn (verification only).djm@openbsd.org
2020-06-22upstream: refactor ECDSA-SK verification a little ahead of addingdjm@openbsd.org
2020-06-22upstream: support for RFC4648 base64url encoding; ok markusdjm@openbsd.org
2020-06-22upstream: better terminology for permissions; feedback & ok markus@djm@openbsd.org
2020-06-22upstream: better terminology for permissions; feedback & ok markus@djm@openbsd.org
2020-06-22upstream: Correct synopsis and usage for the options accepted whendtucker@openbsd.org
2020-06-19Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.Darren Tucker
2020-06-19Extra brackets around sizeof() in bcrypt.Darren Tucker
2020-06-19Add includes.h to new test.Darren Tucker
2020-06-19Skip OpenSSL specific tests w/out OpenSSL.Darren Tucker
2020-06-19Hook sshsig tests up to Portable Makefiles.Darren Tucker
2020-06-19upstream: Test that ssh-agent exits when running as as subprocessdtucker@openbsd.org
2020-06-19upstream: run sshsig unit testsdjm@openbsd.org
2020-06-19upstream: basic unit test for sshsig.[ch], including FIDO keysdjm@openbsd.org
2020-06-19upstream: basic unit test for FIDO kep parsingdjm@openbsd.org
2020-06-19upstream: check public host key matches private; ok markus@ (asdjm@openbsd.org
2020-06-19upstream: avoid spurious "Unable to load host key" message whendjm@openbsd.org
2020-06-12upstream: correct RFC number; from HARUYAMA Seigo via GH PR191djm@openbsd.org
2020-06-07releasing package openssh version 1:8.3p1-1Colin Watson
2020-06-07Fix the handling of Port directives after IncludeColin Watson
2020-06-07upstream: Do not call process_queued_listen_addrs() for everydjm@openbsd.org
2020-06-07Use AUTOPKGTEST_TMP rather than the deprecated ADTTMPColin Watson
2020-06-07New upstream release (8.3p1)Colin Watson
2020-06-07Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-06-07Work around conch interoperability failureColin Watson
2020-06-07Restore reading authorized_keys2 by defaultColin Watson
2020-06-07Various Debian-specific configuration changesColin Watson
2020-06-07Add systemd readiness notification supportMichael Biebl
2020-06-07Give the ssh-askpass-gnome window a default iconVincent Untz
2020-06-07Don't check the status field of the OpenSSL versionKurt Roeckx
2020-06-07Document consequences of ssh-agent being setgid in ssh-agent(1)Colin Watson
2020-06-07Document that HashKnownHosts may break tab-completionColin Watson
2020-06-07ssh(1): Refer to ssh-argv0(1)Colin Watson
2020-06-07Adjust various OpenBSD-specific references in manual pagesColin Watson
2020-06-07Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2020-06-07Add DebianBanner server configuration optionKees Cook
2020-06-07Include the Debian version in our identificationMatthew Vernon
2020-06-07Mention ssh-keygen in ssh fingerprint changed warningScott Moser
2020-06-07Force use of DNSSEC even if "options edns0" isn't in resolv.confColin Watson
2020-06-07Look for $SHELL on the path for ProxyCommand/LocalCommandColin Watson
2020-06-07Adjust scp quoting in verbose modeNicolas Valcárcel
2020-06-07Allow harmless group-writabilityColin Watson