summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-skey.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 5.9p1.des2011-10-051-0/+1
|\ | | | | | | MFC after: 3 months
* \ Upgrade to OpenSSH 5.1p1.des2008-08-011-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
| * Properly flatten openssh/dist.des2008-07-221-107/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+107
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-107/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-12/+15
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-1/+1
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-1/+2
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-2/+2
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-9/+16
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-168/+59
| |
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-2/+2
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-1/+25
| |
* | Revert an old hack I put in to replace S/Key with OPIE. We haven't useddes2008-08-011-9/+0
| | | | | | | | that code in ages - we use pam_opie(8) instead - so this is a NOP.
* | Merge conflicts.des2006-09-301-13/+16
| | | | | | | | MFC after: 1 week
* | Resolve conflicts.des2005-09-031-1/+1
| |
* | Resolve conflicts.des2004-04-201-1/+2
| |
* | Resolve conflicts.des2002-10-291-2/+2
| |
* | Support OPIE as an alternative to S/Key.des2002-06-291-0/+9
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-8/+5
| |
* | Resolve conflicts. Known issues:des2002-06-231-9/+16
| | | | | | | | | | | | | | | | | | | | | | - sshd fails to set TERM correctly. - privilege separation may break PAM and is currently turned off. - man pages have not yet been updated I will have these issues resolved, and privilege separation turned on by default, in time for DP2. Sponsored by: DARPA, NAI Labs
* | - Change the prompt from "S/Key Password: " to "OPIE Password: "des2002-03-201-1/+3
| | | | | | | | | | | | | | - If the user doesn't have an OPIE key, don't challenge him. This is a workaround until I get PAM to work properly with ssh2. Sponsored by: DARPA, NAI Labs
* | Revive this file (which is used for opie rather than skey)des2002-03-181-0/+97
| |
* | Remove obsoleted files.green2001-05-041-210/+0
| |
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-3/+26
| | | | | | | | Reviewed by: gshapiro, peter, green
* | bzero() the struct timeval for paranoiakris2000-09-031-0/+1
| | | | | | | | Submitted by: gshapiro
* | Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh!kris2000-09-021-2/+2
| | | | | | | | Submitted by: gshapiro
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-47/+52
|/
* Initial import of OpenSSH v2.1.kris2000-05-151-9/+9
|
* Vendor import of OpenSSH.markm2000-02-241-0/+181
OpenPOWER on IntegriCloud