summaryrefslogtreecommitdiffstats
path: root/libexec/login_lchpass (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-9/+2
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-6/+9
* zap unused varjca2016-08-011-2/+1
* passwd no longer has an -l flag; ok deraadtjmc2015-11-261-3/+3
* use _shadow getpw functions. these utilities obviously deal with hashes.tedu2015-11-181-2/+2
* No need to declare pwd_gensalt; it's unused and gone.ajacoutot2015-10-251-2/+1
* use crypt_checkpass instead of doing things the hard way with crypt.tedu2015-10-222-16/+9
* Use explicit_bzero() instead of memset() for zeroing out secrets.millert2015-10-051-2/+2
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* Foil potential timing attacks by using the correct password hashmillert2006-03-091-4/+12
* More checking for a NULL return value from getpass(). otto@ OKmillert2004-03-101-2/+3
* localhost variable is not needed; Peter Wernermillert2002-10-151-5/+1
* ansi; ok millert pvalchevderaadt2002-09-061-8/+4
* minor indent cleanupderaadt2002-06-281-4/+4
* minor KNFderaadt2002-06-021-3/+3
* login(8) -> login(1)marc2002-03-131-4/+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-2/+2
* Don't let root change it's password via login_l?chpass(8).millert2002-01-061-8/+12
* Use writev() to send status on the backchannel instead of fdopen()ingmillert2001-12-071-10/+18
* Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it preventsmillert2001-12-061-3/+1
* getopt(3) returns -1 when out of args, not EOF.mpech2001-10-241-2/+2
* Remove extraneous .Pp after .Shmillert2001-07-081-2/+1
* Remove instance stuff now that su uses an explicit option to specifymillert2001-06-251-6/+1
* Make gcc shut up about unused rcsids.millert2001-06-191-2/+2
* $OpenBSD$niklas2001-01-281-0/+2
* lchpass login script; changes local passwordmillert2000-12-123-0/+228