summaryrefslogtreecommitdiff
path: root/regress/allow-deny-users.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: prepare for stricter sshd_config parsing that will refusedjm@openbsd.org2021-06-081-5/+3
| | | | | | | a config that has {Allow,Deny}{Users,Groups} on a line with no subsequent arguments. Such lines are permitted but are nonsensical noops ATM OpenBSD-Regress-ID: ef65463fcbc0bd044e27f3fe400ea56eb4b8f650
* upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org2018-07-131-4/+8
| | | | | | daemon for each testcase OpenBSD-Regress-ID: 608b7655ea65b1ba8fff5a13ce9caa60ef0c8166
* upstream commitdjm@openbsd.org2017-10-201-0/+1
| | | | | | more RCSIDs Upstream-Regress-ID: 1aecbe3f8224793f0ec56741a86d619830eb33be
* upstream commitdjm@openbsd.org2016-12-201-1/+1
| | | | | | use standard /bin/sh equality test; from Mike Frysinger Upstream-Regress-ID: 7b6f0b63525f399844c8ac211003acb8e4b0bec2
* upstream commitdtucker@openbsd.org2016-12-191-1/+4
| | | | | | | Use LOGNAME to get current user and fall back to whoami if not set. Mainly to benefit -portable since some platforms don't have whoami. Upstream-Regress-ID: e3a16b7836a3ae24dc8f8a4e43fdf8127a60bdfa
* upstream commitdtucker@openbsd.org2016-12-171-0/+37
Add regression test for AllowUsers and DenyUsers. Patch from Zev Weiss <zev at bewilderbeest.net> Upstream-Regress-ID: 8f1aac24d52728398871dac14ad26ea38b533fb9