| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-02 | Check auth_mkvalue(3) return value for NULL (malloc failure). |  millert | 1 | -3/+9 |
| 2020-09-06 | Move definiton of struct token_types *tt to init.c from header file. |  mortimer | 2 | -3/+5 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -4/+4 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -5/+1 |
| 2015-12-22 | assign pointers to NULL rather than 0 |  mmcc | 1 | -3/+3 |
| 2015-11-19 | Call syslog() if login_* pledge fails; OK deraadt@ |  millert | 1 | -3/+5 |
| 2015-10-17 | login_token needs pledge "flock" now. |  bluhm | 1 | -2/+2 |
| 2015-10-15 | Pledge login_token with "stdio rpath wpath cpath fattr getpw tty". |  bluhm | 1 | -1/+4 |
| 2015-10-05 | Use explicit_bzero() instead of memset() for zeroing out secrets. |  millert | 2 | -10/+8 |
| 2013-12-03 | use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millert |  deraadt | 4 | -6/+9 |
| 2013-11-27 | unsigned char for ctype |  deraadt | 1 | -3/+3 |
| 2013-08-22 | Correct format string mismatches turned up by -Wformat=2 |  guenther | 1 | -6/+6 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -3/+3 |
| 2013-05-07 | fixed size types should be fixed size. long -> uint32_t. |  tedu | 1 | -2/+2 |
| 2013-01-13 | Fix warnings. |  fgsch | 3 | -10/+8 |
| 2012-12-04 | remove some unnecessary sys/param.h inclusions |  deraadt | 3 | -6/+3 |
| 2012-02-01 | improve synopsis markup of login_* utilities; use a more standard |  sobrado | 1 | -6/+6 |
| 2010-10-15 | Switch the remaining users of libdes in src to libcrypto, |  jsg | 2 | -24/+24 |
| 2009-10-22 | replace cross references to other manual pages with the right macros. |  sobrado | 1 | -3/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2005-11-12 | spacing |  deraadt | 1 | -3/+3 |
| 2005-09-16 | if tokendb_open() failed, do not crash if tokendb_close() is called |  deraadt | 1 | -3/+6 |
| 2005-05-26 | memset to 0, not '0'; millert@ ok |  avsm | 1 | -3/+3 |
| 2005-02-17 | Remove extra return (0); call. otto@, henning@ ok |  aaron | 1 | -2/+1 |
| 2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK |  millert | 1 | -2/+6 |
| 2003-07-29 | spaces |  deraadt | 1 | -3/+3 |
| 2003-07-10 | add missing includes |  david | 1 | -1/+2 |
| 2003-06-02 | - section reorder |  jmc | 1 | -4/+4 |
| 2003-02-20 | remove useless cast in memset() |  millert | 1 | -2/+2 |
| 2003-02-03 | typos; |  jmc | 1 | -3/+3 |
| 2002-11-21 | Fix thinko, mode 0640 not 0620 |  millert | 1 | -4/+4 |
| 2002-11-21 | tokenadm -> _token |  millert | 2 | -4/+4 |
| 2002-11-21 | Add a new group, "tokenadm" and make login_token setgid tokenadm instead |  millert | 3 | -10/+28 |
| 2002-09-06 | spaces |  deraadt | 2 | -6/+4 |
| 2002-07-16 | typos / double words |  jufi | 3 | -6/+6 |
| 2002-06-28 | minor indent cleanup |  deraadt | 1 | -6/+5 |
| 2002-06-23 | more gid_t and uid_t are unsigned |  deraadt | 1 | -3/+3 |
| 2002-06-02 | minor KNF |  deraadt | 1 | -3/+3 |
| 2002-03-11 | we don't need "/" after ${DESTDIR} |  mpech | 1 | -2/+2 |
| 2001-12-07 | Block keyboard-generated signals during database accesses. |  millert | 1 | -1/+14 |
| 2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents |  millert | 1 | -3/+1 |
| 2001-11-13 | o) fix bogus .Xr usage; |  mpech | 1 | -2/+3 |
| 2001-10-24 | getopt(3) returns -1 when out of args, not EOF. |  mpech | 1 | -2/+2 |
| 2001-08-18 | strlcpy invades the tree |  deraadt | 1 | -2/+2 |
| 2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; |  mpech | 1 | -2/+2 |
| 2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist |  millert | 1 | -2/+1 |
| 2001-07-08 | Remove extraneous .Pp after .Sh |  millert | 1 | -2/+1 |
| 2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK |  millert | 1 | -19/+3 |
| 2001-05-30 | do not access the database after tokendb_close() is called; ok millert@ |  markus | 1 | -3/+4 |
| 2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ |  markus | 2 | -34/+31 |