| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tokenadm(8) is already pledged, do the same for tokeninit(8). | 2016-03-22 | 1 | -2/+10 | |
| | | | | | | | | | - bring comment in both programms in line - tokeninit(8) needs "tty" for readpassphrase(3) - call token_init() after pledge(2) - fix whitespace OK millert@ | ||||
| * | hexidecimal -> hexadecimal | 2016-02-12 | 1 | -2/+2 | |
| | | |||||
| * | assign pointers to NULL rather than 0 | 2015-12-22 | 1 | -2/+2 | |
| | | |||||
| * | clean up flags++ instances around getopt() | 2015-02-09 | 1 | -3/+3 | |
| | | | | | ok florian | ||||
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+3 | |
| | | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
| * | an ellipsis is not an optional argument. | 2008-07-09 | 1 | -2/+2 | |
| | | |||||
| * | simplify synopsis/usage() and sort options; | 2007-03-15 | 1 | -2/+2 | |
| | | | | | from Igor Sobrado | ||||
| * | unsigned to unsigned int | 2002-05-27 | 1 | -3/+3 | |
| | | |||||
| * | Remove \n from err/errx/warn/warnx(). | 2002-03-14 | 1 | -3/+3 | |
| | | | | | millert@ ok | ||||
| * | getopt(3) returns -1 when out of args, not EOF. | 2001-10-24 | 1 | -2/+2 | |
| | | | | | millert@ ok | ||||
| * | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | 2000-12-20 | 1 | -34/+16 | |
| | | |||||
| * | Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004) | 2000-12-20 | 1 | -0/+238 | |
| from BSDi. Will be enabled when BSD authentication is turned on (login_token). | |||||
