summaryrefslogtreecommitdiffstats
path: root/libexec/login_token/token.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.millert1-7/+7
2013-12-03use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millertderaadt1-1/+2
2013-11-27unsigned char for ctypederaadt1-3/+3
2013-08-22Correct format string mismatches turned up by -Wformat=2guenther1-6/+6
2013-05-07fixed size types should be fixed size. long -> uint32_t.tedu1-2/+2
2013-01-13Fix warnings.fgsch1-5/+5
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+1
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg1-21/+21
2005-11-12spacingderaadt1-3/+3
2005-05-26memset to 0, not '0'; millert@ okavsm1-3/+3
2003-02-20remove useless cast in memset()millert1-2/+2
2002-07-16typos / double wordsjufi1-2/+2
2002-06-28minor indent cleanupderaadt1-6/+5
2001-08-18strlcpy invades the treederaadt1-2/+2
2001-06-28Remove tokenrandomnumber(), call arc4random() directly; markus@ OKmillert1-19/+3
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus1-32/+29
2000-12-20Fix a warning.millert1-6/+6
2000-12-20correct copyright noticemillert1-2/+2
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDimillert1-0/+411