Displaying 4 results from an estimated 4 matches for "local_listen".
Did you mean:
local_list
2015 Feb 28
3
SAP-2015-3-1 issues
...gned and unsigned
regress/netcat.c: In function `remote_connect':
regress/netcat.c:656: `on' undeclared (first use in this function)
regress/netcat.c:656: (Each undeclared identifier is reported only once
regress/netcat.c:656: for each function it appears in.)
regress/netcat.c: In function `local_listen':
regress/netcat.c:765: warning: null format string
regress/netcat.c: In function `build_ports':
regress/netcat.c:1140: warning: null format string
regress/netcat.c:1163: warning: null format string
regress/netcat.c: In function `set_common_sockopts':
regress/netcat.c:1201: warning: nul...
2015 Feb 25
2
Call for testing: OpenSSH 6.8
...c: In function 'timeout_connect':
regress/netcat.c:703: warning: passing argument 2 of 'connect' discards
qualifiers from pointer target type
regress/netcat.c:709: warning: passing argument 4 of 'getsockopt' from
incompatible pointer type
regress/netcat.c: In function 'local_listen':
regress/netcat.c:735: warning: unused variable 'x'
regress/netcat.c:735: warning: unused variable 'ret'
regress/netcat.c: In function 'fdpass':
regress/netcat.c:1037: error: 'struct msghdr' has no member named
'msg_control'
regress/netcat.c:1038: error...
2015 Feb 24
4
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Tom G. Christensen wrote:
> I've switched to HEAD in the git repo and it now builds on Solaris
> 2.6, 7, 8 and 9 but the testsuite still cannot be built due to the
> missing <err.h>.
>
> I noticed one of the changes was about HOST_NAME_MAX but I don't
> think that change addresses the real issue on at least these old
> Solaris systems. It
2015 Feb 28
2
SAP-2015-3-1 issues
...t; > make tests
> >
> > regress/netcat.c:656: `on' undeclared (first use in this function)
> > regress/netcat.c:656: (Each undeclared identifier is reported only once
> > regress/netcat.c:656: for each function it appears in.)
> > regress/netcat.c: In function `local_listen':
> > regress/netcat.c:765: warning: null format string
> > regress/netcat.c: In function `build_ports':
> > regress/netcat.c:1140: warning: null format string
> > regress/netcat.c:1163: warning: null format string
>
> I've fixed these (see diff below)
>...