summaryrefslogtreecommitdiff
path: root/libexec/login_lchpass
AgeCommit message (Expand)Author
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-09-03convert to use readpassphrase() instead of DEPRECATED/getpass()Gleydson Soares
2016-08-01zap unused varJeremie Courreges-Anglas
2015-11-26passwd no longer has an -l flag; ok deraadtJason McIntyre
2015-11-18use _shadow getpw functions. these utilities obviously deal with hashes.Ted Unangst
2015-10-25No need to declare pwd_gensalt; it's unused and gone.Antoine Jacoutot
2015-10-22use crypt_checkpass instead of doing things the hard way with crypt.Ted Unangst
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.Todd C. Miller
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-09Foil potential timing attacks by using the correct password hashTodd C. Miller
2004-03-10More checking for a NULL return value from getpass(). otto@ OKTodd C. Miller
2002-10-15localhost variable is not needed; Peter WernerTodd C. Miller
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-06-28minor indent cleanupTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-03-13login(8) -> login(1)Marco S Hyman
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-06Don't let root change it's password via login_l?chpass(8).Todd C. Miller
2001-12-07Use writev() to send status on the backchannel instead of fdopen()ingTodd C. Miller
2001-12-06Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsTodd C. Miller
2001-10-24getopt(3) returns -1 when out of args, not EOF.Mike Pechkin
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-06-25Remove instance stuff now that su uses an explicit option to specifyTodd C. Miller
2001-06-19Make gcc shut up about unused rcsids.Todd C. Miller
2001-01-28$OpenBSD$Niklas Hallqvist
2000-12-12lchpass login script; changes local passwordTodd C. Miller