summaryrefslogtreecommitdiffstats
path: root/libexec/login_token/token.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use explicit_bzero() instead of memset() for zeroing out secrets.millert2015-10-051-7/+7
* use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millertderaadt2013-12-031-1/+2
* unsigned char for ctypederaadt2013-11-271-3/+3
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-6/+6
* fixed size types should be fixed size. long -> uint32_t.tedu2013-05-071-2/+2
* Fix warnings.fgsch2013-01-131-5/+5
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-151-21/+21
* spacingderaadt2005-11-121-3/+3
* memset to 0, not '0'; millert@ okavsm2005-05-261-3/+3
* remove useless cast in memset()millert2003-02-201-2/+2
* typos / double wordsjufi2002-07-161-2/+2
* minor indent cleanupderaadt2002-06-281-6/+5
* strlcpy invades the treederaadt2001-08-181-2/+2
* Remove tokenrandomnumber(), call arc4random() directly; markus@ OKmillert2001-06-281-19/+3
* use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus2000-12-201-32/+29
* Fix a warning.millert2000-12-201-6/+6
* correct copyright noticemillert2000-12-201-2/+2
* Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDimillert2000-12-201-0/+411