summaryrefslogtreecommitdiffstats
path: root/stap-server-connect.c
Commit message (Collapse)AuthorAgeFilesLines
* PR10331: improve nss error message handlingFrank Ch. Eigler2009-10-141-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 Brolley2009-09-181-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 Brolley2009-05-061-5/+7
| | | | HAVE_NSS related compile time warning.
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-1/+1
|
* Server response is no longer signed. Passed as a zip archive instead.Dave Brolley2009-02-111-13/+13
|
* Update a few more files with Vim modelinesJosh Stone2009-02-031-0/+2
|
* New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-4/+19
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-0/+756