summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05upstream: unbreak "sshd -ddd" - close of config passing fd happened toodjm@openbsd.org
2020-06-05Add support for AUDIT_ARCH_RISCV64Andreas Schwab
2020-06-05upstream: make sshbuf_putb(b, NULL) a no-opdjm@openbsd.org
2020-06-05upstream: make sshbuf_dump() args constdjm@openbsd.org
2020-06-05upstream: wrap long linedjm@openbsd.org
2020-06-05upstream: Correct historical comment: provos@ modified OpenSSH todtucker@openbsd.org
2020-06-05upstream: Import regenerated moduli file.dtucker@openbsd.org
2020-06-05Test fallthrough in OSSH_CHECK_CFLAG_COMPILE.Darren Tucker
2020-06-04upstream: Import regenerated moduli file.dtucker@openbsd.org
2020-06-04upstream: Remove now-unused proto_spec and associated definitions.dtucker@openbsd.org
2020-05-30upstream: Fix error message on close(2) and add printf formatmillert@openbsd.org
2020-05-29upstream: Make dollar_expand variadic and pass a real va_list todtucker@openbsd.org
2020-05-29Omit ToS setting if we don't have IPV6_TCLASS too.Darren Tucker
2020-05-29upstream: Pass a NULL instead of zeroed out va_list fromdtucker@openbsd.org
2020-05-29upstream: remove a stray .El;jmc@openbsd.org
2020-05-29upstream: Add regression and unit tests for ${ENV} styledtucker@openbsd.org
2020-05-29upstream: Unit test for convtime. ok djm@dtucker@openbsd.org
2020-05-29upstream: mention that wildcards are processed in lexical order;djm@openbsd.org
2020-05-29upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org
2020-05-29dependDamien Miller
2020-05-29partial sync of regress/netcat.c with upstreamsobrado
2020-05-29partial sync of regress/netcat.c with upstreamchl
2020-05-29partial sync of regress/netcat.c with upstreamtobias
2020-05-29partial sync of regress/netcat.c with upstreamtobias
2020-05-29partial sync of regress/netcat.c with upstreamjca
2020-05-29upstream: fix compilation on !HAVE_DLOPEN platforms; stub functiondjm@openbsd.org
2020-05-29upstream: fix exit status for downloading of FIDO resident keys;djm@openbsd.org
2020-05-29upstream: Fix multiplier in convtime when handling seconds afterdtucker@openbsd.org
2020-05-28upstream: fix Include before Match in sshd_config; bz#3122 patchdjm@openbsd.org
2020-05-28upstream: Do not call process_queued_listen_addrs() for everydjm@openbsd.org
2020-05-28upstream: fix crash in recallocarray when deleting SendEnvdjm@openbsd.org
2020-05-28upstream: two new tests for Include in sshd_config, checking whetherdjm@openbsd.org
2020-05-27Document that libfido2 >= 1.4.0 is needed.Darren Tucker
2020-05-27upstream: fix memleak of signature; from Pedro Martellettodjm@openbsd.org
2020-05-27upstream: Restrict ssh-agent from signing web challenges for FIDOdjm@openbsd.org
2020-05-27upstream: improve logging for MaxStartups connection throttling:djm@openbsd.org