Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-16 | use a full reference for RFC 2289; from Igor Sobrado | Jason McIntyre | |
2005-07-14 | add skey(5) to SEE ALSO; | Jason McIntyre | |
2005-07-07 | arrange list of hash algorithms as previously done for skeyinit(1); | Jason McIntyre | |
2005-07-06 | alter spacing of usage() so we don;t get a line break if skey is | Jason McIntyre | |
invoked as otp-rmd160; | |||
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - other small tweaks | |||
2004-12-27 | spacing | Theo de Raadt | |
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre | |
- use -offset for display | |||
2004-06-06 | Format example using -literal, add .Xr's. From millert@ | Otto Moerbeek | |
2004-06-04 | Consistently use "secret passphrase" for the passphrase made up by the user | Otto Moerbeek | |
and "one-time password" for the generated passwords. ok jmc@ millert@ | |||
2003-10-20 | typos from Jared Yanovich, slightly ammended; | Jason McIntyre | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-10 | add missing copyright notice | Todd C. Miller | |
2003-06-10 | knf | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2002-05-16 | Update for new S/Key file format | Todd C. Miller | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-28 | Fix hex mode (-x), based on patch from David Gullasch | Todd C. Miller | |
2001-06-20 | o perl5'ified | Todd C. Miller | |
o We now lock the skeys database as we ought to avoid problems. o Safe temp file handling o Weed out bogus records instead of ignoring them o Add a hash type to old md4 entries w/o a hash type listed | |||
2001-06-20 | cosmetic changes and mention RFC2289 which supercedes RFC1938 | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-12-04 | oops | Theo de Raadt | |
1999-12-04 | oflow | Theo de Raadt | |
1999-08-17 | doesn't count down from 99 anymore | Todd C. Miller | |
1999-08-17 | mention RIPEMD-160 in body, fix date | Todd C. Miller | |
1999-07-03 | use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properly | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller | |
1999-03-06 | add missing reference to infocmp | Todd C. Miller | |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-08-17 | Xr login | Theo de Raadt | |
1998-02-24 | Allow superuser to disable skey by unlnking /etc/skeykeys. | Todd C. Miller | |
1997-09-22 | Fix .Os | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-23 | Replace skeyaudit.sh with a setuid binary (necessary for mode 0600 skeykeys) | Todd C. Miller | |
1997-07-23 | Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys) | Todd C. Miller | |
1997-07-17 | Add RIPEMD-160 (rmd160) support to OTP (s/key). | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-01-05 | mention rfc1938 | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-22 | fix thinko wrt otp-* handling | Todd C. Miller | |
1996-11-14 | correct LINKS usage | Michael Shalayeff | |