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