Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/libpcp/src/check-statics | 1
src/libpcp/src/internal.h | 1
src/libpcp/src/p_auth.c | 22 ++++-
src/libpcp/src/secureconnect.c | 156 +++++++++++++++++++++++++----------------
src/libpcp/src/secureserver.c | 40 +++++++---
src/pmdas/samba/pmdasamba.pl | 2
6 files changed, 145 insertions(+), 77 deletions(-)
commit a2aec902104e34ea163f034599a3de67c272034a
Author: Marko Myllynen <myllynen@xxxxxxxxxx>
Date: Mon May 13 16:39:06 2013 +1000
Fix pmdasamba.1 typo
commit 590422cc1c4cef8f6470c9531f7688a5b8b68319
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 13 16:30:28 2013 +1000
Shift SASL callbacks off-stack; twas wrong and causing random failures
Move the global callbacks (for verbose logging) to a constant global
in libpcp, move the per-connection callbacks into alloc'd space that
is per-secure-socket.
Added further diagnostics on the client side, remove an incorrect
diagnostic server side, and correct the buffer offset calculation
logic in the server handling of the client-mechanism-response PDU.
commit b1c6328216bcc7e164d961c211bed7b38811dd11
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon May 13 12:28:41 2013 +1000
Add more detailed SASL connection diagnostics to libpcp
|