summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
Commit message (Collapse)AuthorAgeFilesLines
* At some point, construct_utmp() was changed to use realhostname() to filldes2008-10-212-4/+4
| | | | | | | | | | | | in the struct utmp due to concerns about the length of the hostname buffer. However, this breaks the UseDNS option. There is a simpler and better solution: initialize utmp_len to the correct value (UT_HOSTSIZE instead of MAXHOSTNAMELEN) and let get_remote_name_or_ip() worry about the size of the buffer. PR: bin/97499 Submitted by: Bruce Cran <bruce@cran.org.uk> MFC after: 1 week
* Our groff doesn't understand $Mdocdate$, so replace them with bare dates.des2008-09-2913-13/+13
| | | | MFC after: 3 days
* MFV "xmalloc: zero size" fix.des2008-09-241-1/+2
| | | | MFC after: 1 week
* Remove some unused files.des2008-09-012-1251/+0
|
* Set SIZEOF_LONG_INT and SIZEOF_LONG_LONG_INT to plausible values. Theydes2008-09-011-2/+2
| | | | aren't used for anything, but that's no excuse for being silly.
* Use net.inet.ip.portrange.reservedhigh instead of IPPORT_RESERVED.des2008-08-201-1/+14
| | | | | | | Submitted upstream, no reaction. Submitted by: delphij@ MFC after: 2 weeks
* Upgrade to OpenSSH 5.1p1.des2008-08-01171-4658/+13145
|\ | | | | | | | | | | | | | | | | | | 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-22407-109174/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-22407-0/+109174
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-22407-109174/+0
| |
* | Another file with no local changes.des2008-08-011-1/+0
| | | | | | | | "This time for sure!"
* | Another file with no local changes.des2008-08-011-1/+0
| |
* | Another four files without local changes. This is driving me nuts -des2008-08-014-4/+0
| | | | | | | | every time I think I got them all, another one pops up.
* | Yet another file with no local changes.des2008-08-011-1/+0
| |
* | Accidentally mangled this one in the previous commit.des2008-08-011-1/+1
| |
* | More files which no longer have any local changes.des2008-08-018-8/+0
| |
* | These two files have no local patches except to prevent expansion of thedes2008-08-012-4/+2
| | | | | | | | | | original $FreeBSD$ keywords. Revert those changes, and simply disable keyword expansion.
* | Last remains of old OPIE patchdes2008-08-011-8/+0
| |
* | We no longer have any local changes here.des2008-08-011-1/+0
| |
* | Tag expansion is no longer needed (svn handles them correctly).des2008-08-011-8/+2
| | | | | | | | Add svn command to diff against vendor branch.
* | This is no longer needed.des2008-08-011-9/+0
| |
* | Cleanup.des2008-08-012-27/+26
| |
* | Ugh. Set svn:mergeinfo correctly.des2008-08-011-0/+1
| |
* | Catch up with reality.des2008-08-011-8/+1
| |
* | Revert an old hack I put in to replace S/Key with OPIE. We haven't useddes2008-08-013-21/+0
| | | | | | | | that code in ages - we use pam_opie(8) instead - so this is a NOP.
* | Add missing #include for strlen()des2008-07-311-0/+3
| |
* | Fix alignment of the cmsg buffer by placing it in a union with a structdes2008-07-301-6/+12
| | | | | | | | | | | | | | cmsghdr. Derived from upstream patch. Submitted by: cognet MFC after: 2 weeks
* | Remove a bunch of files we don't need to build OpenSSH. They are stilldes2008-07-2380-11367/+0
| | | | | | | | available in base/vendor-crypto/openssh/dist/.
* | Fix the Xlist so it actually works with 'tar -X', and update the upgradedes2008-02-062-11/+10
| | | | | | | | instructions accordingly.
* | As per discussion, commit experimental metadata for my contrib packages.des2008-02-061-0/+8
| | | | | | | | | | The idea is to have a FREEBSD-vendor file for every third-party package in the tree.
* | s/X11R6/local/gdes2007-05-243-4/+4
| |
* | Resolve conflicts.des2006-11-1022-127/+100
| |
* | This commit was generated by cvs2svn to compensate for changes in r164146,des2006-11-1022-3061/+244
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 4.5p1.des2006-11-1039-3128/+340
| |
| * Apply vendor patch to fix detection of tap / tun headers and ENGINE support.des2006-10-041-133/+133
| |
| * Dead files.des2006-10-0253-7013/+0
| |
* | Don't define XAUTH_PATH here, we either pass it in on the compiler commanddes2006-10-061-1/+1
| | | | | | | | line or rely on the built-in default.
* | Go figure how an extra $Id$ line crept in...des2006-10-041-1/+0
| |
* | Merge vendor patch.des2006-10-041-133/+133
| |
* | Tweak ifdefs for backward compatibility.des2006-10-031-1/+3
| |
* | Regenerate; no effect on the code as it doesn't actually use the handful ofdes2006-10-021-5/+5
| | | | | | | | conditionals that changed in this revision.
* | Update configure options and add some missing steps.des2006-10-021-7/+15
| | | | | | | | | | | | The section about our local changes needs reviewing, and some of those changes should probably be reconsidered (such as preferring DSA over RSA, which made sense when RSA was encumbered but probably doesn't any more)
* | Regenerate.des2006-09-301-9/+60
| | | | | | | | MFC after: 1 week
* | #include <errno.h>; this has the unfortunate side effect of taking the filedes2006-09-301-0/+2
| | | | | | | | | | | | off the vendor branch. MFC after: 1 week
* | Removed from vendor branch.des2006-09-301-58/+0
| | | | | | | | MFC after: 1 week
* | Bump version addendum.des2006-09-305-5/+5
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-09-3069-1973/+3349
| | | | | | | | MFC after: 1 week
* | This commit was generated by cvs2svn to compensate for changes in r162852,des2006-09-30182-745/+6505
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 4.4p1.des2006-09-30250-2683/+9804
| |
| * Vendor patch for a problem that prevented using protocol version 1 whendes2006-09-161-4/+1
| | | | | | | | BSM was enabled.
OpenPOWER on IntegriCloud