Age | Commit message (Expand) | Author |
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 |
2005-05-01 | knf | Theo de Raadt |
2005-05-01 | _yp_check() is a non-standard API. it leaves the domain bound, and the | Theo de Raadt |
2005-05-01 | run password strength checking regexes as user; ok deraadt@ | Damien Miller |
2005-03-07 | simplify macro calls; | Jason McIntyre |
2005-03-04 | make :passwordtries=0:\ in login.conf work. | Moritz Jodeit |
2004-12-20 | o some missing free()'s in error paths | Moritz Jodeit |
2004-11-02 | Do not modify ro mem and plug a mem leak. Happens when no cipher | Otto Moerbeek |
2004-10-12 | Actually, /etc/passwd is 6th Edition-style, not 7th. The only real | Todd C. Miller |
2004-09-18 | ARGSUSED signal handler | Theo de Raadt |
2004-09-18 | knf | Theo de Raadt |
2004-07-24 | Print a newline before the message in kbintr. Otherwise the message | Todd C. Miller |
2004-07-15 | Minor simplification. Pass values in to login_getcapstr for "default" and | Todd C. Miller |
2004-07-13 | Simplify some things now that we only have login.conf to worry about | Todd C. Miller |
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller |
2004-03-14 | use pid_t for fork return. started by Joris Vink | Ted Unangst |
2004-03-12 | Remove pw_abort() added in last commit and use the local verson of | Todd C. Miller |
2004-03-10 | Check getpass() return value for NULL. Closes Pr 3706. | Todd C. Miller |
2004-02-20 | Make passwd understand master.passwd.byname so it can work in a secure | Mats O Jansson |
2003-08-04 | No longer needed. bye bye. | Hans Insulander |
2003-08-04 | Remove Kerberos 4 stuff. | Hans Insulander |
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-10 | add missing includes | David Krause |
2003-07-02 | protos | Theo de Raadt |