Changes committed to git://oss.sgi.com/pcp/pcp.git dev
man/man3/pmwebapi.3 | 7 +
qa/552 | 29 ++++
qa/552.out | 5
qa/group | 1
src/libpcp/src/context.c | 3
src/pmdas/systemd/systemd.c | 2
src/pmwebapi/TODO | 6 -
src/pmwebapi/jsdemos/blinkenlights/blinkenlights.js | 20 ++-
src/pmwebapi/jsdemos/blinkenlights/index.html | 18 ++-
src/pmwebapi/pmwebapi.c | 120 ++++++++++++++++++--
10 files changed, 190 insertions(+), 21 deletions(-)
commit d69b9694d4b8cb7a10907e7a1da2ca5ea702ff1e
Merge: 98dfd5d afe1d0f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 27 09:24:54 2013 +1000
Merge branch 'fche/dev' of ../pcpfans into dev
commit 98dfd5de3e471d1090a3f9eb8c15915f7ffacd00
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 27 08:58:57 2013 +1000
Resolve issue where tools can get sigsegv from command line
Looks like a long-standing issue with allowing an invalid
(empty) host list to be propogated too far in pmNewContext,
which eventually looks inside the null pmHostSpec pointer.
commit afe1d0f8e98e1e0354a896e63781ef5220c40dd0
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Sun Jun 23 17:54:28 2013 -0400
pmwebapi blinkenlights: support more general hostspecs. Add timestamp.
commit 86d7e9e7a534dc1a0c493b062bc6e79353abe519
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Sun Jun 23 17:47:34 2013 -0400
pmwebapi: support more general pcp hostname specs, and HTTP Basic
authentication
When a web client uses a hostspec string to create a new context, and
if that string includes PCP_ATTR_USERNAME/PASSWORD information, make
the new webcontext require use of matching HTTP Basic authentication
for it.
Renamed the /pmapi/context?hostname= key to ?hostspec= to emphasize
the generality. (The hostname= one is supported for backward
compatibility.)
commit 8a2d4dc37976c1323a98cb1dde48a91edf959507
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Sat Jun 22 09:42:05 2013 -0400
systemd pmda: correct .maxmem metric to PM_SPACE_BYTE
|