summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
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
2001-08-16extra arg to pw_mkdbTodd C. Miller
2001-08-16At Theo's request only print 'Please wait' if don't get the lockTodd C. Miller
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
2001-07-19more places that need -lkafsTheo de Raadt
2001-07-07quiet some -Wall warnings for login_{l,}chpassTodd C. Miller
2001-07-06o We use login.conf for passwd(1) variables now, not passwd.confTodd C. Miller
2001-07-04Move locking of the passwd file *after* we have gotten a new passwordTodd C. Miller
2001-06-26KerberosVHans Insulander
2001-06-26Support for changing kerberos 5 passwords.Hans Insulander
2001-06-26Adapt for our useHans Insulander
2001-06-26Import password changing program from heimdal-0.3fHans Insulander
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-18o move passwd.conf variables into login.confTodd C. Miller
2001-05-25Comment out krb5 stuff, until someone has had a chance to make krb5 supportHans Insulander
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-10handle malloc() failuresTheo de Raadt
2000-12-12Minor interface changes to allow code reuse in login_chpass(8) andTodd C. Miller
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-11-24Include err.h and util.hTodd C. Miller
2000-11-24Include strings.h for strlen() prototypeTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-17- Add a DIAGNOSTICS section explaining "the passwd file is busy".Aaron Campbell
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-01talk about password checkingNiels Provos
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels Provos
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller