Age | Commit message (Expand) | Author |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2016-09-11 | Set the usual owner for /usr/bin/skeyprune. ok deraadt | Martin Natano |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-01 | We no longer need pledge "wpath" since "tty" allows read-write on | Todd C. Miller |
2015-10-12 | Pledge "stdio wpath tty"; "awesome" deraadt@ | Tim van der Molen |
2015-10-09 | Remove telnet warnings. Civilization has reached a point where they are no | Tim van der Molen |
2015-10-09 | Use __progname rather than argv[0]; OK millert@ | Tim van der Molen |
2015-10-09 | Replace readpass(3) with readpassphrase(3). This was the only use of | Tim van der Molen |
2015-10-06 | Update path in comment; OK millert@ | Tim van der Molen |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-16 | add missing .An macros | Ingo Schwarze |
2014-03-20 | Remove the (non-default) MD4 hash algorithm from S/Key. | Christian Weisgerber |
2014-02-12 | .Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead; | Ingo Schwarze |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2010-04-11 | Fix typo in line ending; from Antti Harri | Todd C. Miller |
2010-02-28 | In -x mode, if count was > 1 we would print both the hex and ascii versions | Todd C. Miller |
2008-11-12 | Usage -> usage. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-28 | the options list must be alphabetically sorted | Igor Sobrado |
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 |
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre |
2004-12-27 | spacing | Theo de Raadt |
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre |
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 |
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 |
2003-06-10 | add missing copyright notice | Todd C. Miller |
2003-06-10 | knf | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
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 |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
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 |
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 |
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 |