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