summaryrefslogtreecommitdiffstats
path: root/libexec/login_token/login_token.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* assign pointers to NULL rather than 0mmcc2015-12-221-3/+3
* Call syslog() if login_* pledge fails; OK deraadt@millert2015-11-191-3/+5
* login_token needs pledge "flock" now.bluhm2015-10-171-2/+2
* Pledge login_token with "stdio rpath wpath cpath fattr getpw tty".bluhm2015-10-151-1/+4
* use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millertderaadt2013-12-031-2/+3
* Fix warnings.fgsch2013-01-131-3/+1
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* More checking for a NULL return value from getpass(). otto@ OKmillert2004-03-101-2/+6
* spacesderaadt2002-09-061-4/+2
* minor KNFderaadt2002-06-021-3/+3
* Block keyboard-generated signals during database accesses.millert2001-12-071-1/+14
* Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert2001-12-061-3/+1
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus2000-12-201-2/+2
* Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDimillert2000-12-201-0/+174