pcp
[Top] [All Lists]

pcp updates: atop, sasl

To: PCP Mailing List <pcp@xxxxxxxxxxx>
Subject: pcp updates: atop, sasl
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 2 May 2013 04:40:02 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: GcZuvf6E3cYMVMdBCXlx/byJBXIaBA==
Thread-topic: pcp updates: atop, sasl
Changes committed to git://oss.sgi.com/pcp/pcp.git dev

 src/include/pcp/impl.h         |   18 +++++----
 src/include/pcp/pmapi.h        |    1 
 src/libpcp/src/auxconnect.c    |    3 +
 src/libpcp/src/connect.c       |   15 +++++--
 src/libpcp/src/context.c       |   17 +++++++-
 src/libpcp/src/internal.h      |    5 +-
 src/libpcp/src/secureconnect.c |   79 ++++++++++++++++++++++++-----------------
 src/libpcp/src/secureserver.c  |   16 ++++----
 src/libpcp/src/spec.c          |   48 +++++++++++++++++++-----
 src/pmatop/pmatop.py           |   19 ++++++++-
 10 files changed, 154 insertions(+), 67 deletions(-)

commit 95a6a003f0ed5e16870ff92b3ae6d34d4aa89817
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu May 2 18:37:50 2013 +1000

    Further client-side code toward establishment of authenticated clients
    
    Additional connection attributes added that we evidently need for SASL
    connections, push connection attributes into client handshaking calls,
    add initialisation/teardown of a SASL connection structure to each of
    the appropriate places.

commit 029b31b58b3c6d474ffa9f8b5ba2bb265b1c44ba
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Wed May 1 16:48:04 2013 -0400

    pmatop: handle SIGWINCH to reset curses state on window resize

commit 1aa560e29be4ab6ecc99e49aafa514cdf045fd27
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Wed May 1 16:03:07 2013 -0400

    pmatop: print list of keyboard commands if bad key pressed

commit 3ed150ea6beb3cc8cb226df3ea6e688fc6c63593
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Wed May 1 15:52:55 2013 -0400

    pmatop: wrap a blanket try/except around pcp subsystem updater calls
    
    * pmatop.py (main): When invoking the per-subsystem updater-functions,
      catch all exceptions (not just curses ones).

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: atop, sasl, Nathan Scott <=