Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Set fake-pinentry's stdout and stdin to _IOLBF. | Werner Koch | 2016-04-14 | 1 | -2/+19 |
| | | | | | | | | * tests/openpgp/fake-pinentry.c (main): Call setvbuf. Show passphrase at startup. Increase buffer. -- Signed-off-by: Werner Koch <[email protected]> | ||||
* | tests/openpgp: Reimplement 'pinentry.sh' in c. | Justus Winter | 2016-02-23 | 1 | -0/+50 |
* tests/openpgp/Makefile.am: Build new program. * tests/openpgp/defs.inc: Use the new program. * tests/openpgp/fake-pinentry.c: New file. -- Building an executable that does not require an interpreter makes it easier to use on Windows. Signed-off-by: Justus Winter <[email protected]> |