summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokeninit
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,mestre1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-5/+1
2016-03-22tokenadm(8) is already pledged, do the same for tokeninit(8).bluhm1-2/+10
2016-02-12hexidecimal -> hexadecimalmmcc1-2/+2
2015-12-22assign pointers to NULL rather than 0mmcc1-2/+2
2015-02-09clean up flags++ instances around getopt()deraadt1-3/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+3
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-3/+3
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg1-3/+3
2009-10-22replace strftime(3) by ".Xr strftime 3" and syslog(3) by ".Xr syslog 3".sobrado1-3/+5
2008-07-09an ellipsis is not an optional argument.sobrado2-6/+5
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-15simplify synopsis/usage() and sort options;jmc2-9/+6
2003-11-26remove reference to defunct Digital Pathways, and note that SNK-004 tokensjmc1-15/+2
2003-07-18remove the extra / in pathdavid1-2/+2
2003-06-12- section reorderjmc1-36/+20
2003-02-14typos;jmc1-2/+2
2002-05-27unsigned to unsigned intderaadt1-3/+3
2002-03-14Remove \n from err/errx/warn/warnx().mpech1-3/+3
2001-10-24getopt(3) returns -1 when out of args, not EOF.mpech1-2/+2
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldmpech1-2/+2
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existmillert1-2/+1
2000-12-21Standard OpenBSD'ifications that happen when new man pages are imported.aaron1-45/+51
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus1-34/+16
2000-12-20Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)millert3-0/+484