History log of /openbsd-src/libexec/login_token/token.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 1b7fb171 05-Oct-2015 millert <millert@openbsd.org>

Use explicit_bzero() instead of memset() for zeroing out secrets.
OK deraadt@


# d05a8106 03-Dec-2013 deraadt <deraadt@openbsd.org>

use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millert


# 4207a9b6 27-Nov-2013 deraadt <deraadt@openbsd.org>

unsigned char for ctype
ok okan kettenis


# 82ff3630 22-Aug-2013 guenther <guenther@openbsd.org>

Correct format string mismatches turned up by -Wformat=2

suggestions and ok millert@


# 64ff528a 07-May-2013 tedu <tedu@openbsd.org>

fixed size types should be fixed size. long -> uint32_t.
from Matthias Pitzl pitzl at genua de


# a1ac9dbd 13-Jan-2013 fgsch <fgsch@openbsd.org>

Fix warnings.
millert@ ok.


# f4faee91 04-Dec-2012 deraadt <deraadt@openbsd.org>

remove some unnecessary sys/param.h inclusions


# 0456bce5 15-Oct-2010 jsg <jsg@openbsd.org>

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@


# 503923fa 12-Nov-2005 deraadt <deraadt@openbsd.org>

spacing


# 686fccfd 26-May-2005 avsm <avsm@openbsd.org>

memset to 0, not '0'; millert@ ok


# f65ea5b7 20-Feb-2003 millert <millert@openbsd.org>

remove useless cast in memset()


# 284c262e 16-Jul-2002 jufi <jufi@openbsd.org>

typos / double words


# 4e53735b 28-Jun-2002 deraadt <deraadt@openbsd.org>

minor indent cleanup


# a79f1fdf 18-Aug-2001 deraadt <deraadt@openbsd.org>

strlcpy invades the tree


# 94f29c57 28-Jun-2001 millert <millert@openbsd.org>

Remove tokenrandomnumber(), call arc4random() directly; markus@ OK


# b4975d76 20-Dec-2000 markus <markus@openbsd.org>

use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@


# 39ca7a91 20-Dec-2000 millert <millert@openbsd.org>

Fix a warning.


# fafad76d 20-Dec-2000 millert <millert@openbsd.org>

correct copyright notice


# 27b8cbb6 20-Dec-2000 millert <millert@openbsd.org>

Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi
Will be used when BSD authentication is enabled