diff options
-rw-r--r-- | .gitignore | 26 | ||||
-rw-r--r-- | Makefile.in | 19 | ||||
-rw-r--r-- | regress/Makefile | 33 |
3 files changed, 54 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..adb096449 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,26 @@ | |||
1 | Makefile | ||
2 | buildpkg.sh | ||
3 | config.h | ||
4 | config.h.in | ||
5 | config.status | ||
6 | configure | ||
7 | openbsd-compat/Makefile | ||
8 | openbsd-compat/regress/Makefile | ||
9 | openssh.xml | ||
10 | opensshd.init | ||
11 | survey.sh | ||
12 | **/*.o | ||
13 | **/*.out | ||
14 | **/*.a | ||
15 | autom4te.cache/ | ||
16 | scp | ||
17 | sftp | ||
18 | sftp-server | ||
19 | ssh | ||
20 | ssh-add | ||
21 | ssh-agent | ||
22 | ssh-keygen | ||
23 | ssh-keyscan | ||
24 | ssh-keysign | ||
25 | ssh-pkcs11-helper | ||
26 | sshd | ||
diff --git a/Makefile.in b/Makefile.in index d7f17df8c..29d539a73 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -228,26 +228,27 @@ umac128.o: umac.c | |||
228 | clean: regressclean | 228 | clean: regressclean |
229 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 229 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
230 | rm -f *.out core survey | 230 | rm -f *.out core survey |
231 | rm -f regress/check-perm$(EXEEXT) | ||
231 | rm -f regress/unittests/test_helper/*.a | 232 | rm -f regress/unittests/test_helper/*.a |
232 | rm -f regress/unittests/test_helper/*.o | 233 | rm -f regress/unittests/test_helper/*.o |
233 | rm -f regress/unittests/sshbuf/*.o | 234 | rm -f regress/unittests/sshbuf/*.o |
234 | rm -f regress/unittests/sshbuf/test_sshbuf | 235 | rm -f regress/unittests/sshbuf/test_sshbuf$(EXEEXT) |
235 | rm -f regress/unittests/sshkey/*.o | 236 | rm -f regress/unittests/sshkey/*.o |
236 | rm -f regress/unittests/sshkey/test_sshkey | 237 | rm -f regress/unittests/sshkey/test_sshkey$(EXEEXT) |
237 | rm -f regress/unittests/bitmap/*.o | 238 | rm -f regress/unittests/bitmap/*.o |
238 | rm -f regress/unittests/bitmap/test_bitmap | 239 | rm -f regress/unittests/bitmap/test_bitmap$(EXEEXT) |
239 | rm -f regress/unittests/conversion/*.o | 240 | rm -f regress/unittests/conversion/*.o |
240 | rm -f regress/unittests/conversion/test_conversion | 241 | rm -f regress/unittests/conversion/test_conversion$(EXEEXT) |
241 | rm -f regress/unittests/hostkeys/*.o | 242 | rm -f regress/unittests/hostkeys/*.o |
242 | rm -f regress/unittests/hostkeys/test_hostkeys | 243 | rm -f regress/unittests/hostkeys/test_hostkeys$(EXEEXT) |
243 | rm -f regress/unittests/kex/*.o | 244 | rm -f regress/unittests/kex/*.o |
244 | rm -f regress/unittests/kex/test_kex | 245 | rm -f regress/unittests/kex/test_kex$(EXEEXT) |
245 | rm -f regress/unittests/match/*.o | 246 | rm -f regress/unittests/match/*.o |
246 | rm -f regress/unittests/match/test_match | 247 | rm -f regress/unittests/match/test_match$(EXEEXT) |
247 | rm -f regress/unittests/utf8/*.o | 248 | rm -f regress/unittests/utf8/*.o |
248 | rm -f regress/unittests/utf8/test_utf8 | 249 | rm -f regress/unittests/utf8/test_utf8$(EXEEXT) |
249 | rm -f regress/misc/kexfuzz/*.o | 250 | rm -f regress/misc/kexfuzz/*.o |
250 | rm -f regress/misc/kexfuzz/kexfuzz | 251 | rm -f regress/misc/kexfuzz/kexfuzz$(EXEEXT) |
251 | (cd openbsd-compat && $(MAKE) clean) | 252 | (cd openbsd-compat && $(MAKE) clean) |
252 | 253 | ||
253 | distclean: regressclean | 254 | distclean: regressclean |
diff --git a/regress/Makefile b/regress/Makefile index b23496b98..f968c4161 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -89,30 +89,33 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | |||
89 | 89 | ||
90 | #LTESTS= cipher-speed | 90 | #LTESTS= cipher-speed |
91 | 91 | ||
92 | USERNAME!= id -un | 92 | USERNAME= ${LOGNAME} |
93 | CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ | 93 | CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ |
94 | authorized_keys_${USERNAME}.* \ | 94 | authorized_keys_${USERNAME}.* \ |
95 | authorized_principals_${USERNAME} \ | 95 | authorized_principals_${USERNAME} \ |
96 | banner.in banner.out cert_host_key* cert_user_key* \ | 96 | banner.in banner.out cert_host_key* cert_user_key* \ |
97 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ | 97 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ |
98 | ed25519-agent.pub empty.in expect failed-regress.log \ | 98 | ed25519-agent.pub ed25519 ed25519.pub empty.in \ |
99 | failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \ | 99 | expect failed-regress.log failed-ssh.log failed-sshd.log \ |
100 | host_* host_ca_key* host_krl_* host_revoked_* key.* \ | 100 | hkr.* host.ed25519 host.rsa host.rsa1 host_* \ |
101 | key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \ | 101 | host_ca_key* host_krl_* host_revoked_* key.* \ |
102 | key.rsa-* keys-command-args kh.* known_hosts \ | 102 | key.dsa-* key.ecdsa-* key.ed25519-512 \ |
103 | known_hosts-cert known_hosts.* krl-* ls.copy modpipe \ | 103 | key.ed25519-512.pub key.rsa-* keys-command-args kh.* \ |
104 | netcat pidfile putty.rsa2 ready regress.log remote_pid \ | 104 | known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \ |
105 | revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa1 \ | 105 | modpipe netcat no_identity_config \ |
106 | rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ | 106 | pidfile putty.rsa2 ready regress.log \ |
107 | remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \ | ||
108 | rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ | ||
107 | rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ | 109 | rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ |
108 | scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ | 110 | scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ |
109 | sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ | 111 | sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ |
110 | ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ | 112 | ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ |
111 | ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \ | 113 | ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \ |
112 | sshd_proxy sshd_proxy.* sshd_proxy_bak sshd_proxy_orig \ | 114 | sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \ |
113 | t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \ | 115 | sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \ |
114 | t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ | 116 | t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \ |
115 | t9.out t9.out.pub testdata user_*key* user_ca* user_key* | 117 | t8.out t8.out.pub t9.out t9.out.pub testdata \ |
118 | user_*key* user_ca* user_key* | ||
116 | 119 | ||
117 | SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} | 120 | SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} |
118 | 121 | ||