Paulo Vital
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...
pkcsslotd should re-read /etc/opencryptoki.conf on a sighup. Migrated from https://sourceforge.net/p/opencryptoki/bugs/122/
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...
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/
```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...
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...
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/
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...
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/
Using Ubuntu 16.04 and lcorreia@89bf175 as HEAD, there's no button to add BOND and/or VLAN network configuration:  For comparison, on Fedora 24, these options are enabled:...