Changes committed to git://oss.sgi.com/nathans/pcp.git dev
debian/control | 8 -
debian/rules | 45 +++----
man/man1/pcpintro.1 | 38 +++---
man/man1/pmcd.1 | 16 +-
man/man1/pmproxy.1 | 17 ++
src/libpcp/src/GNUmakefile | 3
src/libpcp/src/internal.h | 2
src/libpcp/src/nss_connect.c | 270 ++++++++++++++++++++++++++++++++++---------
src/libpcp/src/nss_server.c | 49 +++++--
9 files changed, 326 insertions(+), 122 deletions(-)
commit 68eaf47ff41a6618ec0faa240985a678605b816f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 14 16:20:17 2013 +1100
Finally lintian clean variants of deb pyton-pcp package
commit 41fd7f0511d8e3d7f03ca6d8c619d083365191d3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 14 13:53:16 2013 +1100
Further work toward a valid python deb package build
commit 6a869198e473776f784635e00021990330a925c9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 14 12:23:34 2013 +1100
Further ease-of-use changes for supporting SSL connections.
If the per-user shared NSS database does not exist (e.g. via firefox,
pidgin, chrome, or some other application) we now create it on the
fly as a new-form sqlite3 NSS DB, including creating the path to it
(with appropriate directory modes) as needed.
Additionally, support code for the addition of certificates to user
databases by the monitor tools is here as well. This can require
interaction with the user, which at this stage is done for console
tools only. Longer term, will need a callback driven model so that
pmchart can play in this sandpit too. However its certain that the
authentication changes will require similar treatment, so planning
to tackle those together to reduce API churn.
commit bdd462fdab1f78f363dabcdc8edc74c1d69e469c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Feb 14 11:29:21 2013 +1100
Add missing internal.h build dependencies for libpcp sources
commit 35311097e47995ab56b7ad60daabc8c53c240e92
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 13 11:16:25 2013 +1100
Update man pages to reference the new NSS database locations
commit 9530cee3c106ef44b8c31639873b0df13d8fc0d8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Feb 13 10:32:14 2013 +1100
Open the user (client) database r/w so we can add certificates later
Switch to NSS_InitReadWrite API and fix database path typo.
|