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