summaryrefslogtreecommitdiffstats
path: root/ssh-pkcs11.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-08upstream: fix scp in SFTP mode recursive upload and download ofdjm@openbsd.org1-23/+50
2023-09-07upstream: regression test for override of subsystem in match blocksdjm@openbsd.org2-2/+93
2023-09-07upstream: allow override of Sybsystem directives in sshd Matchdjm@openbsd.org2-8/+54
2023-09-07upstream: allocate the subsystems array as necessary and remove thedjm@openbsd.org1-5/+13
2023-09-07upstream: preserve quoting of Subsystem commands and arguments.djm@openbsd.org1-13/+11
2023-09-07upstream: downgrade duplicate Subsystem directives from being adjm@openbsd.org1-6/+15
2023-09-07upstream: handle cr+lf (instead of just cr) in sshsig signaturedjm@openbsd.org1-8/+19
2023-09-07upstream: Generate Ed25519 keys when invoked without argumentsjob@openbsd.org2-10/+6
2023-09-04upstream: trigger keystroke timing obfucation only if the channelsdjm@openbsd.org1-10/+14
2023-09-04upstream: avoid bogus "obfuscate_keystroke_timing: stopping ..."djm@openbsd.org1-4/+6
2023-09-04upstream: make channel_output_poll() return a flag indicatingdjm@openbsd.org2-15/+24
2023-09-04upstream: set interactive mode for ControlPersist sessions if theydjm@openbsd.org1-4/+7
2023-08-31Set LLONG_MAX for C89 test.Darren Tucker1-0/+7
2023-08-29upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@djm@openbsd.org1-2/+2
2023-08-29upstream: descriptive text shouldn't be under .Cmdjm@openbsd.org1-2/+3
2023-08-28upstream: limit artificial login delay to a reasonable maximum (5s)djm@openbsd.org1-2/+9
2023-08-28upstream: add spacing for punctuation when macro args;jmc@openbsd.org1-2/+2
2023-08-28upstream: explicit long long type in timing calculations (doesn'tdjm@openbsd.org1-3/+3
2023-08-28upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org8-21/+255
2023-08-28upstream: Introduce a transport-level ping facilitydjm@openbsd.org5-18/+96
2023-08-28upstream: Log errors in kex_exchange_identification() with leveltobhe@openbsd.org1-5/+5
2023-08-28upstream: correct math for ClientAliveInterval that caused thedjm@openbsd.org1-2/+2
2023-08-25Include Portable version in sshd version string.Darren Tucker1-1/+1
2023-08-21obsd-arm64 host is real hardware...Darren Tucker1-1/+1
2023-08-21Add OpenBSD ARM64 test host.Darren Tucker1-0/+1
2023-08-21Add test for zlib development branch.Darren Tucker3-0/+13
2023-08-21upstream: want stdlib.h for free(3)djm@openbsd.org1-1/+2
2023-08-18Fix zlib version check for 1.3 and future version.Darren Tucker1-1/+1
2023-08-18Add 9.4 branch to CI status page.Darren Tucker1-0/+4
2023-08-18upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org4-18/+39
2023-08-18upstream: defence-in-depth MaxAuthTries check in monitor; ok markusdjm@openbsd.org1-1/+6
2023-08-15upstream: add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308djm@openbsd.org1-1/+2
2023-08-13Add obsd72 and obsd73 test targets.Darren Tucker1-0/+2
2023-08-11upstream: better debug logging of sessions' exit statusdjm@openbsd.org1-4/+11
2023-08-11upstream: drop a wayward comma, ok jmc@naddy@openbsd.org1-3/+3
2023-08-10dependDamien Miller1-19/+0
2023-08-10update versions in RPM specsDamien Miller2-2/+2
2023-08-10update version in READMEDamien Miller1-1/+1
2023-08-10upstream: openssh-9.4djm@openbsd.org1-2/+2
2023-08-10Only include unistd.h once.Darren Tucker1-1/+0
2023-08-10wrap poll.h include in HAVE_POLL_HDamien Miller1-1/+3
2023-08-04upstream: Apply ConnectTimeout to multiplexing local socketdtucker@openbsd.org2-17/+27
2023-08-03Fix RNG seeding for OpenSSL w/out self seeding.Darren Tucker1-1/+5
2023-08-03upstream: CheckHostIP has defaulted to 'no' for a while; make thedjm@openbsd.org1-2/+2
2023-08-01upstream: remove unnecessary if statement.dtucker@openbsd.org1-7/+5
2023-08-01upstream: %C is a callable macro in mdoc(7)jmc@openbsd.org1-3/+3
2023-07-30upstream: don't need to start a command here; use ssh -N instead.djm@openbsd.org1-3/+3
2023-07-30upstream: add LTESTS_FROM variable to allow skipping of tests up todjm@openbsd.org1-1/+9
2023-07-30upstream: test ChrootDirectory in Match blockdjm@openbsd.org1-2/+21
2023-07-30upstream: better error messagesdjm@openbsd.org1-4/+4