summaryrefslogtreecommitdiffstats
path: root/secure/libexec
Commit message (Collapse)AuthorAgeFilesLines
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after r298107 Summary of changes: - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup) Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info. MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
| | | | | | | | | | | | Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
* MFHgjb2016-03-143-11/+1
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.2p2.des2016-03-113-11/+1
| |
* | MFHgjb2016-03-101-0/+11
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+5
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFH r289384-r293170gjb2016-01-044-6/+5
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-073-6/+3
| | | | | | | | | | | | | | | | | | | | 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
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | MFH to r289370gjb2015-10-151-3/+1
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* | Finish merging from head, messed up in previous attemptbapt2015-09-123-3/+0
|\ \ | |/
| * Remove remnant from USEPRIVATELIB removalbapt2015-09-043-3/+0
| | | | | | | | Sponsored by: gandi.net
* | Merge from headbapt2015-06-153-0/+78
|\ \ | |/
| * Add META_MODE support.sjg2015-06-133-0/+78
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-083-6/+0
| | |
| | * Merge sync of headsjg2015-05-276-46/+8
| | |\ | | |/ | |/|
| | * Merge from head@274682sjg2014-11-193-3/+3
| | |\
| | * \ Merge head from 7/28sjg2014-08-193-6/+0
| | |\ \
| | * | | Updated dependenciessjg2014-05-163-0/+3
| | | | |
| | * | | Merge from headsjg2014-05-084-4/+4
| | |\ \ \ | | | |/ /
| | * | | Merge headsjg2014-04-282-0/+14
| | |\ \ \
| | * | | | Updated dependenciessjg2013-10-133-0/+36
| | | | | |
| | * | | | Merge headsjg2013-09-113-9/+54
| | |\ \ \ \
| | * \ \ \ \ sync from headsjg2013-04-121-3/+1
| | |\ \ \ \ \
| | * | | | | | Updated dependenciessjg2013-03-113-0/+3
| | | | | | | |
| | * | | | | | Updated dependenciessjg2013-02-163-6/+0
| | | | | | | |
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-223-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | Move ssh into a dedicated packagebapt2015-03-051-0/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Flag config files as "to be merged on upgrade"
* | | | | | | Reduce overlinkingbapt2014-11-253-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-253-15/+6
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | Rework privatelib/internallibbapt2014-08-063-3/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-064-4/+4
| |_|_|/ |/| | | | | | | | | | | from the latter.
* | | | Add placeholder Kyuafiles for various top-level hierarchies.jmmv2014-04-212-0/+14
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds tests/ directories in the source tree to create various subdirectories in /usr/tests/ and to install placeholder Kyuafiles for them. the relevant hierarchies are: cddl, etc, games, gnu and secure. The reason for this is to simplify the addition of new test programs for utilities or libraries under any of these directories. Doing so on a case by case basis is unnecessary and is quite an obscure process.
* | | Clean up the OpenSSH build. It is now possible to build most componentsdes2013-09-103-9/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-083-0/+3
| |/ |/| | | | | Approved by: re (blanket)
* | Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-3/+1
|/
* Revert r204939des2010-03-101-1/+1
|
* Forgot to svn add the Makefile.des2010-03-101-0/+16
|
* Fix the build. The ssh-pkcs11-helper directory is empty, which isdougb2010-03-101-1/+1
| | | | causing confusion.
* Upgrade to OpenSSH 5.4p1.des2010-03-091-1/+1
| | | | MFC after: 1 month
* Fix 'make checkdpadd'des2010-02-251-1/+1
| | | | Submitted by: ru@
* Remove -static; it was a failed experiment that got committed by accident.des2010-02-251-1/+4
|
* Upgrade to OpenSSH 5.3p1.des2009-10-012-2/+2
|
* Upgrade to OpenSSH 5.1p1.des2008-08-011-1/+1
| | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
* Add a manual dependency on ssh_namespace.h.des2006-05-132-0/+4
| | | | Discussed with: ru
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-132-2/+2
| | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-3/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Revert the commits that made libssh an INTERNALLIB; they caused too muchdes2005-06-072-6/+2
| | | | | | trouble, especially on amd64. Requested by: ru
OpenPOWER on IntegriCloud