| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-02 | Check auth_mkvalue(3) return value for NULL (malloc failure). | 1 | -3/+9 | ||
| For constant strings we don't actually need to use auth_mkvalue(3). Problem reported by Ross L Richardson. | |||||
| 2020-09-06 | Move definiton of struct token_types *tt to init.c from header file. | 2 | -3/+5 | ||
| Makes it build with -fno-common. ok deraadt | |||||
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | 2 | -4/+4 | ||
| value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | |||||
| 2016-03-30 | for some time now mandoc has not required MLINKS to function | 1 | -5/+1 | ||
| correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||||
| 2015-12-22 | assign pointers to NULL rather than 0 | 1 | -3/+3 | ||
| 2015-11-19 | Call syslog() if login_* pledge fails; OK deraadt@ | 1 | -3/+5 | ||
| 2015-10-17 | login_token needs pledge "flock" now. | 1 | -2/+2 | ||
| OK millert@ | |||||
| 2015-10-15 | Pledge login_token with "stdio rpath wpath cpath fattr getpw tty". | 1 | -1/+4 | ||
| OK deraadt@ | |||||
| 2015-10-05 | Use explicit_bzero() instead of memset() for zeroing out secrets. | 2 | -10/+8 | ||
| OK deraadt@ | |||||
| 2013-12-03 | use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millert | 4 | -6/+9 | ||
| 2013-11-27 | unsigned char for ctype | 1 | -3/+3 | ||
| ok okan kettenis | |||||
| 2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | 1 | -6/+6 | ||
| suggestions and ok millert@ | |||||
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | 1 | -3/+3 | ||
| 2013-05-07 | fixed size types should be fixed size. long -> uint32_t. | 1 | -2/+2 | ||
| from Matthias Pitzl pitzl at genua de | |||||
| 2013-01-13 | Fix warnings. | 3 | -10/+8 | ||
| millert@ ok. | |||||
| 2012-12-04 | remove some unnecessary sys/param.h inclusions | 3 | -6/+3 | ||
| 2012-02-01 | improve synopsis markup of login_* utilities; use a more standard | 1 | -6/+6 | ||
| phrasing when listing flags; add missing arguments to flags in the DESCRIPTION section of the manual page. use of .Li (literal text) macros and standard wording suggested by jmc@ ok jmc@ | |||||
| 2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | 2 | -24/+24 | ||
| telnet portion partially from the latest heimdal. ok mikeb@ | |||||
| 2009-10-22 | replace cross references to other manual pages with the right macros. | 1 | -3/+5 | ||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2005-11-12 | spacing | 1 | -3/+3 | ||
| 2005-09-16 | if tokendb_open() failed, do not crash if tokendb_close() is called | 1 | -3/+6 | ||
| 2005-05-26 | memset to 0, not '0'; millert@ ok | 1 | -3/+3 | ||
| 2005-02-17 | Remove extra return (0); call. otto@, henning@ ok | 1 | -2/+1 | ||
| 2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | 1 | -2/+6 | ||
| 2003-07-29 | spaces | 1 | -3/+3 | ||
| 2003-07-10 | add missing includes | 1 | -1/+2 | ||
| ok deraadt@ tedu@ | |||||
| 2003-06-02 | - section reorder | 1 | -4/+4 | ||
| - An/Aq for author | |||||
| 2003-02-20 | remove useless cast in memset() | 1 | -2/+2 | ||
| 2003-02-03 | typos; | 1 | -3/+3 | ||
| ipsecadm(8): examples ho@ help and ok markus@ | |||||
| 2002-11-21 | Fix thinko, mode 0640 not 0620 | 1 | -4/+4 | ||
| 2002-11-21 | tokenadm -> _token | 2 | -4/+4 | ||
| 2002-11-21 | Add a new group, "tokenadm" and make login_token setgid tokenadm instead | 3 | -10/+28 | ||
| of setuid root. deraadt@ OK | |||||
| 2002-09-06 | spaces | 2 | -6/+4 | ||
| 2002-07-16 | typos / double words | 3 | -6/+6 | ||
| 2002-06-28 | minor indent cleanup | 1 | -6/+5 | ||
| 2002-06-23 | more gid_t and uid_t are unsigned | 1 | -3/+3 | ||
| 2002-06-02 | minor KNF | 1 | -3/+3 | ||
| 2002-03-11 | we don't need "/" after ${DESTDIR} | 1 | -2/+2 | ||
| millert@ ok | |||||
| 2001-12-07 | Block keyboard-generated signals during database accesses. | 1 | -1/+14 | ||
| 2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | 1 | -3/+1 | ||
| getpass()/readpassphrase() from being able to restore the tty mode on keyboard interrupt. Along with the recent readpassphrase.c commit this means that if you ^C things that use login scripts (like su(1)) with a non-CBREAK shell your tty mode will be restored nicely. TODO: The various login scripts need to install handlers to avoid leaving turd files or otherwise ending in a bad state. It would also be nice to send BI_REJECT to the back channel. | |||||
| 2001-11-13 | o) fix bogus .Xr usage; | 1 | -2/+3 | ||
| o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok; | |||||
| 2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | 1 | -2/+2 | ||
| millert@ ok | |||||
| 2001-08-18 | strlcpy invades the tree | 1 | -2/+2 | ||
| 2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | 1 | -2/+2 | ||
| o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||||
| 2001-08-01 | Remove tokenctl and tokenls from SEE ALSO -- they don't exist | 1 | -2/+1 | ||
| 2001-07-08 | Remove extraneous .Pp after .Sh | 1 | -2/+1 | ||
| 2001-06-28 | Remove tokenrandomnumber(), call arc4random() directly; markus@ OK | 1 | -19/+3 | ||
| 2001-05-30 | do not access the database after tokendb_close() is called; ok millert@ | 1 | -3/+4 | ||
| 2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | 2 | -34/+31 | ||
