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