<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9a994639b2af232f994ba2ad23ca45a17718d2b - ssh: enable FIDO/U2F keys</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#e9a994639b2af232f994ba2ad23ca45a17718d2b</link>
        <description>ssh: enable FIDO/U2F keysDescription of FIDO/U2F support (from OpenSSH 8.2 release notes,https://www.openssh.com/txt/release-8.2):  This release adds support for FIDO/U2F hardware authenticators to  OpenSSH. U2F/FIDO are open standards for inexpensive two-factor  authentication hardware that are widely used for website  authentication.  In OpenSSH FIDO devices are supported by new public  key types &quot;ecdsa-sk&quot; and &quot;ed25519-sk&quot;, along with corresponding  certificate types.  ssh-keygen(1) may be used to generate a FIDO token-backed key, after  which they may be used much like any other key type supported by  OpenSSH, so long as the hardware token is attached when the keys are  used. FIDO tokens also generally require the user explicitly  authorise operations by touching or tapping them.  Generating a FIDO key requires the token be attached, and will  usually require the user tap the token to confirm the operation:    $ ssh-keygen -t ecdsa-sk -f ~/.ssh/id_ecdsa_sk    Generating public/private ecdsa-sk key pair.    You may need to touch your security key to authorize key generation.    Enter file in which to save the key (/home/djm/.ssh/id_ecdsa_sk):    Enter passphrase (empty for no passphrase):    Enter same passphrase again:    Your identification has been saved in /home/djm/.ssh/id_ecdsa_sk    Your public key has been saved in /home/djm/.ssh/id_ecdsa_sk.pub  This will yield a public and private key-pair. The private key file  should be useless to an attacker who does not have access to the  physical token. After generation, this key may be used like any  other supported key in OpenSSH and may be listed in authorized_keys,  added to ssh-agent(1), etc. The only additional stipulation is that  the FIDO token that the key belongs to must be attached when the key  is used.To enable FIDO/U2F support, this change regenerates ssh_namespace.h,adds ssh-sk-helper, and sets ENABLE_SK_INTERNAL (unless buildingWITHOUT_USB).devd integration is not included in this change, and is underinvestigation for the base system.  In the interim the security/u2f-devdport can be installed to provide appropriate devd rules.Reviewed by:	delphij, kevansRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D32509

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Thu, 07 Oct 2021 03:31:17 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0275f9dbf73b01e9478dc7d6ab5fab4f8e077448 - Merge ^/head r321383 through r322397.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#0275f9dbf73b01e9478dc7d6ab5fab4f8e077448</link>
        <description>Merge ^/head r321383 through r322397.

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Fri, 11 Aug 2017 10:59:34 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d59ead01d83460374ba0e7be8096b1a66d737efb - MFhead@r321970</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#d59ead01d83460374ba0e7be8096b1a66d737efb</link>
        <description>MFhead@r321970

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 05:30:11 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b37aa2c4068c1a237b0a7e61b8c2f953b3708c - MFhead@r321912</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#46b37aa2c4068c1a237b0a7e61b8c2f953b3708c</link>
        <description>MFhead@r321912

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:38:36 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b330699f819a81d8e34d471225143ffeb321855 - Convert traditional ${MK_TESTS} conditional idiom for including test</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#4b330699f819a81d8e34d471225143ffeb321855</link>
        <description>Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after:	1 weeks

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 08:35:51 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 19:19:48 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Thu, 19 Nov 2015 16:28:42 +0000</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 11:58:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b - Merge from head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b</link>
        <description>Merge from head

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Mon, 19 Oct 2015 11:51:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa92269e4636d8ec1b42fcd66e6f52c479e77516 - Add more SUBDIR_PARALLEL.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#aa92269e4636d8ec1b42fcd66e6f52c479e77516</link>
        <description>Add more SUBDIR_PARALLEL.MFC after:	3 weeksSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 22:55:08 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 21 May 2014 20:30:52 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc3f4b99653c34ae64f8a1fddea370abefef680e - Merge from head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#cc3f4b99653c34ae64f8a1fddea370abefef680e</link>
        <description>Merge from head

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Thu, 08 May 2014 23:54:15 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Mon, 28 Apr 2014 07:50:45 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f0b757fd84d17d0fc24739a7cda160c4516d81 - Add placeholder Kyuafiles for various top-level hierarchies.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#38f0b757fd84d17d0fc24739a7cda160c4516d81</link>
        <description>Add placeholder Kyuafiles for various top-level hierarchies.This change adds tests/ directories in the source tree to create varioussubdirectories in /usr/tests/ and to install placeholder Kyuafiles forthem.the relevant hierarchies are: cddl, etc, games, gnu and secure.The reason for this is to simplify the addition of new test programs forutilities or libraries under any of these directories.  Doing so on acase by case basis is unnecessary and is quite an obscure process.

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Mon, 21 Apr 2014 21:39:25 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17 - MFH OpenSSH 5.4p1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/secure/libexec/Makefile#124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17</link>
        <description>MFH OpenSSH 5.4p1

            List of files:
            /freebsd-src/secure/libexec/Makefile</description>
        <pubDate>Wed, 21 Apr 2010 06:33:10 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
