From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7120 invoked by alias); 3 Mar 2010 20:52:28 -0000 Received: (qmail 6996 invoked by uid 448); 3 Mar 2010 20:52:26 -0000 Date: Wed, 03 Mar 2010 20:52:00 -0000 Message-ID: <20100303205225.6842.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-148-gf0d95ba X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b561f990a9849e65e45668608ad4639b6392f88a X-Git-Newrev: f0d95bac5d76c4b8bdaad4abefa63e3e8e5ad9c3 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q1/txt/msg00178.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via f0d95bac5d76c4b8bdaad4abefa63e3e8e5ad9c3 (commit) via 97a342faf30bf8cf7aac8d20ef52b066570074ef (commit) via a2f05a98d7ed062f293f40f88fc1237448438b15 (commit) from b561f990a9849e65e45668608ad4639b6392f88a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0d95bac5d76c4b8bdaad4abefa63e3e8e5ad9c3 Author: Dave Brolley Date: Wed Mar 3 15:47:29 2010 -0500 Can't call SEC_PrintCertificateAndTrust. commit 97a342faf30bf8cf7aac8d20ef52b066570074ef Author: Dave Brolley Date: Wed Mar 3 15:40:05 2010 -0500 PR 10331: Improved certificate management -- client side. stap-client-connect.c: use SSL_BadCertHoook to provide an opportunity for the user to trust and/or import the server's certificate. stap-client: Reorganized so that newly trusted certificates can be used. Also does the actual prompting. commit a2f05a98d7ed062f293f40f88fc1237448438b15 Author: Dave Brolley Date: Wed Mar 3 15:03:10 2010 -0500 Improved NSPR error handling. Use PR_ErrorToString. ----------------------------------------------------------------------- Summary of changes: nsscommon.c | 18 +--- stap-client | 129 ++++++++++++++++-------- stap-client-connect.c | 266 ++++++++++++++++++++++++++++++------------------- 3 files changed, 255 insertions(+), 158 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool