summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-skey.c
Commit message (Collapse)AuthorAgeFilesLines
* 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