summaryrefslogtreecommitdiffstats
path: root/nsscommon.c
Commit message (Collapse)AuthorAgeFilesLines
* Comment on the use of PR_ErrorToString vs static table.Dave Brolley2010-03-041-1/+3
|
* Improved NSPR error handling. Use PR_ErrorToString.Dave Brolley2010-03-031-14/+4
|
* PR10331: improve nss error message handlingFrank Ch. Eigler2009-10-141-21/+10
| | | | | | | | | * 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.
* Add Vim modelines for new C/C++ sourcesJosh Stone2009-05-051-0/+2
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-0/+83