summaryrefslogtreecommitdiffstats
path: root/regress/check-perm.c (unfollow)
Commit message (Expand)AuthorFilesLines
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