| History log of /src/usr.bin/skey |
| Revision | Date | Author | Comments |
| 1.9 | 22-Jun-1997 |
christos | - Don't need extra CFLAGS anymore - Remove skeyinfo.
|
| 1.8 | 24-Mar-1997 |
christos | - Makefile cleanups
|
| 1.7 | 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
| 1.6 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.5 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.4 | 27-Jun-1994 |
jtc | Add to install
|
| 1.3 | 24-Jun-1994 |
deraadt | bit of a cleanup
|
| 1.2 | 31-May-1994 |
deraadt | do the shuffle
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.2 | 24-Jun-1994 |
mycroft | Clean up deleted files.
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.3 | 31-May-1994 |
mycroft | Clean up deleted files.
|
| 1.2 | 27-May-1994 |
deraadt | fix bug 267
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.2 | 24-Jun-1994 |
mycroft | Clean up deleted files.
|
| 1.1 | 31-May-1994 |
deraadt | do the shuffle
|
| 1.2 | 31-May-1994 |
mycroft | Clean up deleted files.
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.2 | 24-Jun-1994 |
mycroft | Clean up deleted files.
|
| 1.1 | 31-May-1994 |
deraadt | do the shuffle
|
| 1.24 | 11-Dec-2023 |
riastradh | skey(1): Fix documentation of `-x' to match implementation.
PR bin/28495
|
| 1.23 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
| 1.22 | 11-Sep-2005 |
wiz | Mark up authors with .An. From YOMURA Masanori in private mail. While here, replace Xrefs to itself with .Nm.
|
| 1.21 | 07-Sep-2003 |
wiz | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. From jmc@openbsd.
|
| 1.20 | 14-May-2003 |
wiz | setup -> set up.
|
| 1.19 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.18 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
| 1.17 | 08-Dec-2001 |
wiz | Use standard headers, sort SEE ALSO.
|
| 1.16 | 24-Jul-2001 |
lukem | allow passwords less than SKEY_MIN_PW_LEN to work (with a warning), per PR 11417 and subsequent discussion with Robert Elz & others. the length check is still enforced in skeyinit(1), but at least this change allows older skeykeys to be used. -f is now a no-op.
|
| 1.15 | 09-Apr-2001 |
wiz | Fix date.
|
| 1.14 | 14-Sep-2000 |
mjl | Add a -f option to turn off the strict length checking for passphrases. Also discourage its use in the manpage (and fix a couple of formatting nits).
|
| 1.13 | 07-Jul-2000 |
mjl | Adapt to RFC2289 S/Keys by pulling in changes from OpenBSD. Also ANSIfied and fixed a bug in hex dump mode.
|
| 1.12 | 22-Mar-1999 |
garbled | branches: 1.12.10; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.11 | 11-Aug-1998 |
fair | one last thing for PR#5820
|
| 1.10 | 04-Aug-1998 |
fair | more changes per PR#5820
|
| 1.9 | 29-Jul-1998 |
fair | add references per PR#5820
|
| 1.8 | 19-Oct-1997 |
lukem | branches: 1.8.2; xref all s/key related programs
|
| 1.7 | 19-Oct-1997 |
lukem | WARNSify, getopt returns -1 not EOF, clarify S/Key vs skey(1) in man page
|
| 1.6 | 17-Jul-1997 |
phil | Add a SYNOPSIS section and document the arguments of -n and -p. Closes PR 1616.
|
| 1.5 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.4 | 09-Nov-1994 |
jtc | Fixed self-referential cross reference
|
| 1.3 | 24-Jun-1994 |
deraadt | bit of a cleanup
|
| 1.2 | 24-May-1994 |
deraadt | still pretty pathetic
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.8.2.2 | 05-Aug-1998 |
mellon | Pull up 1.10 (fair)
|
| 1.8.2.1 | 29-Jul-1998 |
mellon | Pull up 1.9 (fair) (PR#5820)
|
| 1.12.10.1 | 17-Jul-2000 |
mjl | Pull up S/Key overhaul (RFC2289 compliance, new hash types, ctype clean up) from current. Approved by thorpej.
|
| 1.18 | 16-Sep-2011 |
joerg | Use __dead
|
| 1.17 | 01-Nov-2004 |
dsl | Add (unsigned char) cast to ctype functions Although I can't imagine why the 'seed' must be alphanumeric, nor why it is later converted to lower case!
|
| 1.16 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.15 | 24-Jul-2001 |
lukem | allow passwords less than SKEY_MIN_PW_LEN to work (with a warning), per PR 11417 and subsequent discussion with Robert Elz & others. the length check is still enforced in skeyinit(1), but at least this change allows older skeykeys to be used. -f is now a no-op.
|
| 1.14 | 08-Jan-2001 |
itojun | consistency for usage()
|
| 1.13 | 14-Sep-2000 |
mjl | Add a -f option to turn off the strict length checking for passphrases. Also discourage its use in the manpage (and fix a couple of formatting nits).
|
| 1.12 | 14-Sep-2000 |
mjl | Use optarg instead of reaching beyond argv array. Fixes PR/11004 by TheMan <atatat@atatdot.net>.
|
| 1.11 | 07-Jul-2000 |
mjl | Add some validity checks for seed and password.
|
| 1.10 | 07-Jul-2000 |
mjl | Adapt to RFC2289 S/Keys by pulling in changes from OpenBSD. Also ANSIfied and fixed a bug in hex dump mode.
|
| 1.9 | 14-Apr-2000 |
simonb | branches: 1.9.4; Don't declare 'extern opt*' getopt variables.
|
| 1.8 | 02-Feb-1999 |
christos | Don't include <sgtty.h>! Nothing uses it.
|
| 1.7 | 03-Feb-1998 |
perry | change includes to fix compiler warning
|
| 1.6 | 19-Oct-1997 |
lukem | WARNSify, getopt returns -1 not EOF, clarify S/Key vs skey(1) in man page
|
| 1.5 | 22-Jun-1997 |
christos | Don't need "md4.h" and "skey.h" -> <skey.h>
|
| 1.4 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.3 | 05-Jun-1995 |
pk | Prototype of readpass() is unnecessary.
|
| 1.2 | 28-Dec-1994 |
cgd | send error messages & password prompt to stderr, as proposed by Simon Gerraty. Note that this is not necessarily correct for the password prompt: ideally, libc/gen/getpass.c should be cloned into the password reading routine in libskey, and it should be extended to take a prompt string, so that the prompt and input are taken from /dev/tty, a la passwd(1). Also, make usage() exit as is standard style, and delete the redundant exits.
|
| 1.1 | 24-May-1994 |
deraadt | add skey & friends
|
| 1.9.4.1 | 17-Jul-2000 |
mjl | Pull up S/Key overhaul (RFC2289 compliance, new hash types, ctype clean up) from current. Approved by thorpej.
|
| 1.6 | 09-Apr-2001 |
wiz | Fix date.
|
| 1.5 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.4 | 19-Oct-1997 |
lukem | xref all s/key related programs
|
| 1.3 | 19-Oct-1997 |
lukem | WARNSify, getopt returns -1 not EOF, clarify S/Key vs skey(1) in man page
|
| 1.2 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.1 | 24-Jun-1994 |
deraadt | bit of a cleanup
|
| 1.5 | 11-Oct-2022 |
is | We removed Mail before branching netbsd-9
|
| 1.4 | 27-Jul-2000 |
mjl | branches: 1.4.102; Just return if /etc/skeykeys is missing, and remove debugging echo.
|
| 1.3 | 07-Jul-2000 |
mjl | Make it deal with skeykeys file containing different hash algorithms. Also don't grep for each element but make awk do the work once.
|
| 1.2 | 19-Sep-1996 |
thorpej | branches: 1.2.12; RCS id police.
|
| 1.1 | 24-Jun-1994 |
deraadt | bit of a cleanup
|
| 1.2.12.2 | 28-Jul-2000 |
mjl | Pull up rev 1.4, approved by thorpej: If /etc/skeykeys is missing, exit silently.
|
| 1.2.12.1 | 17-Jul-2000 |
mjl | Pull up S/Key overhaul (RFC2289 compliance, new hash types, ctype clean up) from current. Approved by thorpej.
|
| 1.4.102.1 | 11-Oct-2022 |
martin | Pull up following revision(s) (requested by is in ticket #1540):
usr.bin/skey/skeyaudit.sh: revision 1.5
We removed Mail before branching netbsd-9
|
| 1.3 | 22-Jun-1997 |
christos | Now this is a separate program.
|
| 1.2 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.1 | 24-Jun-1994 |
deraadt | bit of a cleanup
|
| 1.3 | 22-Jun-1997 |
christos | Now this is a separate program.
|
| 1.2 | 19-Sep-1996 |
thorpej | RCS id police.
|
| 1.1 | 24-Jun-1994 |
deraadt | bit of a cleanup
|