summaryrefslogtreecommitdiff
path: root/libexec/login_token
AgeCommit message (Collapse)Author
2013-12-03use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millertTheo de Raadt
2013-11-27unsigned char for ctypeTheo de Raadt
ok okan kettenis
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
suggestions and ok millert@
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-05-07fixed size types should be fixed size. long -> uint32_t.Ted Unangst
from Matthias Pitzl pitzl at genua de
2013-01-13Fix warnings.Federico G. Schwindt
millert@ ok.
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
phrasing when listing flags; add missing arguments to flags in the DESCRIPTION section of the manual page. use of .Li (literal text) macros and standard wording suggested by jmc@ ok jmc@
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
telnet portion partially from the latest heimdal. ok mikeb@
2009-10-22replace cross references to other manual pages with the right macros.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-11-12spacingTheo de Raadt
2005-09-16if tokendb_open() failed, do not crash if tokendb_close() is calledTheo de Raadt
2005-05-26memset to 0, not '0'; millert@ okAnil Madhavapeddy
2005-02-17Remove extra return (0); call. otto@, henning@ okAaron Campbell
2004-03-10More checking for a NULL return value from getpass(). otto@ OKTodd C. Miller
2003-07-29spacesTheo de Raadt
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-06-02- section reorderJason McIntyre
- An/Aq for author
2003-02-20remove useless cast in memset()Todd C. Miller
2003-02-03typos;Jason McIntyre
ipsecadm(8): examples ho@ help and ok markus@
2002-11-21Fix thinko, mode 0640 not 0620Todd C. Miller
2002-11-21tokenadm -> _tokenTodd C. Miller
2002-11-21tokenadm -> _tokenTodd C. Miller
2002-11-21Add a new group, "tokenadm" and make login_token setgid tokenadm insteadTodd C. Miller
of setuid root. deraadt@ OK
2002-09-06spacesTheo de Raadt
2002-07-16typos / double wordsJan-Uwe Finck
2002-06-28minor indent cleanupTheo de Raadt
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-03-11we don't need "/" after ${DESTDIR}Mike Pechkin
millert@ ok
2001-12-07Block keyboard-generated signals during database accesses.Todd C. Miller
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsTodd 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-13o) 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-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
millert@ ok
2001-08-18strlcpy invades the treeTheo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-01Remove tokenctl and tokenls from SEE ALSO -- they don't existTodd C. Miller
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-06-28Remove tokenrandomnumber(), call arc4random() directly; markus@ OKTodd C. Miller
2001-05-30do not access the database after tokendb_close() is called; ok millert@Markus Friedl
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20Fix a warning.Todd C. Miller
2000-12-20correct copyright noticeTodd C. Miller
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDiTodd C. Miller
Will be used when BSD authentication is enabled