summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
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
2000-05-19Make usage() work as expected. deraadt@ okEric Jackson
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-28no kpasswddTheo de Raadt
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-02-25TKT_ROOT has changed from a string to a function in newer KerberosIVHans Insulander
1999-08-16inculde com_err.hArtur Grabowski
1999-08-16inculude ctype.h for islower()Artur Grabowski
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-07-13excessive paranoiaTheo de Raadt
1998-07-12fix printing glitchTheo de Raadt
1998-07-05newsalt uses 24-bit count, and not 32-bitNiels Provos
1998-07-04enable variable number of rounds for extended crypt, this is the cryptNiels Provos
1998-03-09drop root-privilegies when changing kerberos password.Artur Grabowski
1998-03-09Fix YP/localhost code which Art broke very badlyTheo de Raadt
1998-02-25nicer copyright.Artur Grabowski
1998-02-24catch special password "s/key" and refuse itTheo de Raadt
1998-01-23Don't try to build new_pwd.c unless KERBEROS is "yes"Todd C. Miller
1998-01-20specify the missing kerberos options.Artur Grabowski
1998-01-20Use new method to change kerberos passwords.Artur Grabowski
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-06-29new location of des.hNiels Provos