summaryrefslogtreecommitdiff
path: root/usr.sbin/tokeninit
AgeCommit message (Expand)Author
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,Ricardo Mestre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-22tokenadm(8) is already pledged, do the same for tokeninit(8).Alexander Bluhm
2016-02-12hexidecimal -> hexadecimalmmcc
2015-12-22assign pointers to NULL rather than 0mmcc
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
2009-10-22replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3".Igor Sobrado
2008-07-09an ellipsis is not an optional argument.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
2003-11-26remove reference to defunct Digital Pathways, and note that SNK-004 tokensJason McIntyre
2003-07-18remove the extra / in pathDavid Krause
2003-06-12- section reorderJason McIntyre
2003-02-14typos;Jason McIntyre
2002-05-27unsigned to unsigned intTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existTodd C. Miller
2000-12-21Standard OpenBSD'ifications that happen when new man pages are imported.Aaron Campbell
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)Todd C. Miller