summaryrefslogtreecommitdiffstats
path: root/stap-client-connect.c
Commit message (Collapse)AuthorAgeFilesLines
* Can't call SEC_PrintCertificateAndTrust.Dave Brolley2010-03-031-6/+1
|
* PR 10331: Improved certificate management -- client side.Dave Brolley2010-03-031-102/+169
| | | | | | | | 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.
* PR10331: improve nss error message handlingFrank Ch. Eigler2009-10-141-42/+5
| | | | | | | | | * stapsslerr.h: New file containing NSS* error number to string mappings. Originally from mozilla NSS documentation, also seen in other GPLv2 software. * nsscommon.c (nssError): Print error number, and text from <stapsslerr.h>. * stap-{client,server}-connect.c (errWarn): Standardize on nssError(). * Makefile.am (nss binaries): Also link in nsscommon.c.
* Update a few more files with Vim modelinesJosh Stone2009-02-031-0/+2
|
* Implement the --server option for stap-client for control over which server isDave Brolley2009-01-281-5/+14
| | | | used and for using non-local servers.
* New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-32/+71
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-0/+449