summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | Merge vendor patch for BSM problem in protocol version 1.des2006-09-161-4/+1
| | | | | | | | MFC after: 1 week
* | Our glob(3) has all the required features.des2006-06-091-2/+2
| | | | | | | | Submitted by: ache
* | Revert inadvertant commit of debugging code.des2006-06-091-2/+0
| |
* | Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-132-0/+355
| | | | | | | | | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
* | Fix utmp. There is some clever logic in configure.ac which attempts todes2006-03-231-2/+2
| | | | | | | | | | | | | | | | determine whether struct utmp contains the ut_host and ut_time fields. Unfortunately, it reports a false negative for both on FreeBSD, and I didn't check the resulting config.h closely enough to catch the error. Noticed by: ache
* | Regenerate.des2006-03-221-419/+486
| |
* | Merge conflicts.des2006-03-2239-1744/+2322
| |
* | This commit was generated by cvs2svn to compensate for changes in r157016,des2006-03-2298-992/+2742
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 4.3p1.des2006-03-22135-2183/+4972
| |
* | Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+1
| | | | | | | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* | Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-0/+15
| | | | | | | | | | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
* | Regeneratedes2005-09-031-11/+55
| |
* | Resolve conflicts.des2005-09-0355-1006/+1397
| |
* | This commit was generated by cvs2svn to compensate for changes in r149749,des2005-09-0366-823/+2460
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 4.2p1.des2005-09-03117-1680/+3842
| |
* | fine-tune.des2005-09-031-2/+2
| |
* | Forgot to bump the version addendum.des2005-06-051-1/+1
| |
* | Regenerate.des2005-06-051-13/+82
| |
* | Resolve conflicts.des2005-06-0552-1069/+2431
| |
* | Update for 4.1p1.des2005-06-051-1/+1
| |
OpenPOWER on IntegriCloud