summaryrefslogtreecommitdiff
path: root/regress/cfgmatch.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: sprinkle some "# comment" at end of configuration linesdjm@openbsd.org2021-06-081-4/+4
| | | | | | to test comment handling OpenBSD-Regress-ID: cb82fbf40bda5c257a9f742c63b1798e5a8fdda7
* upstream: Add tests for sshd -T -C with Match.dtucker@openbsd.org2019-06-191-3/+46
| | | | OpenBSD-Regress-ID: d4c34916fe20d717692f10ef50b5ae5a271c12c7
* upstream commitdjm@openbsd.org2017-10-051-3/+3
| | | | | | exercise PermitOpen a little more thoroughly Upstream-Regress-ID: f41592334e227a4c1f9a983044522de4502d5eac
* upstream commitdjm@openbsd.org2017-05-011-44/+32
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream commitmarkus@openbsd.org2015-03-051-11/+12
| | | | make it possible to run tests w/o ssh1 support; ok djm@
* - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete byDarren Tucker2013-05-171-1/+0
| | | | rev 1.6 which calls wait.
* - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd.Darren Tucker2013-05-171-4/+4
|
* - dtucker@cvs.openbsd.org 2013/05/17 00:37:40Darren Tucker2013-05-171-3/+3
| | | | | | | | | [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh regress/ssh-com.sh] replace 'echo -n' with 'printf' since it's more portable also remove "echon" hack.
* - dtucker@cvs.openbsd.org 2013/04/06 06:00:22Darren Tucker2013-05-171-2/+2
| | | | | | | | [regress/rekey.sh regress/test-exec.sh regress/integrity.sh regress/multiplex.sh Makefile regress/cfgmatch.sh] Split the regress log into 3 parts: the debug output from ssh, the debug log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added.
* - dtucker@cvs.openbsd.org 2011/06/03 05:35:10Damien Miller2011-08-171-1/+1
| | | | | [regress/cfgmatch.sh] use OBJ to find test configs, patch from Tim Rice
* - (tim) [regress/cfgmatch.sh] Build/test out of tree fix.Tim Rice2011-06-021-2/+2
|
* - djm@cvs.openbsd.org 2011/05/23 03:31:31Damien Miller2011-05-291-32/+34
| | | | | | [regress/cfgmatch.sh] include testing of multiple/overridden AuthorizedKeysFiles refactor to simply daemon start/stop and get rid of racy constructs
* - (dtucker) [regress/{cert-hostkey,cfgmatch,cipher-speed}.sh} ReplaceDarren Tucker2010-03-011-2/+2
| | | | "echo -n" with "echon" for portability.
* - dtucker@cvs.openbsd.org 2006/12/13 08:36:36Damien Miller2007-10-261-1/+20
| | | | | [regress/cfgmatch.sh] Additional test for multiple PermitOpen entries. ok djm@
* - markus@cvs.openbsd.org 2006/11/06 09:27:43Damien Miller2007-10-261-6/+6
| | | | | [regress/cfgmatch.sh] fix quoting for non-(c)sh login shells.
* - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a betterDarren Tucker2006-09-081-0/+1
| | | | chance of winning.
* - (djm) [regress/Makefile regress/agent-getpeereid.sh regress/cfgmatch.sh]Damien Miller2006-07-241-0/+105
[regress/cipher-speed.sh regress/forcecommand.sh regress/forwarding.sh] Sync regress tests to -current; include dtucker@'s new cfgmatch and forcecommand tests. Add cipher-speed.sh test (not linked in yet)