summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
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
2003-06-20a cleaning recommended by lintTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14Remove krb4 support.Magnus Holmberg
2003-04-28stdlib.hTheo de Raadt
2003-04-05strlcpy; ok matthieu henning miodTheo de Raadt
2003-03-30Simpler and consistent error messages when the user enters an emptyTodd C. Miller
2003-01-06typo; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-11-21typo in error message; Tor HoughtonHenning Brauer
2002-06-28various cleanups; ok millertTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-27support ":" prefix as group name, as username can contain ".".Jun-ichiro itojun Hagino
2002-05-16- mimic pw_error() behavior from libutil when name is NULL.Federico G. Schwindt
2002-05-10Fixups for -Wall from panda@omatis.com in system/2634.Hugh Graham
2002-05-08correct linkageTheo de Raadt
2002-05-06rlogin: Lived with JoyTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2002-01-24fix the history refsMichael Shalayeff
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd()Todd C. Miller
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler.Todd C. Miller
2001-11-22Bad .IMPSRC.Marc Espie
2001-11-19kill more registersMike Pechkin
2001-08-27Instead of prompting the user whether or not they wish to continue toTodd C. Miller
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
2001-08-19add missing #include <err.h> in non-KRB5 caseTodd C. Miller
2001-08-18If we modify pw_change we cannot pass pw_mkdb() the secureonly flag.Todd C. Miller