summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-10Use zero-call-used-regs=used with Apple compilers.V_9_4Darren Tucker
2023-08-25Include Portable version in sshd version string.Darren Tucker
2023-08-19Fix zlib version check for 1.3 and future version.Darren Tucker
2023-08-18upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org
2023-08-13Add obsd72 and obsd73 test targets.Darren Tucker
2023-08-10dependV_9_4_P1Damien Miller
2023-08-10update versions in RPM specsDamien Miller
2023-08-10update version in READMEDamien Miller
2023-08-10upstream: openssh-9.4djm@openbsd.org
2023-08-10wrap poll.h include in HAVE_POLL_HDamien Miller
2023-08-04upstream: Apply ConnectTimeout to multiplexing local socketdtucker@openbsd.org
2023-08-03Fix RNG seeding for OpenSSL w/out self seeding.Darren Tucker
2023-08-03upstream: CheckHostIP has defaulted to 'no' for a while; make thedjm@openbsd.org
2023-08-01upstream: remove unnecessary if statement.dtucker@openbsd.org
2023-08-01upstream: %C is a callable macro in mdoc(7)jmc@openbsd.org
2023-07-30upstream: don't need to start a command here; use ssh -N instead.djm@openbsd.org
2023-07-30upstream: add LTESTS_FROM variable to allow skipping of tests up todjm@openbsd.org
2023-07-30upstream: test ChrootDirectory in Match blockdjm@openbsd.org
2023-07-30upstream: better error messagesdjm@openbsd.org
2023-07-28upstream: don't incorrectly truncate logged strings retrieved fromdjm@openbsd.org
2023-07-28upstream: make sshd_config AuthorizedPrincipalsCommand anddjm@openbsd.org
2023-07-28upstream: increase default KDF work-factor for OpenSSH formatdjm@openbsd.org
2023-07-27Prefer OpenSSL's SHA256 in sk-dummy.soDarren Tucker
2023-07-27Retire dfly58 test VM. Add dfly64.Darren Tucker
2023-07-27upstream: make ssh -f (fork after authentication) work properly indjm@openbsd.org
2023-07-27upstream: man page typos; ok jmc@naddy@openbsd.org
2023-07-27upstream: tweak the allow-remote-pkcs11 text;jmc@openbsd.org
2023-07-25Handle a couple more OpenSSL no-ecc cases.Darren Tucker
2023-07-20dependDamien Miller
2023-07-20Bring back OPENSSL_HAS_ECC to ssh-pkcs11-clientDamien Miller
2023-07-20upstream: Separate ssh-pkcs11-helpers for each p11 moduledjm@openbsd.org
2023-07-20upstream: Ensure FIDO/PKCS11 libraries contain expected symbolsdjm@openbsd.org
2023-07-20upstream: Disallow remote addition of FIDO/PKCS11 providerdjm@openbsd.org
2023-07-20upstream: terminate process if requested to load a PKCS#11 providerdjm@openbsd.org
2023-07-19agent_fuzz doesn't want stdint.h conditionalisedDamien Miller
2023-07-18conditionalise stdint.h inclusion on HAVE_STDINT_HDamien Miller
2023-07-18conditionalise match localnetwork on ifaddrs.hDamien Miller
2023-07-17upstream: missing match localnetwork negation checkdjm@openbsd.org
2023-07-17upstream: - add -P to usage() - sync the arg name to -J in usage()jmc@openbsd.org
2023-07-17upstream: -P before -p in SYNOPSIS;jmc@openbsd.org
2023-07-17upstream: configuation -> configurationjsg@openbsd.org
2023-07-17upstream: move other RCSIDs to before their respective license blocksdjm@openbsd.org
2023-07-17upstream: Move RCSID to before license block and away from #includes,djm@openbsd.org
2023-07-17upstream: return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain adjm@openbsd.org
2023-07-17avoid AF_LINK on platforms that don't define itDamien Miller
2023-07-17upstream: Add support for configuration tags to ssh(1).djm@openbsd.org
2023-07-17upstream: add a "match localnetwork" predicate.djm@openbsd.org
2023-07-17upstream: remove vestigal support for KRL signaturesdjm@openbsd.org
2023-07-17upstream: Support for KRL extensions.djm@openbsd.org
2023-07-17upstream: Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.dtucker@openbsd.org