summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing unveil of /etc/shells; ok benno@ deraadt@ mestre@ tb@anton2019-10-241-1/+3
* correct some unveil(2) violations due to "login.conf.db" access (the .db versionsemarie2019-09-141-2/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* add some missing "pp." to .%P macros;schwarze2019-04-231-3/+3
* unveil(2) obvious _PATH_LOGIN_CONF with read permission to use login_get*(3)mestre2018-11-081-1/+3
* unveil(2) the following files for passwd(1) with their correspondingmestre2018-10-251-1/+10
* Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),deraadt2017-08-211-5/+10
* Use explicit_bzero() to clear the buffer used when the user retypesmillert2016-12-301-2/+5
* _PASSWORD_LEN is length that comes out of crypt(), not a meaningfultedu2016-09-021-4/+4
* make sure to explicitly clear memory that is used for password input.gsoares2016-09-021-1/+6
* replace obsolete getpass with readpassphrase.tedu2016-08-311-9/+16
* nicer format strings and use dprintf instead of writetedu2016-08-311-7/+5
* update man pages now that login.conf uses auto roundsdanj2016-08-191-3/+4
* Trust the login_getcaptime() declaration and don't cast the arguments toguenther2016-08-151-3/+2
* Switch to getpwnam_shadow() now that getpwnam() no longer opens the shadowtim2016-05-081-2/+2
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-5/+3
* Delete YP password related code. As a result, these can also bederaadt2015-11-266-432/+27
* No need to declare pwd_gensalt; it's unused and gone.ajacoutot2015-10-252-4/+2
* the last user of gensalt has been removed. remove the file.tedu2015-10-241-92/+0
* Supply DEF_WEAK() macro to suppress warnings during compilation viaguenther2015-09-141-2/+3
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-4/+4
* Describe the behavior when no user is specified. OK jca@ deraadt@millert2015-07-151-3/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+2
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-212-6/+10
* switch to using crypt_newhash interface. ok deraadttedu2014-11-203-17/+20
* use crypt_checkpass instead of crypt/strcmptedu2014-11-111-2/+2
* update documentation regarding localcipher onlytedu2014-11-021-14/+6
* remove support for creating any password style that's not blowfish.tedu2014-11-011-55/+7
* Increase number of blowfish rounds to 8 by default when not specified inkspillner2014-09-171-3/+3
* no more -K;jmc2014-05-191-2/+2
* kerberos leftoverstedu2014-05-193-200/+8
* no more kinit(1);jmc2014-04-241-3/+2
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-11/+1
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-4/+1
* fix bibliographical references; from Jan Stary <hans at stare dot cz>schwarze2014-02-161-3/+8
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+4
* Stop using deprecated functions from Kerberos.ajacoutot2013-06-231-16/+28
* don't link to hx509, pthread and ntlm related librariesrobert2013-06-191-3/+3
* Shuffle library link order to appease the static arch deities.miod2013-06-181-3/+3
* link to the new kerberos librariesrobert2013-06-171-1/+2
* Xr encrypt(1) to give people a hint if they just want a password stringtedu2013-04-201-2/+3
* When using an external password quality check program, do not run theajacoutot2013-03-021-14/+14
* Use open(O_CLOEXEC) instead of a separate fcntl(FD_CLOEXEC) call.guenther2013-01-181-3/+3
* Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38schwarze2012-06-201-4/+4
* sync the descriptions of /etc/passwd;jmc2012-06-191-3/+3
* Switch the remaining users of libdes in src to libcrypto,jsg2010-10-152-5/+6
* bcrypt_gensalt is already declared in pwd.hdhill2010-07-111-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-23/+3
* -Wall -Wshadow clean, no binary changedjm2008-11-064-20/+28