summaryrefslogtreecommitdiffstats
path: root/libexec/login_chpass
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-11/+2
2015-11-26Delete YP password related code. As a result, these can also bederaadt2-167/+6
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-11/+6
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.millert1-2/+2
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-9/+2
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+1
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2jsg1-3/+3
2008-01-02Update commented out kerberos bits in case someone wants to add missingmillert1-7/+7
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-03-09Foil potential timing attacks by using the correct password hashmillert1-4/+11
2005-04-14drop some krb4 stuffbiorn1-2/+1
2004-09-28pass lintderaadt1-2/+7
2004-03-10More checking for a NULL return value from getpass(). otto@ OKmillert1-3/+5
2003-08-12Cleanup obsolete kerberos 4 stuff.hin2-89/+4
2003-07-15stop using libcom_err, it is built into krb5deraadt1-3/+3
2003-05-14Remove krb4 support.mho1-7/+9
2003-02-03typos;jmc1-3/+3
2002-09-06ansi; ok millert pvalchevderaadt1-16/+8
2002-06-28minor indent cleanupderaadt1-10/+10
2002-06-02minor KNFderaadt1-3/+3
2002-05-26pid_t cleanupderaadt1-3/+3
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie1-2/+2
2002-03-13login(8) -> login(1)marc1-3/+3
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-9/+9
2002-01-06Don't let root change it's password via login_l?chpass(8).millert1-8/+13
2001-12-07o Use writev() to send status on the backchannel instead of fdopen()ingmillert1-14/+35
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
2000-12-12chpass login script; changes local, yp, or kerberos passwordmillert3-0/+430