summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshconnect1.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 6.3p1.des2013-09-211-9/+9
|\ | | | | | | Approved by: re (gjb)
| * Properly flatten openssh/dist.des2008-07-221-753/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+753
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-753/+0
| |
| * Vendor import of OpenSSH 4.5p1.des2006-11-101-8/+14
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-9/+21
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-4/+4
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-2/+2
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-9/+9
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-580/+9
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-2/+2
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-3/+49
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-6/+10
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-241/+453
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-88/+113
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-11/+4
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-23/+25
| |
* | Resolve conflicts.des2006-11-101-8/+14
| |
* | Merge conflicts.des2006-09-301-9/+21
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-4/+4
| |
* | Resolve conflicts.des2005-09-031-2/+2
| |
* | Resolve conflictsdes2004-10-281-9/+9
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-580/+9
| | | | | | | | Sponsored by: registrar.no
* | Remove RCSID from files which have no other diffs to the vendor branch.des2003-05-011-1/+0
| |
* | Resolve conflicts.des2002-10-291-2/+3
| |
* | Forcibly revert to mainline.des2002-06-271-4/+49
| |
* | Resolve conflicts. Known issues:des2002-06-231-6/+10
| | | | | | | | | | | | | | | | | | | | | | - 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-282/+463
| |
* | fix renamed options in some of the code that was #ifdef AFSassar2001-09-041-1/+1
| | | | | | | | | | | | also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen <jon@spock.org>
* | Fix an incorrect conflict resolution which prevented TISAuthenticationgreen2001-07-071-25/+2
| | | | | | | | from working right in 2.9.
* | Get ssh(1) compiling with MAKE_KERBEROS5.green2001-05-041-0/+1
| |
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-60/+105
| |
* | Make password attacks based on traffic analysis harder by requiring thatgreen2001-03-201-2/+2
| | | | | | | | | | | | | | "non-echoed" characters are still echoed back in a null packet, as well as pad passwords sent to not give hints to the length otherwise. Obtained from: OpenBSD
* | Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-041-34/+35
| | | | | | | | | | | | | | | | | | 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
* | Patches backported from later development version of OpenSSH which preventkris2001-02-121-3/+6
| | | | | | | | | | | | | | | | (instead of just mitigating through connection limits) the Bleichenbacher attack which can lead to guessing of the server key (not host key) by regenerating it when an RSA failure is detected. Reviewed by: rwatson
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-24/+26
| | | | | | | | Reviewed by: gshapiro, peter, green
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-13/+43
|/
* Initial import of OpenSSH v2.1.kris2000-05-151-0/+1024
OpenPOWER on IntegriCloud