|
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 ...
|
| #
1c99af1e |
| 20-Oct-2021 |
Ed Maste <[email protected]> |
libssh: Rearrange Makefile SRCS to match upstream Makefile.in
SRCS entries are kept in the same order and with the same line breaks as upstream, to make comparison easier.
Reported by: des
|
| #
576b5810 |
| 15-Oct-2021 |
Ed Maste <[email protected]> |
libssh: correct libssh src file list
Link against the ssh-sk-helper client rather than the sk internal implementation.
PR: 258384 Tested by: madpilot Fixes: f448c3ed4ae1 ("openssh: Add new source
libssh: correct libssh src file list
Link against the ssh-sk-helper client rather than the sk internal implementation.
PR: 258384 Tested by: madpilot Fixes: f448c3ed4ae1 ("openssh: Add new source files to libssl") Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32529
show more ...
|
| #
f448c3ed |
| 09-Sep-2021 |
Guido Falsi <[email protected]> |
openssh: Add new source files to libssl
Add some new OpenSSH v8.7p1 source files to the ones being used to build libssl to avoid missing symbols.
PR: 258384 Fixes: 19261079b743
openssh: Add new source files to libssl
Add some new OpenSSH v8.7p1 source files to the ones being used to build libssl to avoid missing symbols.
PR: 258384 Fixes: 19261079b743 ("openssh: update to OpenSSH v8.7p1") Approved by: kevans (src)
show more ...
|
|
Revision tags: release/13.0.0 |
|
| #
1f474190 |
| 27-Oct-2020 |
Stefan Eßer <[email protected]> |
Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE
Literal references to /usr/local exist in a large number of files in the FreeBSD base system. Many are in contributed software, i
Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE
Literal references to /usr/local exist in a large number of files in the FreeBSD base system. Many are in contributed software, in configuration files, or in the documentation, but 19 uses have been identified in C source files or headers outside the contrib and sys/contrib directories.
This commit makes it possible to set _PATH_LOCALBASE in paths.h to use a different prefix for locally installed software.
In order to avoid changes to openssh source files, LOCALBASE is passed to the build via Makefiles under src/secure. While _PATH_LOCALBASE could have been used here, there is precedent in the construction of the path used to a xauth program which depends on the LOCALBASE value passed on the compiler command line to select a non-default directory.
This could be changed in a later commit to make the openssh build consistently use _PATH_LOCALBASE. It is considered out-of-scope for this commit.
Reviewed by: imp MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D26942
show more ...
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
4b6d416b |
| 03-Oct-2018 |
Ed Maste <[email protected]> |
openssh: connect libressl-api-compat.c and regen config.h
Differential Revision: https://reviews.freebsd.org/D17390
|
|
Revision tags: release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
ad5b34a2 |
| 09-May-2017 |
Bryan Drewery <[email protected]> |
Fix invalid .o SRCS from r314527.
MFC after: 1 week Sponsored by: Dell EMC Isilon
|
| #
b71fb1a4 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
crypto: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
94ef145e |
| 02-Jan-2017 |
Enji Cooper <[email protected]> |
Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and MK_KERBEROS_SUPPORT != no
This fixes the odd case where someone specified MK_GSSAPI=no and MK_KERBEROS_SUPPORT=yes (which admi
Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and MK_KERBEROS_SUPPORT != no
This fixes the odd case where someone specified MK_GSSAPI=no and MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense, but the build system doesn't prevent this case today, and it didn't when I filed the bug back in 2011 either).
MFC after: 2 weeks PR: 159745
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
ba681bc9 |
| 20-Jan-2016 |
John Baldwin <[email protected]> |
List source files (foo.c) instead of object files in SRCS.
Reviewed by: bdrewery
|
| #
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 ...
|
| #
1765946b |
| 23-Nov-2015 |
Dag-Erling Smørgrav <[email protected]> |
Retire the NONE cipher option.
|
|
Revision tags: release/10.2.0 |
|
| #
0bd7d22e |
| 05-Mar-2015 |
Baptiste Daroussin <[email protected]> |
Move ssh into a dedicated package Flag config files as "to be merged on upgrade"
|
| #
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 |
|
| #
0085282b |
| 23-Sep-2013 |
Dag-Erling Smørgrav <[email protected]> |
Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config
Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config.h, which contains the preprocessor macros that need to be defined in the Kerberos case and undefined otherwise.
Approved by: re (marius)
show more ...
|
| #
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 |
|
| #
e6a64a84 |
| 17-Jan-2013 |
Bjoern A. Zeeb <[email protected]> |
Add a src.conf(5) option to allow users to compile in the "NONE cipher", which, only after authentication, disables crypto, and only for sessions without a terminal.
Submitted by: Jeremy Chadwick (f
Add a src.conf(5) option to allow users to compile in the "NONE cipher", which, only after authentication, disables crypto, and only for sessions without a terminal.
Submitted by: Jeremy Chadwick (freebsd jdc.parodius.com) PR: bin/163095 MFC after: 10 days
show more ...
|
|
Revision tags: 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, release/8.0.0_cvs, release/8.0.0 |
|
| #
0c56c384 |
| 10-Nov-2009 |
Dag-Erling Smørgrav <[email protected]> |
Fix globbing
Noticed by: delphij, David Cornejo <[email protected]> Forgotten by: des
|
| #
3ca3047a |
| 19-Jul-2009 |
Ken Smith <[email protected]> |
Bump the version of all non-symbol-versioned shared libraries in preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed b
Bump the version of all non-symbol-versioned shared libraries in preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib Approved by: re (rwatson)
show more ...
|