summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth2.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.des2005-06-051-4/+27
|
* Resolve conflictsdes2004-10-281-4/+4
|
* Resolve conflicts.des2004-04-201-3/+3
|
* Resolve conflicts.des2004-02-261-20/+3
|
* Resolve conflicts and remove obsolete files.des2004-01-071-21/+30
| | | | Sponsored by: registrar.no
* Resolve conflicts.des2003-04-231-3/+2
|
* Add a missing #include "canohost.h".des2002-12-141-0/+1
|
* Resolve conflicts.des2002-10-291-11/+17
|
* Apply class-imposed login restrictions.des2002-06-291-0/+29
| | | | Sponsored by: DARPA, NAI Labs
* Forcibly revert to mainline.des2002-06-271-42/+22
|
* Resolve conflicts. Known issues:des2002-06-231-517/+46
| | | | | | | | | | | - 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
* Switch over to using pam_login_access(8) module in sshd(8).ru2002-03-261-10/+2
| | | | | | (Fixes static compilation. Reduces diffs to OpenSSH.) Reviewed by: bde
* Fix conflicts.des2002-03-181-265/+213
|
* Diff reduction.des2002-03-161-3/+2
| | | | Sponsored by: DARPA, NAI Labs
* Fix conflicts for OpenSSH 2.9.green2001-05-041-138/+302
|
* Don't dump core when an attempt is made to login using protocol 2 withgreen2001-03-151-0/+1
| | | | an invalid user name.
* Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-041-2/+2
| | | | | | | | | It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall <bg@sics.se> PR: misc/20504
* 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