summaryrefslogtreecommitdiffstats
path: root/libexec/login_token (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-4/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-5/+1
* 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 explicit_bzero() instead of memset() for zeroing out secrets.millert2015-10-052-10/+8
* use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millertderaadt2013-12-034-6/+9
* unsigned char for ctypederaadt2013-11-271-3/+3
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-6/+6
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>schwarze2013-07-161-3/+3
* fixed size types should be fixed size. long -> uint32_t.tedu2013-05-071-2/+2
* Fix warnings.fgsch2013-01-133-10/+8
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-043-6/+3
* improve synopsis markup of login_* utilities; use a more standardsobrado2012-02-011-6/+6
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-152-24/+24
* replace cross references to other manual pages with the right macros.sobrado2009-10-221-3/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* spacingderaadt2005-11-121-3/+3
* if tokendb_open() failed, do not crash if tokendb_close() is calledderaadt2005-09-161-3/+6
* memset to 0, not '0'; millert@ okavsm2005-05-261-3/+3
* Remove extra return (0); call. otto@, henning@ okaaron2005-02-171-2/+1
* More checking for a NULL return value from getpass(). otto@ OKmillert2004-03-101-2/+6
* spacesderaadt2003-07-291-3/+3
* add missing includesdavid2003-07-101-1/+2
* - section reorderjmc2003-06-021-4/+4
* remove useless cast in memset()millert2003-02-201-2/+2
* typos;jmc2003-02-031-3/+3
* Fix thinko, mode 0640 not 0620millert2002-11-211-4/+4
* tokenadm -> _tokenmillert2002-11-212-4/+4
* Add a new group, "tokenadm" and make login_token setgid tokenadm insteadmillert2002-11-213-10/+28
* spacesderaadt2002-09-062-6/+4
* typos / double wordsjufi2002-07-163-6/+6
* minor indent cleanupderaadt2002-06-281-6/+5
* more gid_t and uid_t are unsignedderaadt2002-06-231-3/+3
* minor KNFderaadt2002-06-021-3/+3
* we don't need "/" after ${DESTDIR}mpech2002-03-111-2/+2
* 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
* o) fix bogus .Xr usage;mpech2001-11-131-2/+3
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* strlcpy invades the treederaadt2001-08-181-2/+2
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
* Remove tokenctl and tokenls from SEE ALSO -- they don't existmillert2001-08-011-2/+1
* Remove extraneous .Pp after .Shmillert2001-07-081-2/+1
* Remove tokenrandomnumber(), call arc4random() directly; markus@ OKmillert2001-06-281-19/+3
* do not access the database after tokendb_close() is called; ok millert@markus2001-05-301-3/+4
* use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@markus2000-12-202-34/+31
* Fix a warning.millert2000-12-201-6/+6
* correct copyright noticemillert2000-12-205-10/+10