[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Mon Jan 17 16:17:12 EST 2011
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 11/01/17 16:17:12
Modified files:
. : ChangeLog configure.ac
regress : agent-getpeereid.sh multiplex.sh sftp-glob.sh test-exec.sh
Log message:
- (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]
[regress/sftp-glob.sh regress/test-exec.sh] Rework how feature tests are
disabled on platforms that do not support them; add a "config_defined()"
shell function that greps for defines in config.h and use them to decide
on feature tests.
Convert a couple of existing grep's over config.h to use the new function
Add a define "FILESYSTEM_NO_BACKSLASH" for filesystem that can't represent
backslash characters in filenames, enable it for Cygwin and use it to turn
of tests for quotes backslashes in sftp-glob.sh.
based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
Diff commands:
cvs -nQq rdiff -u -r1.5809 -r1.5810 openssh/ChangeLog
cvs -nQq rdiff -u -r1.465 -r1.466 openssh/configure.ac
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/regress/agent-getpeereid.sh
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/regress/multiplex.sh
cvs -nQq rdiff -u -r1.5 -r1.6 openssh/regress/sftp-glob.sh
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/regress/test-exec.sh
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5809;r2=1.5810&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.465;r2=1.466&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/regress/agent-getpeereid.sh?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/regress/multiplex.sh?r1=1.18;r2=1.19&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/regress/sftp-glob.sh?r1=1.5;r2=1.6&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/regress/test-exec.sh?r1=1.41;r2=1.42&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list