- (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
is required in the system path for the multiplex test to work.
This commit is contained in:
parent
b0b12296f9
commit
1f85dc7034
|
@ -44,6 +44,8 @@
|
||||||
Relocate check_ip_options call to prevent logging of garbage for
|
Relocate check_ip_options call to prevent logging of garbage for
|
||||||
connections with IP options set. bz#1092 from David Leonard,
|
connections with IP options set. bz#1092 from David Leonard,
|
||||||
"looks good" deraadt@
|
"looks good" deraadt@
|
||||||
|
- (dtucker) [regress/README.regress] Bug #989: Document limitation that scp
|
||||||
|
is required in the system path for the multiplex test to work.
|
||||||
|
|
||||||
20050930
|
20050930
|
||||||
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
- (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype
|
||||||
|
@ -3084,4 +3086,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3914 2005/10/03 08:23:44 dtucker Exp $
|
$Id: ChangeLog,v 1.3915 2005/10/03 10:14:18 dtucker Exp $
|
||||||
|
|
|
@ -97,8 +97,12 @@ Known Issues.
|
||||||
unless ssh-rand-helper is in pre-installed (the path to
|
unless ssh-rand-helper is in pre-installed (the path to
|
||||||
ssh-rand-helper is hard coded).
|
ssh-rand-helper is hard coded).
|
||||||
|
|
||||||
|
- Similarly, if you do not have "scp" in your system's $PATH then the
|
||||||
|
multiplex scp tests will fail (since the system's shell startup scripts
|
||||||
|
will determine where the shell started by sshd will look for scp).
|
||||||
|
|
||||||
- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
|
- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
|
||||||
test to fail. The old behaviour can be restored by setting (and
|
test to fail. The old behaviour can be restored by setting (and
|
||||||
exporting) _POSIX2_VERSION=199209 before running the tests.
|
exporting) _POSIX2_VERSION=199209 before running the tests.
|
||||||
|
|
||||||
$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $
|
$Id: README.regress,v 1.10 2005/10/03 10:14:18 dtucker Exp $
|
||||||
|
|
Loading…
Reference in New Issue