summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-03upstream: start ClientAliveInterval bookkeeping before first passdjm@openbsd.org
2020-07-03add check for fido_cred_set_prot() to configureDamien Miller
2020-07-03upstream: Only reset the serveralive check when we receive traffic fromdtucker@openbsd.org
2020-07-03sync sys-queue.h with OpenBSD upstreamDamien Miller
2020-07-03upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovskydjm@openbsd.org
2020-07-03upstream: free kex in ssh_packet_close; ok djm semariemarkus@openbsd.org
2020-07-03upstream: Replace TAILQ concatenation loops with TAILQ_CONCATbket@openbsd.org
2020-06-27upstream: backout 1.293 fix kex mem-leak in ssh_packet_close at markussemarie@openbsd.org
2020-06-26document a PAM spec problem in a frustrated commentDamien Miller
2020-06-26upstream: avoid spurious error message when ssh-keygen creates filesdjm@openbsd.org
2020-06-26missing ifdef SELINUX; spotted by dtuckerDamien Miller
2020-06-26upstream: regress test for ssh-add -d; ok dtucker@djm@openbsd.org
2020-06-26upstream: add test for mux w/-Oproxy; ok djmmarkus@openbsd.org
2020-06-26upstream: handle EINTR in waitfd() and timeout_connect() helpers;djm@openbsd.org
2020-06-26upstream: allow "ssh-add -d -" to read keys to be deleted fromdjm@openbsd.org
2020-06-26upstream: constify a few things; ok dtucker (as part of anotherdjm@openbsd.org
2020-06-26upstream: Defer creation of ~/.ssh by ssh(1) until we attempt todtucker@openbsd.org
2020-06-26upstream: Expand path to ~/.ssh/rc rather than relying on itdtucker@openbsd.org
2020-06-26upstream: fix kex mem-leak in ssh_packet_close; ok djmmarkus@openbsd.org
2020-06-26upstream: fix ssh -O proxy w/mux which got broken by no longermarkus@openbsd.org
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