summaryrefslogtreecommitdiffstats
path: root/regress/agent.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-18upstream: Stop using DSA in dropbear interop tests.anton@openbsd.org2-5/+5
2024-06-18missed a bit of DSA in the fuzzerDamien Miller1-3/+4
2024-06-18DSA support is disabled, so remove from fuzzersDamien Miller3-9/+1
2024-06-17upstream: disable the DSA signature algorithm by default; okdjm@openbsd.org8-79/+46
2024-06-17upstream: promote connection-closed messages from verbose to infodjm@openbsd.org1-3/+3
2024-06-17propagate PAM crashes to PerSourcePenaltiesDamien Miller1-7/+8
2024-06-17minix doesn't have loopback, so skip penalty testsDamien Miller1-1/+1
2024-06-16upstream: same treatment for this testdjm@openbsd.org1-0/+1
2024-06-16upstream: penalty test is still a bit racydjm@openbsd.org1-0/+4
2024-06-15upstream: crank up penalty timeouts so this should work on even thedjm@openbsd.org1-1/+1
2024-06-15upstream: sort -q in the options list;jmc@openbsd.org1-4/+4
2024-06-14upstream: clarify KEXAlgorithms supported vs available. Inspired bydjm@openbsd.org2-9/+19
2024-06-14upstream: ssh-keyscan -q man bitsdjm@openbsd.org1-3/+6
2024-06-14skip penalty-expire test in valgrind test envDamien Miller1-0/+1
2024-06-14upstream: split the PerSourcePenalties test in two: one tests penaltydjm@openbsd.org3-8/+40
2024-06-14add a sshd_config PamServiceName optionDamien Miller4-9/+37
2024-06-14upstream: don't redirect stderr for ssh-keyscan we expect to succeeddjm@openbsd.org1-1/+1
2024-06-14upstream: make host/banner comments go to stderr instead of stdout,djm@openbsd.org1-5/+12
2024-06-14upstream: separate keywords with commanaddy@openbsd.org1-3/+3
2024-06-14upstream: specify an algorithm for ssh-keyscan, otherwise it will makedjm@openbsd.org1-2/+2
2024-06-13sshd: don't use argv[0] as PAM service nameDamien Miller1-2/+1
2024-06-13prepare for checking in autogenerated filesDamien Miller1-4/+7
2024-06-13typo in commentDamien Miller1-1/+1
2024-06-13fix PTY allocation on Cygwin, broken by sshd splitDamien Miller2-1/+28
2024-06-13delay lookup of privsep user until config loadedDamien Miller1-11/+11