Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug) | des | 2016-03-12 | 1 | -1/+1 |
| | | | | | | | | MFH (r296634): re-add aes-cbc to server-side default cipher list MFH (r296651, r296657): fix gcc build of pam_ssh PR: 207679 Security: CVE-2016-3115 | ||||
* | MFC r291941: | bdrewery | 2016-01-07 | 1 | -2/+1 |
| | | | | Replace unneeded manual dependency on header by adding it to SRCS. | ||||
* | Clean up the OpenSSH build. It is now possible to build most components | des | 2013-09-10 | 1 | -3/+15 |
| | | | | | | | | | | as static binaries, if desired. The one exception is sshd, which runs into trouble due to libpam.a's includion of pam_ssh. Make OpenSSH use LDNS if available. This allows it to verify signed SSHFP records. Approved by: re (blanket) | ||||
* | Make libldns and libssh private. | des | 2013-09-08 | 1 | -0/+1 |
| | | | | Approved by: re (blanket) | ||||
* | Retire the mislabeled ENABLE_SUID_SSH knob. | des | 2013-03-22 | 1 | -3/+1 |
| | |||||
* | Upgrade to OpenSSH 5.3p1. | des | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Add a manual dependency on ssh_namespace.h. | des | 2006-05-13 | 1 | -0/+2 |
| | | | | Discussed with: ru | ||||
* | Introduce a namespace munging hack inspired by NetBSD to avoid polluting | des | 2006-05-13 | 1 | -1/+1 |
| | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks | ||||
* | Revert the commits that made libssh an INTERNALLIB; they caused too much | des | 2005-06-07 | 1 | -3/+1 |
| | | | | | | trouble, especially on amd64. Requested by: ru | ||||
* | Make libssh an INTERNALLIB like it is in {Net,Open}BSD. | des | 2005-06-06 | 1 | -1/+3 |
| | |||||
* | Update for OpenSSH 4.1p1. | des | 2005-06-05 | 1 | -1/+1 |
| | |||||
* | Update Makefiles for OpenSSH 3.7.1p2. | des | 2004-01-07 | 1 | -2/+2 |
| | |||||
* | Update for OpenSSH 3.5p1. | des | 2002-10-29 | 1 | -0/+1 |
| | |||||
* | ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be | des | 2002-07-05 | 1 | -0/+15 |
setuid so ssh(1) doesn't have to be. Pointy hat to: des Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp> |