summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
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
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-04-02oops, to64() is shared.Theo de Raadt
2006-04-02avoid lvalue cast by making local function be unsigned to begin withTheo de Raadt
2006-03-30minimal lint happiness, round 1Theo de Raadt
2006-01-22- drop privs before running krb5 codeBjorn Sandell
2005-12-18Indicate that the flags are exclusive, mention realm in the descriptionBjorn Sandell
2005-12-12sync usage();Jason McIntyre
2005-12-12- simplify synopsisJason McIntyre
2005-09-28pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.brTheo de Raadt
2005-05-01spacingTheo de Raadt
2005-05-01knfTheo de Raadt
2005-05-01_yp_check() is a non-standard API. it leaves the domain bound, and theTheo de Raadt
2005-05-01run password strength checking regexes as user; ok deraadt@Damien Miller
2005-03-07simplify macro calls;Jason McIntyre
2005-03-04make :passwordtries=0:\ in login.conf work.Moritz Jodeit
2004-12-20o some missing free()'s in error pathsMoritz Jodeit
2004-11-02Do not modify ro mem and plug a mem leak. Happens when no cipherOtto Moerbeek
2004-10-12Actually, /etc/passwd is 6th Edition-style, not 7th. The only realTodd C. Miller
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18knfTheo de Raadt
2004-07-24Print a newline before the message in kbintr. Otherwise the messageTodd C. Miller
2004-07-15Minor simplification. Pass values in to login_getcapstr for "default" andTodd C. Miller
2004-07-13Simplify some things now that we only have login.conf to worry aboutTodd C. Miller
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-03-14use pid_t for fork return. started by Joris VinkTed Unangst
2004-03-12Remove pw_abort() added in last commit and use the local verson ofTodd C. Miller
2004-03-10Check getpass() return value for NULL. Closes Pr 3706.Todd C. Miller
2004-02-20Make passwd understand master.passwd.byname so it can work in a secureMats O Jansson
2003-08-04No longer needed. bye bye.Hans Insulander
2003-08-04Remove Kerberos 4 stuff.Hans Insulander
2003-07-25remove some obsolete kerberosIV references;Jason McIntyre
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-10add missing includesDavid Krause
2003-07-02protosTheo de Raadt