summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tokenadm/tokenadm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* simplify synopsis/usage() and sort options;jmc2007-03-151-2/+2
| | | | from Igor Sobrado
* dont compare int with NULL, compare to 0 instead, otto@ okavsm2004-06-211-3/+3
|
* Remove those option letters from the getopt string which do not have a caseaaron2004-04-071-2/+2
| | | | handler below. millert@ ok
* no , at end of enumderaadt2002-09-061-3/+3
|
* minor KNFderaadt2002-06-021-2/+2
|
* minor KNFderaadt2002-05-301-4/+3
|
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
| | | | millert@ ok
* set the or_mask to TOKEN_ENABLED; ok millert@markus2001-05-301-2/+2
|
* Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)millert2000-12-201-0/+402
from BSDi. Will be enabled when BSD authentication is turned on (login_token).