summaryrefslogtreecommitdiff
path: root/usr.bin/skey/skey.c
AgeCommit message (Expand)Author
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,Ricardo Mestre
2015-12-01We no longer need pledge "wpath" since "tty" allows read-write onTodd C. Miller
2015-10-12Pledge "stdio wpath tty"; "awesome" deraadt@Tim van der Molen
2015-10-09Remove telnet warnings. Civilization has reached a point where they are noTim van der Molen
2015-10-09Use __progname rather than argv[0]; OK millert@Tim van der Molen
2015-10-09Replace readpass(3) with readpassphrase(3). This was the only use ofTim van der Molen
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2014-03-20Remove the (non-default) MD4 hash algorithm from S/Key.Christian Weisgerber
2010-04-11Fix typo in line ending; from Antti HarriTodd C. Miller
2010-02-28In -x mode, if count was > 1 we would print both the hex and ascii versionsTodd C. Miller
2008-11-12Usage -> usage.Igor Sobrado
2005-07-06alter spacing of usage() so we don;t get a line break if skey isJason McIntyre
2005-07-06- tidy up SYNOPSISJason McIntyre
2004-12-27spacingTheo de Raadt
2004-06-04Consistently use "secret passphrase" for the passphrase made up by the userOtto Moerbeek
2003-06-10knfTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-28Fix hex mode (-x), based on patch from David GullaschTodd C. Miller
2001-06-20cosmetic changes and mention RFC2289 which supercedes RFC1938Todd C. Miller
1999-12-04oopsTheo de Raadt
1999-12-04oflowTheo de Raadt
1999-03-06back out changes that should not have escaped my local treeTodd C. Miller
1999-03-06add missing reference to infocmpTodd C. Miller
1997-07-17Add RIPEMD-160 (rmd160) support to OTP (s/key).Todd C. Miller
1996-11-22fix thinko wrt otp-* handlingTodd C. Miller
1996-11-03Use new length/size macros.Todd C. Miller
1996-10-30Give usage and exit if user gave us too many args.Todd C. Miller
1996-10-14Exit on empty "secret password" like skeyinit does.Todd C. Miller
1996-09-29Towards RFC 1938 compliance. Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Added support for MD4/MD5 as an argument.Todd C. Miller
1996-09-27Now can both MD4 and MD5 skey's.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt