summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 5.3p1.des2009-10-011-9/+12
|\
* \ Upgrade to OpenSSH 5.2p1.des2009-05-221-31/+27
|\ \ | |/ | | | | MFC after: 3 months
* | Upgrade to OpenSSH 5.1p1.des2008-08-011-385/+189
|\ \ | |/ | | | | | | | | | | | | | | | | 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-1484/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+1484
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-1484/+0
| |
| * Vendor import of OpenSSH 4.5p1.des2006-11-101-1/+1
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-44/+101
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-23/+66
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-140/+92
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-5/+7
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-63/+133
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-72/+243
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-51/+10
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-34/+77
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-54/+36
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-8/+11
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-21/+39
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-0/+24
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-136/+80
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-169/+272
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-212/+311
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-22/+24
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-33/+71
| |
| * Import vendor patches: the first is written bykris2000-06-031-2/+7
| | | | | | | | | | | | | | | | | | | | Brian Feldman <green@FreeBSD.org> * Remove the gratuitous dependency on OpenSSL 0.9.5a (preparation for MFC) * Disable agent forwarding by default in the client (security risk) Submitted by: green Obtained from: OpenBSD
| * Initial import of OpenSSH v2.1.kris2000-05-151-101/+267
| |
| * Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-261-7/+7
| |
* | Resolve conflicts.des2006-11-101-1/+1
| |
* | Merge conflicts.des2006-09-301-45/+102
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-23/+66
| |
* | Resolve conflicts.des2005-09-031-140/+92
| |
* | Resolve conflicts.des2005-06-051-64/+136
| |
* | Resolve conflictsdes2004-10-281-72/+243
| |
* | Resolve conflicts.des2004-04-201-51/+10
| |
* | Resolve conflicts.des2004-02-261-34/+77
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-55/+37
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-8/+11
| |
* | Resolve conflicts.des2002-10-291-21/+39
| |
* | Canonicize the host name before looking it up in the host file.des2002-06-291-1/+19
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-19/+26
| |
* | Resolve conflicts. Known issues:des2002-06-231-139/+80
| | | | | | | | | | | | | | | | | | | | | | - 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-173/+273
| |
* | Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-1/+1
| | | | | | | | | | Reviewed by: des, markm Approved by: markm
* | Modify a "You don't exist" message, pretty rude for transient YP failures.green2001-09-271-1/+1
| |
* | fix renamed options in some of the code that was #ifdef AFSassar2001-09-041-0/+2
| | | | | | | | | | | | also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen <jon@spock.org>
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-214/+311
| |
* | Backout completely canonical lookup modifications.green2001-05-031-1/+17
| |
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Remove duplicate linebrian2000-12-041-1/+0
| | | | | | | | Not responded to by: kris, then green
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-35/+71
| | | | | | | | Reviewed by: gshapiro, peter, green
OpenPOWER on IntegriCloud