1
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement signer/auth.Reset() More... about 14 years ago
Add NP_GetPluginVersion More... about 14 years ago
Add link to fribid.se in the plugin description More... about 14 years ago
Fix configure script again after merge. More... about 14 years ago
The flock argument to fcntl should be a pointer. Found by samuellb. Second attempt. More... about 14 years ago
Revert "The flock argument to fcntl should be a pointer. Found by samuellb." More... about 14 years ago
Merge remote-tracking branch 'upstream/master' More... about 14 years ago
The flock argument to fcntl should be a pointer. Found by samuellb. More... about 14 years ago
Add --mandir and --localedir to the configure script More... about 14 years ago
Check return value of PKCS11_enumerate_certs More... about 14 years ago
Fix problem with last commit More... about 14 years ago
Fix warning messages from "make clean" when config.h doesn't exist More... about 14 years ago
Check if config.h is outdated More... about 14 years ago
Rename "pkcs11 engine" to "pkcs11 module" More... about 14 years ago
Don't repeat default settings in the "./configure --help" code More... about 14 years ago
Implement OID.x.x.x syntax in the subject DN More... about 14 years ago
Remove unused variable/parameter More... over 14 years ago
Use fcntl instead of flock for locking files. Flock is not standardized. Also make sure that we define _XOPEN_SOURCE since we need some of the extensions in SUSv3. More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
Some systems use MAP_ANON instead of MAP_ANONYMOUS. Define it accordingly. More... over 14 years ago
Escaped characters in brackets is gnu sed specific. Replace with a simpler regexp that is posix compliant. More... over 14 years ago
Fix (harmless?) compile warning with GCC 4.2 More... over 14 years ago
Install manpages without a gzip timestamp More... over 14 years ago
Fix null dereference with certs without a serial number More... over 14 years ago
Fix "dist" rules in the makefile More... over 14 years ago
Release version 0.3.0 More... over 14 years ago
Check if decoded strings are UTF-8 or ISO-8859-1 or invalid More... over 14 years ago
Implement same-origin check for CreateRequest/StoreCertificates More... over 14 years ago
Make error dialogs stay above the keygen and file chooser dialogs also More... over 14 years ago
Simplify the IPC code More... over 14 years ago