summaryrefslogtreecommitdiffstats
path: root/secure/libexec/ssh-keysign/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 7.2p2.des2016-03-111-1/+1
|
* Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-071-2/+1
| | | | | | | | | | bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a depend file. The headers in SRCS are never built or installed. After 'make depend' the header was already added as a proper dependency on the objects where needed. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Remove remnant from USEPRIVATELIB removalbapt2015-09-041-1/+0
| | | | Sponsored by: gandi.net
* Reduce overlinkingbapt2014-11-251-1/+1
| | | | | | The framework now ensure by itself that pthread is added to the link chain as the last component if linked to kerberos hence avoid with out any explicit addition prevent issue like CVE-2014-8475
* Convert to LIBADDbapt2014-11-251-5/+2
| | | | Reduce overlinking
* Rework privatelib/internallibbapt2014-08-061-1/+1
| | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* 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