Age | Commit message (Expand) | Author |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2015-11-26 | Delete YP password related code. As a result, these can also be | Theo de Raadt |
2015-10-25 | No need to declare pwd_gensalt; it's unused and gone. | Antoine Jacoutot |
2015-10-22 | use crypt_checkpass instead of doing things the hard way with crypt. | Ted Unangst |
2015-10-05 | Use explicit_bzero() instead of memset() for zeroing out secrets. | Todd C. Miller |
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray |
2008-01-02 | Update commented out kerberos bits in case someone wants to add missing | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-03-09 | Foil potential timing attacks by using the correct password hash | Todd C. Miller |
2005-04-14 | drop some krb4 stuff | Bjorn Sandell |
2004-09-28 | pass lint | Theo de Raadt |
2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | Todd C. Miller |
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-02-03 | typos; | Jason McIntyre |
2002-09-06 | ansi; ok millert pvalchev | Theo de Raadt |
2002-06-28 | minor indent cleanup | Theo de Raadt |
2002-06-02 | minor KNF | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-13 | login(8) -> login(1) | Marco S Hyman |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller |
2001-12-07 | o Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller |
2000-12-12 | chpass login script; changes local, yp, or kerberos password | Todd C. Miller |