summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-passwd.c
AgeCommit message (Expand)Author
2007-09-21unifdef -DBSD_AUTHDamien Miller
2007-08-23missed include bits from last commitDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2005-07-19auth_usercheck(3) can return NULL, so check for that. Report fromOtto Moerbeek
2005-01-24#if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@Darren Tucker
2005-01-21Warn in advance for password and account expiry; initialize loginmsgOtto Moerbeek
2004-01-30support for password change; ok dtucker@Markus Friedl
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2002-05-24don't include unused code in the #ifdef BSD_AUTH case; ok markus@Kevin Steves
2002-05-10Reverted from last patch. Breaks AFS/KRBx.mouring
2002-05-06When options.permit_empty_passwd == 0 ensure you are checking pw->passwd notmouring
2002-03-04unused includeMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
1999-12-29check for NULL 1stMarkus Friedl
1999-12-01move skey-auth from auth-passwd.c to auth-skey.c, same for krb4Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-10-19stop leak; after branch, builders take noteTheo de Raadt
1999-10-14PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,nielsMarkus Friedl
1999-10-07add skey to sshd:Markus Friedl
1999-09-30more cullingTheo de Raadt
1999-09-29don't let pw->pw_{name,passwd} get clobberedDug Song
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt