Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Older Solaris at least has no _PATH_TTY, so provide a fallback. | Joerg Sonnenberger | 2016-06-22 | 1 | -0/+4 |
* | SIGRTMAX doesn't exist on all systems, so compute the largest used | Joerg Sonnenberger | 2016-06-21 | 1 | -9/+14 |
* | Fix argument range of ctype functions. | Joerg Sonnenberger | 2016-06-21 | 1 | -3/+3 |
* | Issue 675: SIGRTMAX can be non-constant, so allocate the signal tracking arra... | Tim Kientzle | 2016-03-22 | 1 | -2/+5 |
* | Replace usage of _NSIG with SIGRTMAX | Eric N. Vander Weele | 2016-03-18 | 1 | -3/+3 |
* | fix capitalized windows includes | Martin Müllenhaupt | 2015-01-19 | 1 | -1/+1 |
* | Implement readpassphrase function, which read a passphrase from console, on W... | Michihiro NAKAJIMA | 2014-10-13 | 1 | -5/+36 |
* | Include stdlib.h to avoid build failure on Windows. | Michihiro NAKAJIMA | 2014-10-12 | 1 | -0/+3 |
* | Fix build failure on Ubuntu. | Michihiro NAKAJIMA | 2014-09-21 | 1 | -4/+11 |
* | Implement reading a passphrase from ttys. | Michihiro NAKAJIMA | 2014-09-21 | 1 | -0/+273 |