summaryrefslogtreecommitdiffstats
path: root/libexec/login_lchpass
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-9/+2
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares1-6/+9
2016-08-01zap unused varjca1-2/+1
2015-11-26passwd no longer has an -l flag; ok deraadtjmc1-3/+3
2015-11-18use _shadow getpw functions. these utilities obviously deal with hashes.tedu1-2/+2
2015-10-25No need to declare pwd_gensalt; it's unused and gone.ajacoutot1-2/+1
2015-10-22use crypt_checkpass instead of doing things the hard way with crypt.tedu2-16/+9
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.millert1-2/+2
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+1
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-03-09Foil potential timing attacks by using the correct password hashmillert1-4/+12
2004-03-10More checking for a NULL return value from getpass(). otto@ OKmillert1-2/+3
2002-10-15localhost variable is not needed; Peter Wernermillert1-5/+1
2002-09-06ansi; ok millert pvalchevderaadt1-8/+4
2002-06-28minor indent cleanupderaadt1-4/+4
2002-06-02minor KNFderaadt1-3/+3
2002-03-13login(8) -> login(1)marc1-4/+4
2002-02-16Part 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.millert1-2/+2
2002-01-06Don't let root change it's password via login_l?chpass(8).millert1-8/+12
2001-12-07Use writev() to send status on the backchannel instead of fdopen()ingmillert1-10/+18
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert1-3/+1
2001-10-24getopt(3) returns -1 when out of args, not EOF.mpech1-2/+2
2001-07-08Remove extraneous .Pp after .Shmillert1-2/+1
2001-06-25Remove instance stuff now that su uses an explicit option to specifymillert1-6/+1
2001-06-19Make gcc shut up about unused rcsids.millert1-2/+2
2001-01-28$OpenBSD$niklas1-0/+2
2000-12-12lchpass login script; changes local passwordmillert3-0/+228