Age | Commit message (Expand) | Author |
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 |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-07-06 | dont inlucde <sys/syslimits.h> directly. | Thordur I. Bjornsson |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-04-02 | oops, to64() is shared. | Theo de Raadt |
2006-04-02 | avoid lvalue cast by making local function be unsigned to begin with | Theo de Raadt |
2006-03-30 | minimal lint happiness, round 1 | Theo de Raadt |
2006-01-22 | - drop privs before running krb5 code | Bjorn Sandell |
2005-12-18 | Indicate that the flags are exclusive, mention realm in the description | Bjorn Sandell |
2005-12-12 | sync usage(); | Jason McIntyre |
2005-12-12 | - simplify synopsis | Jason McIntyre |
2005-09-28 | pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.br | Theo de Raadt |
2005-05-01 | spacing | Theo de Raadt |