diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 23:39:39 +0100 |
commit | 767ee84d3465b6d244a9108de5c167a9ab866df9 (patch) | |
tree | 69b14ef6a62d7f133298a21d2ad6046f130b7801 /regress/README.regress | |
parent | ddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff) | |
parent | efef12825b9582c1710da3b7e50135870963d4f4 (diff) |
New upstream release (8.1p1)
Diffstat (limited to 'regress/README.regress')
-rw-r--r-- | regress/README.regress | 80 |
1 files changed, 66 insertions, 14 deletions
diff --git a/regress/README.regress b/regress/README.regress index 315fe149a..ac2e8487e 100644 --- a/regress/README.regress +++ b/regress/README.regress | |||
@@ -25,6 +25,7 @@ SUDO: path to sudo/doas command, if desired. Note that some systems | |||
25 | (notably systems using PAM) require sudo to execute some tests. | 25 | (notably systems using PAM) require sudo to execute some tests. |
26 | LTESTS: Whitespace separated list of tests (filenames without the .sh | 26 | LTESTS: Whitespace separated list of tests (filenames without the .sh |
27 | extension) to run. | 27 | extension) to run. |
28 | SKIP_LTESTS: Whitespace separated list of tests to skip. | ||
28 | OBJ: used by test scripts to access build dir. | 29 | OBJ: used by test scripts to access build dir. |
29 | TEST_SHELL: shell used for running the test scripts. | 30 | TEST_SHELL: shell used for running the test scripts. |
30 | TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test | 31 | TEST_SSH_FAIL_FATAL: set to "yes" to make any failure abort the test |
@@ -63,28 +64,79 @@ test-exec.sh: the main test driver. Sets environment, creates config files | |||
63 | and keys and runs the specified test. | 64 | and keys and runs the specified test. |
64 | 65 | ||
65 | At the time of writing, the individual tests are: | 66 | At the time of writing, the individual tests are: |
66 | agent-timeout.sh: agent timeout test | ||
67 | agent.sh: simple agent test | ||
68 | broken-pipe.sh: broken pipe test | ||
69 | connect-privsep.sh: proxy connect with privsep | ||
70 | connect.sh: simple connect | 67 | connect.sh: simple connect |
68 | proxy-connect.sh: proxy connect | ||
69 | connect-privsep.sh: proxy connect with privsep | ||
70 | connect-uri.sh: uri connect | ||
71 | proto-version.sh: sshd version with different protocol combinations | ||
72 | proto-mismatch.sh: protocol version mismatch | ||
71 | exit-status.sh: remote exit status | 73 | exit-status.sh: remote exit status |
72 | forwarding.sh: local and remote forwarding | 74 | envpass.sh: environment passing |
73 | keygen-change.sh: change passphrase for key | 75 | transfer.sh: transfer data |
76 | banner.sh: banner | ||
77 | rekey.sh: rekey | ||
78 | stderr-data.sh: stderr data transfer | ||
79 | stderr-after-eof.sh: stderr data after eof | ||
80 | broken-pipe.sh: broken pipe test | ||
81 | try-ciphers.sh: try ciphers | ||
82 | yes-head.sh: yes pipe head | ||
83 | login-timeout.sh: connect after login grace timeout | ||
84 | agent.sh: simple connect via agent | ||
85 | agent-getpeereid.sh: disallow agent attach from other uid | ||
86 | agent-timeout.sh: agent timeout test | ||
87 | agent-ptrace.sh: disallow agent ptrace attach | ||
74 | keyscan.sh: keyscan | 88 | keyscan.sh: keyscan |
75 | proto-mismatch.sh: protocol version mismatch | 89 | keygen-change.sh: change passphrase for key |
76 | proto-version.sh: sshd version with different protocol combinations | 90 | keygen-convert.sh: convert keys |
77 | proxy-connect.sh: proxy connect | 91 | keygen-moduli.sh: keygen moduli |
92 | key-options.sh: key options | ||
93 | scp.sh: scp | ||
94 | scp-uri.sh: scp-uri | ||
78 | sftp.sh: basic sftp put/get | 95 | sftp.sh: basic sftp put/get |
96 | sftp-chroot.sh: sftp in chroot | ||
97 | sftp-cmds.sh: sftp command | ||
98 | sftp-badcmds.sh: sftp invalid commands | ||
99 | sftp-batch.sh: sftp batchfile | ||
100 | sftp-glob.sh: sftp glob | ||
101 | sftp-perm.sh: sftp permissions | ||
102 | sftp-uri.sh: sftp-uri | ||
79 | ssh-com-client.sh: connect with ssh.com client | 103 | ssh-com-client.sh: connect with ssh.com client |
80 | ssh-com-keygen.sh: ssh.com key import | 104 | ssh-com-keygen.sh: ssh.com key import |
81 | ssh-com-sftp.sh: basic sftp put/get with ssh.com server | 105 | ssh-com-sftp.sh: basic sftp put/get with ssh.com server |
82 | ssh-com.sh: connect to ssh.com server | 106 | ssh-com.sh: connect to ssh.com server |
83 | stderr-after-eof.sh: stderr data after eof | 107 | reconfigure.sh: simple connect after reconfigure |
84 | stderr-data.sh: stderr data transfer | 108 | dynamic-forward.sh: dynamic forwarding |
85 | transfer.sh: transfer data | 109 | forwarding.sh: local and remote forwarding |
86 | try-ciphers.sh: try ciphers | 110 | multiplex.sh: connection multiplexing |
87 | yes-head.sh: yes pipe head | 111 | reexec.sh: reexec tests |
112 | brokenkeys.sh: broken keys | ||
113 | sshcfgparse.sh: ssh config parse | ||
114 | cfgparse.sh: sshd config parse | ||
115 | cfgmatch.sh: sshd_config match | ||
116 | cfgmatchlisten.sh: sshd_config matchlisten | ||
117 | addrmatch.sh: address match | ||
118 | localcommand.sh: localcommand | ||
119 | forcecommand.sh: forced command | ||
120 | portnum.sh: port number parsing | ||
121 | keytype.sh: login with different key types | ||
122 | kextype.sh: login with different key exchange algorithms | ||
123 | cert-hostkey.sh certified host keys | ||
124 | cert-userkey.sh: certified user keys | ||
125 | host-expand.sh: expand %h and %n | ||
126 | keys-command.sh: authorized keys from command | ||
127 | forward-control.sh: sshd control of local and remote forwarding | ||
128 | integrity.sh: integrity | ||
129 | krl.sh: key revocation lists | ||
130 | multipubkey.sh: multiple pubkey | ||
131 | limit-keytype.sh: restrict pubkey type | ||
132 | hostkey-agent.sh: hostkey agent | ||
133 | keygen-knownhosts.sh: ssh-keygen known_hosts | ||
134 | hostkey-rotate.sh: hostkey rotate | ||
135 | principals-command.sh: authorized principals command | ||
136 | cert-file.sh: ssh with certificates | ||
137 | cfginclude.sh: config include | ||
138 | allow-deny-users.sh: AllowUsers/DenyUsers | ||
139 | authinfo.sh: authinfo | ||
88 | 140 | ||
89 | 141 | ||
90 | Problems? | 142 | Problems? |