Changes committed to git://oss.sgi.com/pcp/pcp.git dev
VERSION.pcp | 4 +-
debian/changelog | 5 +--
src/include/pcp/impl.h | 2 -
src/libpcp/src/access.c | 12 +++----
src/libpcp/src/auxconnect.c | 57 +++++++++++++++++--------------------
src/libpcp/src/internal.h | 16 +++++-----
src/libpcp/src/logconnect.c | 8 ++---
src/libpcp/src/nss_connect.c | 65 ++++++++++++++++++++++---------------------
src/perl/PMDA/local.c | 16 +++++-----
src/pmcd/src/config.c | 8 ++---
10 files changed, 97 insertions(+), 96 deletions(-)
commit 70efdf16d70763f18700c0c9247a4a889ef0aa4a
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Mon Mar 4 16:50:23 2013 -0500
Use PR_GetAddrInfoByName in the NSPR version of __pmGetAddrInfo.
Was previously using PR_GetHostByName, which is deprecated
in favour of the new function. Changed the interface to
__pmHostEntGetSockAddr to more closely resemble
PR_EnumerateAddrInfo which is now needed to traverse
the returned address chain.
commit 21fcaa134ec190ccf93ffe082af0d4180b70281d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 6 08:27:28 2013 +1100
Make version 3.7.0 - feature work, internal API reshuffling
commit 71290976b24925dbe19360169e7979162d1c2b19
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Mar 6 07:57:14 2013 +1100
Resolve compilation warning in pmprintf with secure flags
|