aboutsummaryrefslogtreecommitdiff
path: root/include/readpassphrase.h
Commit message (Collapse)AuthorAgeFilesLines
* Sync with OpenBSD, primarily better signal and terminal handling.Xin LI2010-11-131-23/+17
| | | | | | | | Obtained from: OpenBSD MFC after: 2 weeks Notes: svn path=/head/; revision=215236
* Define the size_t type since readpassphrase(3) requires it in itsSean Farley2008-05-081-0/+6
| | | | | | | | | | definition and sys/types.h is not listed within the synopsis of the man page. MFC after: 1 week Notes: svn path=/head/; revision=178863
* Synch with OpenBSD (style).Brian Feldman2002-03-081-2/+2
| | | | Notes: svn path=/head/; revision=91911
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-201-0/+47
comes originally from Todd Miller. Obtained from: OpenBSD Notes: svn path=/head/; revision=86669