summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenSSH Denial of Service vulnerability. [SA-17:06]releng/11.0delphij2017-08-101-0/+5
| | | | | | Fix VNET kernel panic with asynchronous I/O. [EN-17:07] Approved by: so
* Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removeddes2016-01-191-1/+2
|\ | | | | | | | | | | upstream) and a number of security fixes which we had already backported. MFC after: 1 week
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-1/+2
| |
* | Upgrade to OpenSSH 5.3p1.des2009-10-011-1/+1
|\ \ | |/
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | 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-214/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+214
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-214/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-1/+10
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-1/+3
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-1/+0
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-7/+56
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-0/+6
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-7/+0
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-74/+67
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-142/+71
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-44/+43
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-2/+14
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-15/+135
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-9/+14
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-11/+16
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-37/+17
| | | | | | | | Happy birthday to: rwatson
| * 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-2/+53
| |
| * Initial import of OpenSSH v2.1.kris2000-05-151-2/+2
| |
* | Another four files without local changes. This is driving me nuts -des2008-08-011-1/+0
| | | | | | | | every time I think I got them all, another one pops up.
* | Merge conflicts.des2006-09-301-2/+11
| | | | | | | | MFC after: 1 week
* | Resolve conflicts.des2005-09-031-1/+3
| |
* | Resolve conflicts.des2005-06-051-8/+56
| |
* | Resolve conflictsdes2004-10-281-0/+6
| |
* | Resolve conflicts.des2004-04-201-7/+0
| |
* | Resolve conflicts.des2004-02-261-74/+67
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-149/+71
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-44/+43
| |
* | Resolve conflicts.des2002-10-291-2/+14
| |
* | Do not try to use PAM for password authentication, as it isdes2002-07-101-0/+8
| | | | | | | | | | already (and far better) supported by the challenge/response authentication mechanism.
* | Forcibly revert to mainline.des2002-06-271-16/+135
| |
* | Resolve conflicts. Known issues:des2002-06-231-9/+14
| | | | | | | | | | | | | | | | | | | | | | - 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
* | Fix conflicts.des2002-03-181-15/+13
| |
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-37/+16
| |
* | 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-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-5/+55
| | | | | | | | Reviewed by: gshapiro, peter, green
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-1/+1
| |
* | 1) Add kerberos5 functionality.markm2000-02-281-1/+11
|/ | | | | | by Daniel Kouril <kouril@informatics.muni.cz> 2) Add full LOGIN_CAP capability by Andrey Chernov
* Vendor import of OpenSSH.markm2000-02-241-0/+62
OpenPOWER on IntegriCloud