|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
| #
9d63429f |
| 02-Nov-2021 |
Ed Maste <[email protected]> |
ssh: move common Makefile boilerplate to a new ssh.mk
This moves SSHDIR and ssh_namespace.h handling to a common location, and will simplify future work such as adding U2F support (D32509).
Reviewe
ssh: move common Makefile boilerplate to a new ssh.mk
This moves SSHDIR and ssh_namespace.h handling to a common location, and will simplify future work such as adding U2F support (D32509).
Reviewed by: kevans MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32808
show more ...
|
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
e42070a7 |
| 07-Dec-2015 |
Bryan Drewery <[email protected]> |
Replace unneeded manual dependency on header by adding it to SRCS.
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 n
Replace unneeded manual dependency on header by adding it to SRCS.
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
show more ...
|
| #
bfa800d3 |
| 04-Sep-2015 |
Baptiste Daroussin <[email protected]> |
Remove remnant from USEPRIVATELIB removal
Sponsored by: gandi.net
|
|
Revision tags: release/10.2.0 |
|
| #
ff75e007 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Reduce overlinking 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
Reduce overlinking 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
show more ...
|
| #
ee5a34ec |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0 |
|
| #
d029c3aa |
| 06-Aug-2014 |
Baptiste Daroussin <[email protected]> |
Rework privatelib/internallib
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 p
Rework privatelib/internallib
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
show more ...
|
|
Revision tags: release/9.3.0 |
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
|
Revision tags: release/10.0.0, release/9.2.0 |
|
| #
9cfa8b3f |
| 10-Sep-2013 |
Dag-Erling Smørgrav <[email protected]> |
Clean up the OpenSSH build. It is now possible to build most components as static binaries, if desired. The one exception is sshd, which runs into trouble due to libpam.a's includion of pam_ssh.
M
Clean up the OpenSSH build. It is now possible to build most components 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)
show more ...
|
| #
0b2766bd |
| 08-Sep-2013 |
Dag-Erling Smørgrav <[email protected]> |
Make libldns and libssh private.
Approved by: re (blanket)
|
|
Revision tags: release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0 |
|
| #
124981e1 |
| 21-Apr-2010 |
Dag-Erling Smørgrav <[email protected]> |
MFH OpenSSH 5.4p1
|
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
| #
db5b5f06 |
| 25-Feb-2010 |
Dag-Erling Smørgrav <[email protected]> |
Fix 'make checkdpadd'
Submitted by: ru@
|
| #
329a9a11 |
| 25-Feb-2010 |
Dag-Erling Smørgrav <[email protected]> |
Remove -static; it was a failed experiment that got committed by accident.
|
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0 |
|
| #
9fd9594d |
| 13-May-2006 |
Dag-Erling Smørgrav <[email protected]> |
Add a manual dependency on ssh_namespace.h.
Discussed with: ru
|
| #
ed22e27d |
| 13-May-2006 |
Dag-Erling Smørgrav <[email protected]> |
Introduce a namespace munging hack inspired by NetBSD to avoid polluting the namespace of applications which inadvertantly link in libssh (usually through pam_ssh)
Suggested by: [email protected] MFC
Introduce a namespace munging hack inspired by NetBSD to avoid polluting the namespace of applications which inadvertantly link in libssh (usually through pam_ssh)
Suggested by: [email protected] MFC after: 6 weeks
show more ...
|
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
| #
40e0db94 |
| 07-Jun-2005 |
Dag-Erling Smørgrav <[email protected]> |
Revert the commits that made libssh an INTERNALLIB; they caused too much trouble, especially on amd64.
Requested by: ru
|
| #
32f80c77 |
| 06-Jun-2005 |
Dag-Erling Smørgrav <[email protected]> |
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
|
| #
015bad35 |
| 05-Jun-2005 |
Dag-Erling Smørgrav <[email protected]> |
Update for OpenSSH 4.1p1.
|
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
| #
47d7e8a9 |
| 05-Feb-2004 |
Ruslan Ermilov <[email protected]> |
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
|
|
Revision tags: release/5.2.0_cvs, release/5.2.0 |
|
| #
a04e3d6c |
| 07-Jan-2004 |
Dag-Erling Smørgrav <[email protected]> |
Update Makefiles for OpenSSH 3.7.1p2.
|
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
| #
c45db693 |
| 19-Aug-2003 |
Gordon Tetlow <[email protected]> |
Explicitly add libz and libcrypto to LDADD for any ssh utilities missing it. While not strictly required, it unbreaks the cross-build world that is resulting from moving the libraries around.
I have
Explicitly add libz and libcrypto to LDADD for any ssh utilities missing it. While not strictly required, it unbreaks the cross-build world that is resulting from moving the libraries around.
I have a more permanent solution to this problem in the works, but I asked des for permission to commit this to get the ball rolling. This also makes the ssh build more along the lines of what the openssh-portable and OpenBSD openssh Makefile glue does.
Reviewed by: des
show more ...
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
| #
d8b043c8 |
| 23-Apr-2003 |
Dag-Erling Smørgrav <[email protected]> |
Update for 3.6.1p1; also remove Kerberos IV shims.
|
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
| #
f0b56c5c |
| 25-Jun-2002 |
Dag-Erling Smørgrav <[email protected]> |
No guts, no glory. Switch to OpenSSH-portable.
Sponsored by: DARPA, NAI Labs
|
| #
e47a40e7 |
| 08-Feb-2002 |
Ruslan Ermilov <[email protected]> |
Now that cross-tools ld(1) has been fixed to look for dynamic dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz.
Removed false dependencies on -lz (except ssh
Now that cross-tools ld(1) has been fixed to look for dynamic dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz.
Removed false dependencies on -lz (except ssh(1) and sshd(8)). Removed false dependencies on -lcrypto and -lutil for scp(1).
Reviewed by: markm
show more ...
|
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
0509dca0 |
| 23-Jan-2002 |
Ruslan Ermilov <[email protected]> |
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - A
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh.
Reviewed by: des, markm Approved by: markm
show more ...
|