Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR 10905: initscript improvements. | Dave Brolley | 2009-12-21 | 1 | -3/+3 |
| | | | | | | Make the stap-server initscript available as $bindir/stap-server Reimplement the stap-server initscript as a thin wrapper around $bindir/stap-server. | ||||
* | PR 10247, 10276, 10905: Move remaining client/server tools to libexec. | Dave Brolley | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | More logging for stap-server initscript. | Dave Brolley | 2009-11-02 | 1 | -3/+18 |
| | |||||
* | Final cleanup of stap-server initscript and packaging. | Dave Brolley | 2009-11-02 | 1 | -3/+6 |
| | |||||
* | PR10331: improve nss error message handling | Frank Ch. Eigler | 2009-10-14 | 1 | -3/+4 |
| | | | | | | | | | * 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. | ||||
* | stap-start-server(->stap-serverd) now accept -r -R -I -B and -a options for ↵ | Dave Brolley | 2009-09-18 | 1 | -15/+20 |
| | | | | | | | cross compilation. Server correctly advertises itself wrt -r and -a. Fix bug in stap-server: fatal function was potentially recursive. | ||||
* | Problems using server scripts when not on PATH. | Dave Brolley | 2009-05-06 | 1 | -5/+7 |
| | | | | HAVE_NSS related compile time warning. | ||||
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Server response is no longer signed. Passed as a zip archive instead. | Dave Brolley | 2009-02-11 | 1 | -13/+13 |
| | |||||
* | Update a few more files with Vim modelines | Josh Stone | 2009-02-03 | 1 | -0/+2 |
| | |||||
* | New framework for creating/using certificate databases for client/server. | Dave Brolley | 2009-01-09 | 1 | -4/+19 |
| | |||||
* | Systemtap compile server phase 2 (ssl) -- first cut. | Dave Brolley | 2008-12-24 | 1 | -0/+756 |