search for: config_defined

Displaying 5 results from an estimated 5 matches for "config_defined".

2015 Jun 30
2
Call for testing: OpenSSH 6.9
...upport IPv6. | | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh | index 7f377d8..e19b4d0 100644 | --- a/regress/cfgparse.sh | +++ b/regress/cfgparse.sh | @@ -3,6 +3,12 @@ | | tid="config parse" | | +# Possessing struct addrinfo is a reasonable proxy for IPv6 support. | +if ! config_defined HAVE_STRUCT_ADDRINFO ; then Did you mean HAVE_STRUCT_IN6_ADDR ? | + echo "skipped (not supported on this platform)" | + exit 0 | +fi -- Tim Rice Multitalents tim at multitalents.net
2015 Jun 30
2
Call for testing: OpenSSH 6.9
...gparse.sh | > | index 7f377d8..e19b4d0 100644 | > | --- a/regress/cfgparse.sh | > | +++ b/regress/cfgparse.sh | > | @@ -3,6 +3,12 @@ | > | | > | tid="config parse" | > | | > | +# Possessing struct addrinfo is a reasonable proxy for IPv6 support. | > | +if ! config_defined HAVE_STRUCT_ADDRINFO ; then | > | > Did you mean HAVE_STRUCT_IN6_ADDR ? | | That's even betterer. Ok? | | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh | index 7f377d8..a5296a2 100644 | --- a/regress/cfgparse.sh | +++ b/regress/cfgparse.sh | @@ -3,6 +3,12 @@ | | tid="c...
2015 Jun 25
5
Call for testing: OpenSSH 6.9
On 01/06/15 22:17, Tom G. Christensen wrote: > On sparc-sun-solaris2.6 and sparc-sun-solaris2.7 the testsuite fails: > run test cfgparse.sh ... > reparse minimal config > reparse regress config > listenaddress order > bad addr or host: ::1 (no address associated with name) > listenaddress order 1 > bad addr or host: ::1 (no address associated with name) > listenaddress
2018 Aug 17
3
Call for testing: OpenSSH 7.8
On SPARC Solaris 10, using Solaris' native OpenSSL and Solaris Studio 12.2, I got the following errors: run test agent-getpeereid.sh ... ssh-add did not fail for nobody: 1 < 2 failed disallow agent attach from other uid gmake[1]: *** [t-exec] Error 1 gmake[1]: Leaving directory `/scratch/wieland/src/openssh/openssh-SNAP-20180817/regress' gmake: *** [tests] Error 2 -- Jeff Wieland,
2018 Apr 11
9
[Bug 2856] New: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user
https://bugzilla.mindrot.org/show_bug.cgi?id=2856 Bug ID: 2856 Summary: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user Product: Portable OpenSSH Version: 7.6p1 Hardware: ix86 OS: NetBSD Status: NEW Severity: minor Priority: P5 Component: