summaryrefslogtreecommitdiffstats
path: root/secure/libexec/ssh-keysign
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug)des2016-03-121-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:bdrewery2016-01-071-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 componentsdes2013-09-101-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.des2013-09-081-0/+1
| | | | Approved by: re (blanket)
* Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-3/+1
|
* Upgrade to OpenSSH 5.3p1.des2009-10-011-1/+1
|
* Add a manual dependency on ssh_namespace.h.des2006-05-131-0/+2
| | | | Discussed with: ru
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-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 muchdes2005-06-071-3/+1
| | | | | | trouble, especially on amd64. Requested by: ru
* Make libssh an INTERNALLIB like it is in {Net,Open}BSD.des2005-06-061-1/+3
|
* Update for OpenSSH 4.1p1.des2005-06-051-1/+1
|
* Update Makefiles for OpenSSH 3.7.1p2.des2004-01-071-2/+2
|
* Update for OpenSSH 3.5p1.des2002-10-291-0/+1
|
* ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to bedes2002-07-051-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>
OpenPOWER on IntegriCloud