summaryrefslogtreecommitdiff
path: root/libarchive_fe/passphrase.c
Commit message (Expand)AuthorAgeFilesLines
* Merge lib/libc/gen/readpassphrase.c v 1.27 from OpenBSDMartin Matuska2019-06-101-44/+51
* Older Solaris at least has no _PATH_TTY, so provide a fallback.Joerg Sonnenberger2016-06-221-0/+4
* SIGRTMAX doesn't exist on all systems, so compute the largest usedJoerg Sonnenberger2016-06-211-9/+14
* Fix argument range of ctype functions.Joerg Sonnenberger2016-06-211-3/+3
* Issue 675: SIGRTMAX can be non-constant, so allocate the signal tracking arra...Tim Kientzle2016-03-221-2/+5
* Replace usage of _NSIG with SIGRTMAXEric N. Vander Weele2016-03-181-3/+3
* fix capitalized windows includesMartin Müllenhaupt2015-01-191-1/+1
* Implement readpassphrase function, which read a passphrase from console, on W...Michihiro NAKAJIMA2014-10-131-5/+36
* Include stdlib.h to avoid build failure on Windows.Michihiro NAKAJIMA2014-10-121-0/+3
* Fix build failure on Ubuntu.Michihiro NAKAJIMA2014-09-211-4/+11
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-0/+273