summaryrefslogtreecommitdiffstats
path: root/regress/addrmatch.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2012/05/13 01:42:32Darren Tucker2012-06-301-20/+30
| | | | | | [regress/addrmatch.sh] Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests to match. Feedback and ok djm@ markus@.
* - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6Darren Tucker2012-04-271-1/+2
| | | | | platform rather than exiting early, so that we still clean up and return status to test-exec.sh
* - djm@cvs.openbsd.org 2010/02/09 04:57:36Damien Miller2010-02-241-3/+6
| | | | | [regress/addrmatch.sh] clean up droppings
* - djm@cvs.openbsd.org 2008/12/07 22:17:48Darren Tucker2009-10-071-2/+2
| | | | | | [regress/addrmatch.sh] match string "passwordauthentication" only at start of line, not anywhere in sshd -T output
* - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6Darren Tucker2008-06-101-0/+1
| | | | specific tests on platforms that don't do IPv6.
* fix version tagDarren Tucker2008-06-101-1/+1
|
* - dtucker@cvs.openbsd.org 2008/06/10 05:23:32Darren Tucker2008-06-101-0/+41
[addrmatch.sh Makefile] Regress test for Match CIDR rules. ok djm@