Age | Commit message (Expand) | Author |
2019-07-24 | Make sure that -n overrides -t even when -n precedes -t, like it | Ingo Schwarze |
2019-07-21 | While -n is now the default, it's been useful since 1996. Keep it for compat. | Jeremie Courreges-Anglas |
2019-07-21 | Amend comment: entering the root password won't unlock the terminal | Jeremie Courreges-Anglas |
2019-07-19 | lock(1): remove default timeout | cheloha |
2019-07-05 | lock(1): make "-n" and "-t timeout" mutually exclusive. | cheloha |
2017-09-06 | After recent changes, we need to clear hash, not s1. | Theo Buehler |
2017-07-08 | this program was infected with lint era casts. i think we're past that now. | Ted Unangst |
2017-07-08 | remove ARGSUSED, from Scott Cheloha. | Ted Unangst |
2017-07-08 | use crypt_newhash to protect the password. from Scott Cheloha | Ted Unangst |
2017-07-08 | clean up some unused variables. also, making a variable global isn't the | Ted Unangst |
2017-07-08 | instead of using time(), refer to getitimer to find out how long the | Ted Unangst |
2017-07-08 | can just continue after readpassphrase returns null, the sighandler will | Ted Unangst |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2016-05-28 | repair braces. from ilya.kaliman/gsoares/natano | Ted Unangst |
2015-10-15 | lock needs pledge(proc exec) to use bsd auth system. from trondd | Ted Unangst |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | tame "stdio getpw rpath wpath tty". "tty" allows this to use | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2010-06-13 | Prevent a segmentation fault. It could occur when login_getclass fails and | Tobias Stoeckmann |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-18 | like login(1), back off password guesses after login-backoff; and | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-04-26 | pleasing lint, without displeasing future developers | Theo de Raadt |
2006-04-26 | merge parts of strtonum() cleanup from tan.dang@gmail.com | Theo de Raadt |
2005-07-14 | - better synopsis | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-15 | knf | Theo de Raadt |
2002-08-04 | ansi | Theo de Raadt |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-05-08 | _exit() not exit() in signal handler. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-02 | avoid stdio in signal handler | Theo de Raadt |
2001-05-29 | adapt to BSD authentication and clean things up a bit while I am at it | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell |
1999-10-17 | More consistent introduction to options. | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1997-07-27 | A bit of KNF | Todd C. Miller |
1997-07-27 | -Wall | Todd C. Miller |