pcp
[Top] [All Lists]

pcp updates: fche, auth

To: pcp@xxxxxxxxxxx
Subject: pcp updates: fche, auth
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 2 May 2013 19:39:46 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: ZPHAtWGtsyMDfIE7kLOpUotv1xh7/A==
Thread-topic: pcp updates: fche, auth
Changes committed to git://oss.sgi.com/pcp/pcp.git dev

 configure                      |   43 ++++++----------------
 configure.in                   |   10 ++++-
 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/pmproxy/pmproxy.c          |    3 +
 src/pmwebapi/main.c            |    2 -
 src/pmwebapi/pmwebapi.c        |    4 +-
 src/pmwebapi/pmwebapi.h        |    1 
 15 files changed, 164 insertions(+), 101 deletions(-)

commit 32c63da5cea0b3d868a7acfda20a441f7dff5c9f
Merge: 7003070 c02e59a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri May 3 09:38:26 2013 +1000

    Merge branch 'fche/dev' of ../pcpfans into dev

commit c02e59a376fa1a0a59698728a26abf360c0dae48
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Thu May 2 19:21:58 2013 -0400

    pmwebapi: add #include <stdarg.h> for va_* functions.

commit 74080c3069c5af03a08fba8c7da16a75c79166c7
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Thu May 2 19:20:21 2013 -0400

    pmwebapi configury: look for MHD_RESPMEM_PERSISTENT (libmicrohttpd >= 0.9.9)

commit 70030700cb14ce4a7931f3b78a3dee1394872526
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri May 3 09:12:15 2013 +1000

    Resolve build failure in pmproxy, add a TODO item here re attributes

commit 799de429fb0544cb20a6cef2c1b93745f903301c
Merge: 3dd2f18 95a6a00
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Thu May 2 14:05:43 2013 -0400

    Merge remote-tracking branch 'pcp/dev' into fche/dev
    
    * pcp/dev:
      Further client-side code toward establishment of authenticated clients

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 3dd2f18caed4166ae94468c886963758617508cc
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date:   Wed May 1 22:42:37 2013 -0400

    pmwebapi: correct some signed/unsigned integer warnings

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