Changes committed to git://oss.sgi.com/nathans/pcp.git dev
build/rpm/pcp.spec.head.in | 4 +-
qa/712 | 2 +
qa/713 | 2 +
src/include/pcp/pmapi.h | 1
src/libpcp/src/connect.c | 6 +--
src/libpcp/src/context.c | 14 +++++++-
src/libpcp/src/nss_connect.c | 71 +++++++++++++++++++++++++++++--------------
7 files changed, 70 insertions(+), 30 deletions(-)
commit abc13d2d36e90afa93bfb7139a25785c25ac0457
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 15 13:32:26 2013 +1100
Add support for "relaxed" mode secure connections
As discussed recently on-list, some users would like the option of
having the monitor tools prefer to connect to collectors securely,
iff the collector supports secure connections.
This is now possible using the PCP_SECURE_SOCKETS=relaxed variable
in ones environment (or programmatically via the context flag of
same name). The previous semantics are still available using the
PCP_SECURE_SOCKETS=enforce option (or setting PCP_SECURE_SOCKETS
to one, or simply setting it - all give the hard-fail guarantee).
commit 5407b15372ae127732343c0ee773895ace365345
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 15 13:28:48 2013 +1100
Certificate fingerprint reporting when querying untrusted certificates
commit d7a42e95125559ba9856a9ea9c1f37f37809420f
Author: Corneliu Boac <cboac@xxxxxxx>
Date: Fri Feb 15 13:28:20 2013 +1100
Update Vendor field of in-tree spec to match SGIs prefered name for SGI
commit d43bcfa80c0d291ee5627825ae9d385f672a2a12
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 15 13:27:03 2013 +1100
Notrun the secure tests, until the database move changes reflected there
|