summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth2.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-140/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Add login_cap and login_access support. Previously, these FreeBSD-localgreen2000-11-141-0/+37
| | | | | | | | checks were only made when using the 1.x protocol.
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-29/+49
| | | | | | | | Reviewed by: gshapiro, peter, green
* | So /this/ is what has made OpenSSH's SSHv2 support never work right!green2000-06-271-0/+3
| | | | | | | | | | | | In some cases, limits did not get set to the proper class, but instead always to "default", because not all passwd copies were done to completion.
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-1/+3
|/
* Initial import of OpenSSH v2.1.kris2000-05-151-0/+467
OpenPOWER on IntegriCloud