summaryrefslogtreecommitdiffstats
path: root/ssh-dss.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-04upstream: Remove duplicate includes.dtucker@openbsd.org2-4/+2
2022-12-04upstream: make struct sshbuf privatedjm@openbsd.org2-26/+27
2022-12-02Restore ssh-agent permissions on exit.Darren Tucker1-0/+1
2022-12-02upstream: Clean up ssh-add and ssh-agent logs.dtucker@openbsd.org1-1/+2
2022-12-02upstream: Log output of ssh-agent and ssh-adddtucker@openbsd.org1-4/+7
2022-11-30upstream: Add void to client_repledge args to fix compiler warning. ok djm@dtucker@openbsd.org1-3/+3
2022-11-30upstream: tighten pledge(2) after session establishmentdjm@openbsd.org1-7/+87
2022-11-30upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org5-9/+35
2022-11-30upstream: In channel_request_remote_forwarding the parameters formbuhl@openbsd.org1-7/+6
2022-11-30Use -fzero-call-used-regs=used on clang 15.Darren Tucker1-12/+23
2022-11-28Skip unit tests on slow riscv64 hardware.Darren Tucker1-0/+4
2022-11-28Rework how selfhosted tests interact with runners.Darren Tucker2-31/+34
2022-11-27Run vmstartup from temp dir.Darren Tucker2-0/+2
2022-11-27Make "config" in matrix singular and pass in env.Darren Tucker3-95/+98
2022-11-27Add "libvirt" label to dfly30.Darren Tucker1-0/+2
2022-11-27Rename "os" in matrix to "target".Darren Tucker3-95/+98
2022-11-26Remove unused self-hosted test targets.Darren Tucker1-5/+0
2022-11-26Remove explicit "default" test config argument.Darren Tucker2-2/+3
2022-11-23Add fallback for old platforms w/out MAP_ANON.Darren Tucker1-0/+10
2022-11-23If we haven't found it yet, recheck for sys/stat.h.Darren Tucker1-1/+8
2022-11-11Add dfly62 test target.Darren Tucker1-0/+2
2022-11-11upstream: Handle dynamic remote port forwarding in escape commandline'sdtucker@openbsd.org1-3/+10
2022-11-10Remove seed passing over reexec.Darren Tucker2-42/+0
2022-11-09Skip reexec test on OpenSSL 1.1.1 specifically.Darren Tucker1-0/+5
2022-11-09upstream: Fix typo in fatal error message.dtucker@openbsd.org1-2/+2
2022-11-09upstream: Remove errant colon and simplify formatdtucker@openbsd.org1-3/+3
2022-11-09upstream: rename client_global_hostkeys_private_confirm() todjm@openbsd.org1-4/+4
2022-11-09upstream: typo in commentdjm@openbsd.org1-2/+2
2022-11-08Defer seed_rng until after closefrom call.Darren Tucker1-2/+2
2022-11-08Fix comment text. From emaste at freebsd.org.Darren Tucker1-2/+2
2022-11-08Avoid assuming layout of fd_setPierre Ossman1-26/+12
2022-11-08Shutdown any VM before trying to check out repo.Darren Tucker1-1/+1
2022-11-08Run vm startup and shutdown from runner temp dir.Darren Tucker2-0/+4
2022-11-08Add valrind-5 test here too.Darren Tucker1-1/+1
2022-11-08Update checkout and upload actions.Darren Tucker4-9/+9
2022-11-08Split out rekey test since it runs the longest.Darren Tucker2-3/+8
2022-11-07upstream: The IdentityFile option in ssh_config can also be used todtucker@openbsd.org1-2/+6
2022-11-07upstream: Remove some set but otherwise unused variables, spotteddtucker@openbsd.org2-6/+5
2022-11-07upstream: Check for and disallow MaxStartups values less than ordtucker@openbsd.org1-1/+5
2022-11-07upstream: fix parsing of hex cert expiry time; was checking whether thedjm@openbsd.org1-2/+2
2022-11-07Fix merge conflict.Darren Tucker1-7/+1
2022-11-07Branch-specific links for master status badges.Darren Tucker1-0/+6
2022-11-07Add CIFuzz status badge.Darren Tucker1-0/+1
2022-11-07Do not run CIFuzz on selfhosted tree.Darren Tucker1-1/+1
2022-11-07Whitespace change to trigger CIFuzz workflow.Darren Tucker1-0/+1
2022-11-07Run cifuzz workflow on the actions as regular CI.Darren Tucker1-1/+6