Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-29 | spaces | Theo de Raadt | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-06-02 | - section reorder | Jason McIntyre | |
- An/Aq for author | |||
2003-02-20 | remove useless cast in memset() | Todd C. Miller | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2002-11-21 | Fix thinko, mode 0640 not 0620 | Todd C. Miller | |
2002-11-21 | tokenadm -> _token | Todd C. Miller | |
2002-11-21 | tokenadm -> _token | Todd C. Miller | |
2002-11-21 | Add a new group, "tokenadm" and make login_token setgid tokenadm instead | Todd C. Miller | |
of setuid root. deraadt@ OK | |||
2002-09-06 | spaces | Theo de Raadt | |
2002-07-16 | typos / double words | Jan-Uwe Finck | |
2002-06-28 | minor indent cleanup | Theo de Raadt | |
2002-06-23 | more gid_t and uid_t are unsigned | Theo de Raadt | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-03-11 | we don't need "/" after ${DESTDIR} | Mike Pechkin | |
millert@ ok | |||
2001-12-07 | Block keyboard-generated signals during database accesses. | Todd C. Miller | |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller | |
getpass()/readpassphrase() from being able to restore the tty mode on keyboard interrupt. Along with the recent readpassphrase.c commit this means that if you ^C things that use login scripts (like su(1)) with a non-CBREAK shell your tty mode will be restored nicely. TODO: The various login scripts need to install handlers to avoid leaving turd files or otherwise ending in a bad state. It would also be nice to send BI_REJECT to the back channel. | |||
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin | |
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok; | |||
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin | |
millert@ ok | |||
2001-08-18 | strlcpy invades the tree | Theo de Raadt | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | Todd C. Miller | |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller | |
2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK | Todd C. Miller | |
2001-05-30 | do not access the database after tokendb_close() is called; ok millert@ | Markus Friedl | |
2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | Markus Friedl | |
2000-12-20 | Fix a warning. | Todd C. Miller | |
2000-12-20 | correct copyright notice | Todd C. Miller | |
2000-12-20 | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi | Todd C. Miller | |
Will be used when BSD authentication is enabled |