Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with OpenBSD, primarily better signal and terminal handling. | delphij | 2010-11-13 | 1 | -23/+17 |
| | | | | | Obtained from: OpenBSD MFC after: 2 weeks | ||||
* | Define the size_t type since readpassphrase(3) requires it in its | scf | 2008-05-08 | 1 | -0/+6 |
| | | | | | | | definition and sys/types.h is not listed within the synopsis of the man page. MFC after: 1 week | ||||
* | Synch with OpenBSD (style). | green | 2002-03-08 | 1 | -2/+2 |
| | |||||
* | Introduce readpassphrase(3), a superset of getpass(3). This | green | 2001-11-20 | 1 | -0/+47 |
comes originally from Todd Miller. Obtained from: OpenBSD |