summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure that -n overrides -t even when -n precedes -t, like itschwarze2019-07-242-9/+22
* While -n is now the default, it's been useful since 1996. Keep it for compat.jca2019-07-211-2/+5
* Amend comment: entering the root password won't unlock the terminaljca2019-07-211-3/+3
* lock(1): remove default timeoutcheloha2019-07-192-40/+20
* lock(1): make "-n" and "-t timeout" mutually exclusive.cheloha2019-07-052-8/+26
* After recent changes, we need to clear hash, not s1.tb2017-09-061-2/+2
* this program was infected with lint era casts. i think we're past that now.tedu2017-07-081-17/+17
* remove ARGSUSED, from Scott Cheloha.tedu2017-07-081-10/+6
* use crypt_newhash to protect the password. from Scott Chelohatedu2017-07-081-2/+5
* clean up some unused variables. also, making a variable global isn't thetedu2017-07-081-6/+4
* instead of using time(), refer to getitimer to find out how long thetedu2017-07-081-12/+9
* can just continue after readpassphrase returns null, the sighandler willtedu2017-07-081-3/+4
* Use the safe idiom of cleaning sensitive data from memory with explicit_bzero,mestre2017-05-031-4/+10
* repair braces. from ilya.kaliman/gsoares/natanotedu2016-05-281-2/+3
* lock needs pledge(proc exec) to use bsd auth system. from tronddtedu2015-10-151-2/+2
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio getpw rpath wpath tty". "tty" allows this to usederaadt2015-10-071-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-5/+5
* some Bx/Ox conversion;jmc2013-08-141-3/+5
* Document what remains of the 2BSD heritage.schwarze2012-01-151-4/+6
* Prevent a segmentation fault. It could occur when login_getclass fails andtobias2010-06-131-1/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* like login(1), back off password guesses after login-backoff; andmartynas2009-09-181-5/+21
* convert to new .Dd format;jmc2007-05-311-2/+2
* pleasing lint, without displeasing future developersderaadt2006-04-261-6/+8
* merge parts of strtonum() cleanup from tan.dang@gmail.comderaadt2006-04-261-5/+6
* - better synopsisjmc2005-07-142-19/+18
* - section reorderjmc2003-06-101-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* knfderaadt2002-08-151-3/+3
* ansideraadt2002-08-041-13/+9
* uid_t and gid_t are unsignedderaadt2002-06-231-3/+3
* _exit() not exit() in signal handler.millert2002-05-081-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.millert2002-02-161-4/+4
* avoid stdio in signal handlerderaadt2001-11-021-8/+11
* adapt to BSD authentication and clean things up a bit while I am at itmillert2001-05-293-136/+92
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-2/+2
* Various cleanups and improvements.aaron2000-03-081-4/+10
* More consistent introduction to options.aaron1999-10-171-2/+2
* Typo fixes.alex1999-09-231-2/+2
* - remove trailing white spaceaaron1999-06-051-4/+4
* back out changes that should not have escaped my local treemillert1999-03-062-17/+3
* add missing reference to infocmpmillert1999-03-062-3/+17
* remove redundant .Pp macrosaaron1998-11-111-2/+1
* usr.bin/ man page fixes, f-m.aaron1998-09-261-3/+3
* A bit of KNFmillert1997-07-271-19/+20
* -Wallmillert1997-07-271-10/+19