<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in security</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2f03d66fa0b190f219b8b07d774d1ad307eae3e - etc/security: emit proper error message when there are dup groups.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#b2f03d66fa0b190f219b8b07d774d1ad307eae3e</link>
        <description>etc/security: emit proper error message when there are dup groups....instead of erroring with &quot;[: $grpname: unexpected operator&quot;.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sun, 21 Jul 2024 14:56:16 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1095510aeddc8e2ba31aa4e1368e71ffede556bc - Fix sysctl invocation testing for missing entropy.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#1095510aeddc8e2ba31aa4e1368e71ffede556bc</link>
        <description>Fix sysctl invocation testing for missing entropy.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 05 Jul 2023 12:07:21 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2cfa14dfd43d01924e43355d027ce1bfeb933ed2 - security(5): Check kern.entropy.needed for confident entropy.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#2cfa14dfd43d01924e43355d027ce1bfeb933ed2</link>
        <description>security(5): Check kern.entropy.needed for confident entropy.Don&apos;t test whether a non-blocking read from /dev/random would returndata.For the sake of availability, /dev/random will unblock based on sourceslike timer interrupts, which we can&apos;t confidently assert anything aboutthe actual unpredictability of.Here, the goal is to highlight systems that have neither obtainedentropy from an HWRNG with a confident entropy assessment, nor beenseeded from a source the operator knows about.XXX pullup-10

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Fri, 30 Jun 2023 21:42:29 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e79eccae6c7bf3a06d0e7e883130ed51d3b56d8 - Recognize argon2 passwords as valid in daily security reports.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#8e79eccae6c7bf3a06d0e7e883130ed51d3b56d8</link>
        <description>Recognize argon2 passwords as valid in daily security reports.from RVP in misc/56486

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Thu, 04 Nov 2021 12:40:00 +0000</pubDate>
        <dc:creator>nia &lt;nia@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cba96d16f7761373cca40f6996dfc63450933ac1 - Various entropy integration improvements.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#cba96d16f7761373cca40f6996dfc63450933ac1</link>
        <description>Various entropy integration improvements.- New /etc/security check for entropy in daily security report.- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to  check for entropy at boot -- in rc.conf, you can:  . set `entropy=check&apos; to halt multiuser boot and enter single-user    mode if not enough entropy  . set `entropy=wait&apos; to make multiuser boot wait until enough entropy  Default is to always boot without waiting -- and rely on other  channels like security report to alert the operator if there&apos;s a  problem.- New man page entropy(7) discussing the higher-level concepts and  system integration with cross-references.- New paragraph in afterboot(8) about entropy citing entropy(7) for  more details.This change addresses many of the issues discussed in security/55659.This is a first draft; happy to take improvements to the man pages andscripted messages to improve clarity.I considered changing motd to include an entropy warning with areference to the entropy(7) man page, but it&apos;s a little trickier:- Not sure it&apos;s appropriate for all users to see at login rather than  users who have power to affect the entropy estimate (maybe it is,  just haven&apos;t decided).- We only have a mechanism for changing once at boot; the message would  remain until next boot even if an operator adds enough entropy.- The mechanism isn&apos;t really conducive to making a message appear  conditionally from boot to boot.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sun, 10 Jan 2021 23:24:25 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5fdd803ef49be66a05b970aa42aa81efcf20c52 - Update default pkgsrc database location from /var/db/pkg to /usr/pkg/pkgdb.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#d5fdd803ef49be66a05b970aa42aa81efcf20c52</link>
        <description>Update default pkgsrc database location from /var/db/pkg to /usr/pkg/pkgdb.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 02 Dec 2020 14:18:13 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c91905c4bef1ad6c90c6987f614caa657bad5d41 - Save the entropy seed daily in /etc/security.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#c91905c4bef1ad6c90c6987f614caa657bad5d41</link>
        <description>Save the entropy seed daily in /etc/security.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Fri, 06 Dec 2019 14:43:29 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3e808d5974c722c624aa7c8dbe2c567c10dfbdf - Use $file instead of $(echo $file).  I don&apos;t think the extra round of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#c3e808d5974c722c624aa7c8dbe2c567c10dfbdf</link>
        <description>Use $file instead of $(echo $file).  I don&apos;t think the extra round ofword expansions was really intended here.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 18 Sep 2019 22:27:55 +0000</pubDate>
        <dc:creator>uwe &lt;uwe@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d65b3b7a40a907812e0c55be0c4ebd1a61f35f8b - Fix an obvious botch in the previous rev, found by martin@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#d65b3b7a40a907812e0c55be0c4ebd1a61f35f8b</link>
        <description>Fix an obvious botch in the previous rev, found by martin@

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Thu, 04 Oct 2018 11:50:34 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ae2b31ff95afe565df79a423b9dcf509b232df1 - Convert uses of test (aka &apos;[&apos;) to use only posix specified forms,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#9ae2b31ff95afe565df79a423b9dcf509b232df1</link>
        <description>Convert uses of test (aka &apos;[&apos;) to use only posix specified forms,mostly just on general principle...   this resulted in one or two minorcode reformattings to keep 80 char limits - a few needless uses ofquotes (&quot;no&quot; ??) were also removed (sh is not C. strings are stringswithout quotes around them...)

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sun, 23 Sep 2018 23:48:33 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f6dbbcf885144245fc3e418249d8d2cb34a8570 - Use sysctl to retrieve iostat names instead of parsing possibly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#2f6dbbcf885144245fc3e418249d8d2cb34a8570</link>
        <description>Use sysctl to retrieve iostat names instead of parsing possiblytruncated iostat output.Check dkctl listwedges output with grep.Fixes PR 59205.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sat, 06 Jan 2018 23:44:06 +0000</pubDate>
        <dc:creator>mlelstv &lt;mlelstv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25e09ac3be6ab4ac73c4a7cb008df22a63c5be97 - Record current raid configurations too in /etc/security.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#25e09ac3be6ab4ac73c4a7cb008df22a63c5be97</link>
        <description>Record current raid configurations too in /etc/security.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Mon, 29 Feb 2016 16:16:42 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b45f4ed792cb4ee138076290c0e32aa77829d6d - Set the redirection correctly, so that stderr gets duped to the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#6b45f4ed792cb4ee138076290c0e32aa77829d6d</link>
        <description>Set the redirection correctly, so that stderr gets duped to thealready redirected stdout, rather than duping stdout to stderr!Without this fix, the disklabel output is included in the log filerather than being discarded as intended.  (The purpose of runningdisklabel this first time is only to check for success.)

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Mon, 20 Apr 2015 22:46:35 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29acffa014f9676c78f99e23e006ea8a5bff0bfa - Avoid nfs devices correctly.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#29acffa014f9676c78f99e23e006ea8a5bff0bfa</link>
        <description>Avoid nfs devices correctly.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sat, 14 Feb 2015 19:46:55 +0000</pubDate>
        <dc:creator>nakayama &lt;nakayama@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b249d4b6e0480e0618279f5cfce47f10913ec175 - Indent and space fixes.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#b249d4b6e0480e0618279f5cfce47f10913ec175</link>
        <description>Indent and space fixes.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sat, 13 Dec 2014 02:17:35 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c3f7bb88ad7959050b696b30fcd3f40c18c8ecd - - generate the list of disks only once and select from them later</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#3c3f7bb88ad7959050b696b30fcd3f40c18c8ecd</link>
        <description>- generate the list of disks only once and select from them later- don&apos;t generate empty/useless files when disklabel or dkctl don&apos;t have data

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sun, 23 Nov 2014 16:36:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ce568ce8829a608f780ac1f08f34738abe1eae5 - Split some long lines.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#8ce568ce8829a608f780ac1f08f34738abe1eae5</link>
        <description>Split some long lines.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 27 Aug 2014 13:56:02 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acaf72ec02016972413fda77f9fbbdc439b4f098 - Introduce a variable for security.conf, default empty, to list users</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#acaf72ec02016972413fda77f9fbbdc439b4f098</link>
        <description>Introduce a variable for security.conf, default empty, to list userswhose home is (allowed to be) owned by another user.It&apos;s a separate variable and not just check_passwd_permit_dups so I canmake security shut up about my uucp users.Fixes the second half of PR misc/36063

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 06 Nov 2013 19:37:05 +0000</pubDate>
        <dc:creator>spz &lt;spz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0d7af235a1ede7e6ea733eded47a51830ae7be22 - having more than one line with the same group name and gid is not only</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#0d7af235a1ede7e6ea733eded47a51830ae7be22</link>
        <description>having more than one line with the same group name and gid is not onlyallowed, it&apos;s even recommended for groups with lots of members, sodo not warn about duplicate group name lines if the gid is the same

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Wed, 06 Nov 2013 19:30:20 +0000</pubDate>
        <dc:creator>spz &lt;spz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc76b0b0031e55829050c246144296cb6edb1248 - Add defaults for pkg_info and pkg_admin variables in case pkgpath.conf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/security#dc76b0b0031e55829050c246144296cb6edb1248</link>
        <description>Add defaults for pkg_info and pkg_admin variables in case pkgpath.confis not installed.

            List of files:
            /netbsd-src/etc/security</description>
        <pubDate>Sun, 08 Sep 2013 08:19:40 +0000</pubDate>
        <dc:creator>prlw1 &lt;prlw1@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
