Paulo Vital

Results 13 issues of Paulo Vital

### Description Make possible to add a Signed-off-by line by the committer at the end of the commit log message. Many projects, even hosted in GitHub, needs a signoff line...

enhancement

pkcsslotd should re-read /etc/opencryptoki.conf on a sighup. Migrated from https://sourceforge.net/p/opencryptoki/bugs/122/

improvement

Investigate the restructure of the slotd/api shared memory interactions to remove state visibility from the shared memory. Shared memory description is in usr/include/pkcs11/slotmgr.h: ``` struct Slot_Info_t_64 struct Slot_Mgr_Shr_t ``` Migrated...

improvement

At some point when exiting from stdll, spinlocks should be removed (in close file should be closed and unlinked). Migrated from https://sourceforge.net/p/opencryptoki/bugs/101/

improvement

```pkcsconf -u``` is suppose to initialize the user pin. But it does not appear to do this for tpm token. Had to do a ```pkcsconf -p``` to initialize and set...

question
wontfix

From https://sourceforge.net/p/opencryptoki/bugs/34/ : In current versions of openCryptoki, the only way to recover from a locked PIN is to delete the on-disk token objects. We should investigate a cleaner way...

feature_request

We now support more 64bit capable platforms than non-64bit capable, so the -DPKCS64 flag is not saving us anything. Migrated from https://sourceforge.net/p/opencryptoki/bugs/7/

improvement

This issue tracks all updates to prevent users from running anything in the package as root. Its clear that admins didn't understand that all users in the pkcs11 group have...

improvement

log.c appears to be littered with different types of logging.... fix this such that pkcsslotd logs in different levels to syslog only. Migrated from https://sourceforge.net/p/opencryptoki/bugs/121/

improvement

Using Ubuntu 16.04 and lcorreia@89bf175 as HEAD, there's no button to add BOND and/or VLAN network configuration: ![screenshot from 2016-09-13 16-39-30](https://cloud.githubusercontent.com/assets/699330/18488647/bb6fc06e-79d0-11e6-89c7-88285e8b9508.png) For comparison, on Fedora 24, these options are enabled:...