summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upstream: Generate Ed25519 keys when invoked without argumentsjob@openbsd.org2023-09-072-10/+6
* upstream: trigger keystroke timing obfucation only if the channelsdjm@openbsd.org2023-09-041-10/+14
* upstream: avoid bogus "obfuscate_keystroke_timing: stopping ..."djm@openbsd.org2023-09-041-4/+6
* upstream: make channel_output_poll() return a flag indicatingdjm@openbsd.org2023-09-042-15/+24
* upstream: set interactive mode for ControlPersist sessions if theydjm@openbsd.org2023-09-041-4/+7
* Set LLONG_MAX for C89 test.Darren Tucker2023-08-311-0/+7
* upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@djm@openbsd.org2023-08-291-2/+2
* upstream: descriptive text shouldn't be under .Cmdjm@openbsd.org2023-08-291-2/+3
* upstream: limit artificial login delay to a reasonable maximum (5s)djm@openbsd.org2023-08-281-2/+9
* upstream: add spacing for punctuation when macro args;jmc@openbsd.org2023-08-281-2/+2
* upstream: explicit long long type in timing calculations (doesn'tdjm@openbsd.org2023-08-281-3/+3
* upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org2023-08-288-21/+255
* upstream: Introduce a transport-level ping facilitydjm@openbsd.org2023-08-285-18/+96
* upstream: Log errors in kex_exchange_identification() with leveltobhe@openbsd.org2023-08-281-5/+5
* upstream: correct math for ClientAliveInterval that caused thedjm@openbsd.org2023-08-281-2/+2
* Include Portable version in sshd version string.Darren Tucker2023-08-251-1/+1
* obsd-arm64 host is real hardware...Darren Tucker2023-08-211-1/+1
* Add OpenBSD ARM64 test host.Darren Tucker2023-08-211-0/+1
* Add test for zlib development branch.Darren Tucker2023-08-213-0/+13
* upstream: want stdlib.h for free(3)djm@openbsd.org2023-08-211-1/+2
* Fix zlib version check for 1.3 and future version.Darren Tucker2023-08-181-1/+1
* Add 9.4 branch to CI status page.Darren Tucker2023-08-181-0/+4
* upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org2023-08-184-18/+39
* upstream: defence-in-depth MaxAuthTries check in monitor; ok markusdjm@openbsd.org2023-08-181-1/+6
* upstream: add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308djm@openbsd.org2023-08-151-1/+2
* Add obsd72 and obsd73 test targets.Darren Tucker2023-08-131-0/+2
* upstream: better debug logging of sessions' exit statusdjm@openbsd.org2023-08-111-4/+11
* upstream: drop a wayward comma, ok jmc@naddy@openbsd.org2023-08-111-3/+3
* dependDamien Miller2023-08-101-19/+0
* update versions in RPM specsDamien Miller2023-08-102-2/+2
* update version in READMEDamien Miller2023-08-101-1/+1
* upstream: openssh-9.4djm@openbsd.org2023-08-101-2/+2
* Only include unistd.h once.Darren Tucker2023-08-101-1/+0
* wrap poll.h include in HAVE_POLL_HDamien Miller2023-08-101-1/+3
* upstream: Apply ConnectTimeout to multiplexing local socketdtucker@openbsd.org2023-08-042-17/+27
* Fix RNG seeding for OpenSSL w/out self seeding.Darren Tucker2023-08-031-1/+5
* upstream: CheckHostIP has defaulted to 'no' for a while; make thedjm@openbsd.org2023-08-031-2/+2
* upstream: remove unnecessary if statement.dtucker@openbsd.org2023-08-011-7/+5
* upstream: %C is a callable macro in mdoc(7)jmc@openbsd.org2023-08-011-3/+3
* upstream: don't need to start a command here; use ssh -N instead.djm@openbsd.org2023-07-301-3/+3
* upstream: add LTESTS_FROM variable to allow skipping of tests up todjm@openbsd.org2023-07-301-1/+9
* upstream: test ChrootDirectory in Match blockdjm@openbsd.org2023-07-301-2/+21
* upstream: better error messagesdjm@openbsd.org2023-07-301-4/+4
* upstream: don't incorrectly truncate logged strings retrieved fromdjm@openbsd.org2023-07-281-20/+19
* upstream: make sshd_config AuthorizedPrincipalsCommand anddjm@openbsd.org2023-07-282-16/+31
* upstream: increase default KDF work-factor for OpenSSH formatdjm@openbsd.org2023-07-281-2/+2
* Prefer OpenSSL's SHA256 in sk-dummy.soDarren Tucker2023-07-271-30/+9
* Retire dfly58 test VM. Add dfly64.Darren Tucker2023-07-271-1/+1
* upstream: make ssh -f (fork after authentication) work properly indjm@openbsd.org2023-07-272-11/+22
* upstream: man page typos; ok jmc@naddy@openbsd.org2023-07-273-10/+10