summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
2016-09-02_PASSWORD_LEN is length that comes out of crypt(), not a meaningfulTed Unangst
2016-09-02make sure to explicitly clear memory that is used for password input.Gleydson Soares
2016-08-31replace obsolete getpass with readpassphrase.Ted Unangst
2016-08-31nicer format strings and use dprintf instead of writeTed Unangst
2016-08-19update man pages now that login.conf uses auto roundsDaniel Jakots
2016-08-15Trust the login_getcaptime() declaration and don't cast the arguments toPhilip Guenther
2016-05-08Switch to getpwnam_shadow() now that getpwnam() no longer opens the shadowTim van der Molen
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-11-26Delete YP password related code. As a result, these can also beTheo de Raadt
2015-10-25No need to declare pwd_gensalt; it's unused and gone.Antoine Jacoutot
2015-10-24the last user of gensalt has been removed. remove the file.Ted Unangst
2015-09-14Supply DEF_WEAK() macro to suppress warnings during compilation viaPhilip Guenther
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-15Describe the behavior when no user is specified. OK jca@ deraadt@Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-20switch to using crypt_newhash interface. ok deraadtTed Unangst
2014-11-11use crypt_checkpass instead of crypt/strcmpTed Unangst
2014-11-02update documentation regarding localcipher onlyTed Unangst
2014-11-01remove support for creating any password style that's not blowfish.Ted Unangst
2014-09-17Increase number of blowfish rounds to 8 by default when not specified inKent R. Spillner
2014-05-19no more -K;Jason McIntyre
2014-05-19kerberos leftoversTed Unangst
2014-04-24no more kinit(1);Jason McIntyre
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-02-16fix bibliographical references; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-06-23Stop using deprecated functions from Kerberos.Antoine Jacoutot
2013-06-19don't link to hx509, pthread and ntlm related librariesRobert Nagy
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-17link to the new kerberos librariesRobert Nagy
2013-04-20Xr encrypt(1) to give people a hint if they just want a password stringTed Unangst
2013-03-02When using an external password quality check program, do not run theAntoine Jacoutot
2013-01-18Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.Philip Guenther
2012-06-20Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38Ingo Schwarze
2012-06-19sync the descriptions of /etc/passwd;Jason McIntyre
2010-10-15Switch the remaining users of libdes in src to libcrypto,Jonathan Gray
2010-07-11bcrypt_gensalt is already declared in pwd.hDavid Hill
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-11-06-Wall -Wshadow clean, no binary changeDamien Miller
2008-07-04fix compilation for !YP case; ok millert@Damien Miller
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt
2008-04-27Correct English.Joel Sing
2008-01-02remove unused fileCharles Longeau
2007-09-08Fix lint warning about unreachable code.Chad Loder
2007-08-14error out, instead of producing a warning and displaying that the YPAlexandre Anriot
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
2007-07-06dont inlucde <sys/syslimits.h> directly.Thordur I. Bjornsson