[also includes a kenj merge (not listed below due to git log oddity)]
Changes committed to git://oss.sgi.com/nathans/pcp.git dev
qa/172 | 5 -
qa/172.out | 5 -
qa/common.secure | 2
src/libpcp/src/auxconnect.c | 175 ++++++++++++++++++++++++++-----------------
src/libpcp/src/nss_connect.c | 33 +-------
src/libpcp/src/nss_server.c | 10 +-
src/pmcd/src/pmcd.c | 4
7 files changed, 127 insertions(+), 107 deletions(-)
commit 8eac34366dd89e98d9ea6420973de9ec149d9d90
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 25 10:37:33 2013 +1100
Add run-time feature test for IPv6 support
commit 05ed7c22419d69a1e1228308dd4dbd3c2f780039
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 25 10:35:51 2013 +1100
Resolve several --without-secure-sockets IPv6 build issues
auxconnect.c:757: warning: pointer targets in initialization differ in
signedness
(should be unsigned char, fixed)
auxconnect.c:764: error: âstruct sockaddrâ has no member named âfamilyâ
(should be sa_family, fixed)
auxconnect.c:778: error: âPR_AF_INET6â undeclared (first use in this
function)
auxconnect.c:775: error: âPR_AF_INETâ undeclared (first use in this
function)
(should not use NSS/NSPR #defines here, fixed)
/* IPv6: is inet_pton supported on MINGW?? */
(looks like it, so optimistically removed conditional code - Win32 ANSI API
call documented here:
http://msdn.microsoft.com/en-us/library/windows/desktop/cc805844%28v=vs.85%29.aspx)
auxconnect.c:838: error: â__pmSockAddrâ has no member named ârawâ
auxconnect.c:840: error: â__pmSockAddrâ has no member named âinetâ
auxconnect.c:842: error: â__pmSockAddrâ has no member named âipv6â
(missing reference to sockaddr union, fixed)
commit a50e6da8cc9893b8e2f3eb20098d1831a7562321
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Feb 25 09:44:27 2013 +1100
Correct certificate subject name specification in QA
commit cf33895aad476ae1a1086f9f8c38a267fc899e4e
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Fri Feb 22 17:10:27 2013 -0500
A minor code simplification in pmcd.c
commit 2f07b81244ede2e8e69838e1a9fd87845010354f
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Fri Feb 22 17:09:49 2013 -0500
Complete initial implementation of IPv6 in libpcp for non-NSS builds.
commit 12f92800bc116be99b83c89e8c680cca71a2491a
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Fri Feb 22 15:02:11 2013 -0500
Adjust the expected output of qa/172 to expect open IPv6 ports.
|