summaryrefslogtreecommitdiff
path: root/usr.bin/passwd
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-24upgrade openssl to 0.9.7b. (AES is now supported)itojun
2003-07-22remove unnecessary ruleslukem
2003-07-14use bounded string opitojun
2003-04-06Don't build a separate kpasswd program, passwd can handle Kerberoslha
2003-04-05Document when Kerberos will be used.lha
2002-11-16error handling on strdup failureitojun
2002-11-16use strlcpyitojun
2002-10-23add DPADD.itojun
2002-10-01password hashing utility that allows des, md5 or bcrypt passwords to beprovos
2002-09-30New sentence, new line.grant
2002-05-28use arc4randomitojun
2002-05-24support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.itojun
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2001-12-01Whitespace cleanup.wiz
2001-08-18Slight change to previous: rebuild the insecure password db if the expiryad
2001-08-18Update for pw_mkdb() change: restrict updates to one user's records and/orad
2001-03-2880 column police.simonb
2001-02-19convert to use getprogname()cgd
2001-02-13__progname not used here, so don't extern itcgd
2000-11-18In krb5_end, don't try to free the krb5 context if it's not yetfvdl
2000-10-18Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.simonb
2000-10-09Back out previous.ad
2000-10-09Fix warning message.ad
2000-10-09Back out previous.ad
2000-09-21Document new behaviour WRT password expiry, and Xr login.conf.ad
2000-09-21When not running as the super-user: if the user's password has expired or isad
2000-09-18- sizeof(), not constants.ad
2000-08-03remove -lvers, it's not usedassar
2000-08-03__RCSID().ad
2000-08-03update build infrastructure for heimdal 0.3aassar
2000-07-11English.ad
2000-07-06Use ':' as group prefix; suggested by hubertf.ad
2000-07-06Adapt to addition of passwd.conf.ad
2000-07-06- Pull in pwd.h since `struct passwd' is now used in extern.h.ad
2000-07-06Declare pwd_gensalt().ad
2000-07-06Add pwd_gensalt() - generates password salt/setting for crypt(), based uponad
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-06-24Add a MKKERBEROS check to enable/disable kerberos support during the build.veego
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-01use NULLjoda
2000-02-14Modularize password changing mechanisms, as proposed inaidan
2000-01-26Separate kerberos5 implementation from kerberos4.aidan
2000-01-12Wrap login.conf database access in ifdef LOGIN_CAP.mjl
2000-01-12Changes to passwd(1) for login.conf. Supported capabilities aremjl
1999-12-23Fix yppasswd part of passwd. This has never worked since themjl
1999-08-26it doesn't make any sense to use -u with -r or -i, so don't permit it.marc
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg