- markus@cvs.openbsd.org 2003/07/03 08:24:13
[regress/Makefile] enable tests for dynamic fwd via socks (-D), uses nc(1)
This commit is contained in:
parent
7a2466291b
commit
e2f2be7a3a
|
@ -27,6 +27,9 @@
|
||||||
- markus@cvs.openbsd.org 2003/07/03 08:21:46
|
- markus@cvs.openbsd.org 2003/07/03 08:21:46
|
||||||
[regress/dynamic-forward.sh]
|
[regress/dynamic-forward.sh]
|
||||||
add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
|
add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
|
||||||
|
- markus@cvs.openbsd.org 2003/07/03 08:24:13
|
||||||
|
[regress/Makefile]
|
||||||
|
enable tests for dynamic fwd via socks (-D), uses nc(1)
|
||||||
|
|
||||||
20030630
|
20030630
|
||||||
- (djm) Search for support functions necessary to build our
|
- (djm) Search for support functions necessary to build our
|
||||||
|
@ -647,4 +650,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2842 2003/07/03 10:26:04 dtucker Exp $
|
$Id: ChangeLog,v 1.2843 2003/07/03 10:27:55 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: Makefile,v 1.23 2003/06/12 15:43:32 markus Exp $
|
# $OpenBSD: Makefile,v 1.24 2003/07/03 08:24:13 markus Exp $
|
||||||
|
|
||||||
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
|
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ LTESTS= connect \
|
||||||
sftp-badcmds \
|
sftp-badcmds \
|
||||||
sftp-batch \
|
sftp-batch \
|
||||||
reconfigure \
|
reconfigure \
|
||||||
|
dynamic-forward \
|
||||||
forwarding
|
forwarding
|
||||||
|
|
||||||
USER!= id -un
|
USER!= id -un
|
||||||
|
|
Loading…
Reference in New Issue