Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pam_timestamp: try RAND_priv_bytes first | Benny Baumann | 2023-12-19 | 1 | -0/+7 |
* | pam_timestamp: prefer getrandom(2) when available | Benny Baumann | 2023-12-19 | 1 | -0/+13 |
* | pam_timestamp: indicate non-null arguments to the compiler | Benny Baumann | 2023-12-19 | 1 | -0/+4 |
* | pam_timestamp: ensure we get zero-initialized memory | Benny Baumann | 2023-12-19 | 1 | -2/+2 |
* | pam_timestamp: allocate memory before opening /dev/urandom | Benny Baumann | 2023-12-19 | 1 | -8/+9 |
* | pam_timestamp: clean buffers before freeing | Benny Baumann | 2023-12-19 | 1 | -0/+2 |
* | treewide: assume free(NULL) is no-op | Dmitry V. Levin | 2023-12-14 | 1 | -3/+1 |
* | pam_timestamp: check for ioloop errors | Tobias Stoeckmann | 2023-12-04 | 1 | -6/+12 |
* | treewide: do not cast calloc/malloc/realloc | Tobias Stoeckmann | 2023-11-12 | 1 | -1/+1 |
* | pam_timestamp: fix build failure | Iker Pedrosa | 2023-03-30 | 1 | -0/+1 |
* | modules: make use of secure memory erasure | Christian Göttsche | 2023-02-28 | 1 | -4/+4 |
* | pam_timestamp: replace hmac implementation | Iker Pedrosa | 2021-06-14 | 1 | -0/+381 |