| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix assemby textrels on rdrand_asm.S on PIC x86, bug #469962 | Anthony G. Basile | 2013-05-15 | 1 | -15/+17 |
* | Fix assemby textrels on rdrand_asm.S on PIC x86, bug #469962 | Anthony G. Basile | 2013-05-15 | 3 | -1/+110 |
* | Stable for x86, wrt bug #458826 | Agostino Sarubbo | 2013-05-14 | 1 | -15/+15 |
* | Stable for x86, wrt bug #458826 | Agostino Sarubbo | 2013-05-14 | 2 | -3/+6 |
* | Stable for ia64, wrt bug #458826 | Agostino Sarubbo | 2013-05-07 | 1 | -15/+15 |
* | Stable for ia64, wrt bug #458826 | Agostino Sarubbo | 2013-05-07 | 2 | -3/+6 |
* | Stable for alpha, wrt bug #458826 | Agostino Sarubbo | 2013-05-05 | 1 | -15/+15 |
* | Stable for alpha, wrt bug #458826 | Agostino Sarubbo | 2013-05-05 | 2 | -3/+6 |
* | Stable for ppc, wrt bug #458826 | Agostino Sarubbo | 2013-05-03 | 1 | -15/+15 |
* | Stable for ppc, wrt bug #458826 | Agostino Sarubbo | 2013-05-03 | 2 | -3/+6 |
* | Stable for amd64, wrt bug #458826 | Agostino Sarubbo | 2013-05-02 | 1 | -10/+16 |
* | Stable for amd64, wrt bug #458826 | Agostino Sarubbo | 2013-05-02 | 2 | -5/+8 |
* | Fix typo. Thanks to Chris Mayo for reporting. | Diego Elio Pettenò | 2012-12-24 | 1 | -9/+9 |
* | Fix typo. Thanks to Chris Mayo for reporting. | Diego Elio Pettenò | 2012-12-24 | 2 | -3/+6 |
* | Remove direct uses of /dev/urandom — if the user wants to, they can do it e... | Diego Elio Pettenò | 2012-12-17 | 1 | -10/+10 |
* | Remove direct uses of /dev/urandom — if the user wants to, they can do it e... | Diego Elio Pettenò | 2012-12-17 | 3 | -12/+10 |
* | Handle NO_TPM the way NO_DRNG is handled, as otherwise it can fail the same way. | Diego Elio Pettenò | 2012-12-17 | 1 | -10/+10 |
* | Handle NO_TPM the way NO_DRNG is handled, as otherwise it can fail the same way. | Diego Elio Pettenò | 2012-12-17 | 3 | -4/+11 |
* | Fix init script also when using an actual RNG device. Closes bug #447464 by T... | Diego Elio Pettenò | 2012-12-16 | 1 | -6/+10 |
* | Fix init script also when using an actual RNG device. Closes bug #447464 by T... | Diego Elio Pettenò | 2012-12-16 | 3 | -4/+11 |
* | Cleanup due retirement, #95685 | Pacho Ramos | 2012-12-16 | 1 | -9/+5 |
* | Cleanup due retirement, #95685 | Pacho Ramos | 2012-12-16 | 2 | -4/+4 |
* | More fixes to the init script if there is no device at all. Also fix handling... | Diego Elio Pettenò | 2012-12-16 | 1 | -11/+11 |
* | More fixes to the init script if there is no device at all. Also fix handling... | Diego Elio Pettenò | 2012-12-16 | 4 | -21/+29 |
* | Update init script so that OpenRC can check on the daemon, also fix stop with... | Diego Elio Pettenò | 2012-12-16 | 1 | -15/+12 |
* | Update init script so that OpenRC can check on the daemon, also fix stop with... | Diego Elio Pettenò | 2012-12-16 | 4 | -1/+102 |
* | Update init.d script to match latest version #442036 by Manuel Rüger. | Mike Frysinger | 2012-11-11 | 1 | -15/+17 |
* | Update init.d script to match latest version #442036 by Manuel Rüger. | Mike Frysinger | 2012-11-11 | 4 | -5/+98 |
* | Version bump #438648 by Manuel Rüger. | Mike Frysinger | 2012-11-06 | 1 | -5/+17 |
* | Version bump #438648 by Manuel Rüger. | Mike Frysinger | 2012-11-06 | 2 | -2/+34 |
* | Patch configure.ac to search for arpg in glibc or libargp, bug #292191 | Anthony G. Basile | 2012-07-19 | 1 | -18/+16 |
* | Patch configure.ac to search for arpg in glibc or libargp, bug #292191 | Anthony G. Basile | 2012-07-19 | 3 | -2/+81 |
* | Version bump, remove old versions. rng-tools-3 contains support for TPM devices. | Krzysztof Pawlik | 2010-11-08 | 1 | -7/+19 |
* | Version bump, remove old versions. rng-tools-3 contains support for TPM devices. | Krzysztof Pawlik | 2010-11-08 | 7 | -635/+15 |
* | Bug #292239: Make remix of /dev/urandom optional. | Robin H. Johnson | 2010-09-15 | 1 | -3/+3 |
* | Bug #292239: Make remix of /dev/urandom optional. | Robin H. Johnson | 2010-09-15 | 3 | -4/+14 |
* | New spin of the TPM patch that does not fail when TPM hardware is not present. | Robin H. Johnson | 2010-09-15 | 1 | -1/+3 |
* | New spin of the TPM patch that does not fail when TPM hardware is not present. | Robin H. Johnson | 2010-09-15 | 3 | -2/+349 |
* | repoman weirdness, fixup now. | Robin H. Johnson | 2009-11-10 | 1 | -1/+1 |
* | repoman weirdness, fixup now. | Robin H. Johnson | 2009-11-10 | 1 | -1/+8 |
* | Add support to use TPM devices as RNG sources per Matt Domsch: http://domsch.... | Robin H. Johnson | 2009-11-10 | 1 | -2/+2 |
* | Add support to use TPM devices as RNG sources per Matt Domsch: http://domsch.... | Robin H. Johnson | 2009-11-10 | 5 | -0/+405 |
* | removed old version | William Hubbs | 2009-09-04 | 1 | -2/+1 |
* | removed old version | William Hubbs | 2009-09-04 | 2 | -33/+4 |
* | rev bump for robbat2 so that all users will get the patch. | William Hubbs | 2009-09-03 | 1 | -11/+2 |
* | rev bump for robbat2 so that all users will get the patch. | William Hubbs | 2009-09-03 | 2 | -1/+38 |
* | Check /dev/hwrng, see bug #276973. | Krzysztof Pawlik | 2009-07-15 | 1 | -6/+6 |
* | Check /dev/hwrng, see bug #276973. | Krzysztof Pawlik | 2009-07-15 | 2 | -4/+10 |
* | Fix QA warnings. | Krzysztof Pawlik | 2009-03-21 | 1 | -6/+6 |
* | Fix QA warnings. | Krzysztof Pawlik | 2009-03-21 | 2 | -8/+8 |