CVS Repository/ src/ include/ readpassphrase.h


OpenBSD release(s):
1.6 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65),  1.5 (64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34),  1.3 (33 32),  1.2 (31),  1.1 (30 29), 
Tags:
None
revision 1.6/ (Download) - annotate - Fri, 25 Jan 2019 00:19:25 UTC by millert
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65
Changes since 1.5: +2 -2 (diff)
I am retiring my old email address;  replace it with my OpenBSD one.

revision 1.5/ (Download) - annotate - Tue, 17 Jun 2003 21:56:23 UTC by millert
OpenBSD release(s): 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34
Changes since 1.4: +13 -9 (diff)
Sync with share/misc/license.template and add missing DARPA credit
where applicable.

revision 1.4/ (Download) - annotate - Tue, 03 Jun 2003 01:52:39 UTC by millert
Changes since 1.3: +11 -22 (diff)
Use an ISC-tyle license for all my code; it is simpler and more permissive.

revision 1.3/ (Download) - annotate - Fri, 28 Jun 2002 12:32:22 UTC by millert
OpenBSD release(s): 33 32
Changes since 1.2: +2 -1 (diff)
define RPP_STDIN; missed in previous commit

revision 1.2/ (Download) - annotate - Sat, 16 Feb 2002 21:27:17 UTC by millert
OpenBSD release(s): 31
Changes since 1.1: +2 -2 (diff)
Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

revision 1.1/ (Download) - annotate - Tue, 21 Nov 2000 00:48:38 UTC by millert
OpenBSD release(s): 30 29
Add readpasasphrase(3), a more flexible getpass(3) replacement.
getpass(3) is now implemented in terms of readpasasphrase(3).