<?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>f937c412f371bc14cc109a4768482c4850abc7a5 - bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#f937c412f371bc14cc109a4768482c4850abc7a5</link>
        <description>bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERProvide a single variable	CC_WNO_ADDRESS_OF_PACKED_MEMBERwith options for both clang and gcc, to replace	CLANG_NO_ADDR_OF_PACKED_MEMBER	CC_NO_ADDR_OF_PACKED_MEMBER	GCC_NO_ADDR_OF_PACKED_MEMBERUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 08:52:53 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb93b81028a438562e5ded116fc123493c690319 - add support for new GCC 9 warnings that may be too much to fix</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#cb93b81028a438562e5ded116fc123493c690319</link>
        <description>add support for new GCC 9 warnings that may be too much to fixright now.  new address-of-packed-member and format-overflowwarnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amdGCC_NO_FORMAT_OVERFLOW variables to remove these warnings.apply to a bunch of the tree.  mostly, these are real bugs thatshould be fixed, but in many cases, only by removing the &apos;packed&apos;attribute from some structure that doesn&apos;t really need it.  (ilooked at many different ones, and while perhaps 60-80% werealready properly aligned, it wasn&apos;t clear to me that the useswere always coming from sane data vs network alignment, so itdoesn&apos;t seem safe to remove packed without careful research foreach affect struct.)  clang already warned (and was not erroring)for many of these cases, but gcc picked up dozens more.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sun, 06 Sep 2020 07:20:26 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0dd7abe473211150d6c11e51187fcc06b92a2791 - libnpf fix: link the library itself to libnv; libnpf users should not be</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#0dd7abe473211150d6c11e51187fcc06b92a2791</link>
        <description>libnpf fix: link the library itself to libnv; libnpf users should not beexpected to assume this dependency.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 24 Aug 2019 13:20:52 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>39013e66c1ab98cbf1ceb3a94595880d6763083b - NPF: Major rework -- migrate NPF to the libnv library.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#39013e66c1ab98cbf1ceb3a94595880d6763083b</link>
        <description>NPF: Major rework -- migrate NPF to the libnv library.- This conversion significantly simplifies the code and moves NPF to  a binary serialisation format (replacing the XML-like format).- Fix some memory/reference leaks and possibly use-after-free bugs.- Bump NPF_VERSION as this change makes libnpf incompatible with the  previous versions.  Also, different serialisation format means NPF  connection/config saving and loading is not compatible with the  previous versions either.Thanks to christos@ for extra testing.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 29 Sep 2018 14:41:35 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>845c916a36964229896c196ceceebd519c979574 - updates for GCC 6.4:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#845c916a36964229896c196ceceebd519c979574</link>
        <description>updates for GCC 6.4:identd has aliasing violations, use -fno-strict-aliasing.newfs_msdos&apos;s getbpbinfo() has missing {} issues.sysctl&apos;s kern_cp_id() has missing {} issues.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sun, 04 Feb 2018 09:03:23 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a106fb55e52870e1cb1f71c17870aec90fa832b5 - Add libprop for static linking</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#a106fb55e52870e1cb1f71c17870aec90fa832b5</link>
        <description>Add libprop for static linking

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sun, 11 Dec 2016 15:43:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b525cd90e0c14ec3eaff69842cf8b3f55421535f - add npf support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#b525cd90e0c14ec3eaff69842cf8b3f55421535f</link>
        <description>add npf support.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 10 Dec 2016 05:43:11 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faaf3691d2dca35c448d3e792ba38bdeb79f8fa2 - does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files are</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#faaf3691d2dca35c448d3e792ba38bdeb79f8fa2</link>
        <description>does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files areinstalled in /usr/include/netinet

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 15 Sep 2012 17:45:35 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>500db002748d9818288e46e10f026a2b09548086 - Default to WARNS=4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#500db002748d9818288e46e10f026a2b09548086</link>
        <description>Default to WARNS=4Exceptions that need a lower level are:	getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd	hpropd ipropd-master ipropd-slave kadmind kpasswdd

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Mon, 16 Mar 2009 02:24:55 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f90aa792d58d794fb09f1e272f12b4db6e20f7d0 - Add forward/proxy support to identd(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#f90aa792d58d794fb09f1e272f12b4db6e20f7d0</link>
        <description>Add forward/proxy support to identd(8).Approved by christos.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sun, 03 Apr 2005 22:15:32 +0000</pubDate>
        <dc:creator>peter &lt;peter@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6310d36554b6280128ae168b79b2d7afd80128cc - new identd from Peter Postma.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#6310d36554b6280128ae168b79b2d7afd80128cc</link>
        <description>new identd from Peter Postma.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 31 Jan 2004 21:47:17 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99437fe16fa30b2eb26c0caaf5e0e719d3655fb5 - PR/2352: Tor Egge: Use sysctl to get uid.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#99437fe16fa30b2eb26c0caaf5e0e719d3655fb5</link>
        <description>PR/2352: Tor Egge: Use sysctl to get uid.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 19 Apr 2003 20:57:35 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>764c86e2b1795123e6c83b53c8157dd0e7e4e94f - don&apos;t need -lutil here</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#764c86e2b1795123e6c83b53c8157dd0e7e4e94f</link>
        <description>don&apos;t need -lutil here

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Sat, 30 Nov 2002 03:16:14 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76cd94025671c65a84b23f51b903d8b24930eb48 - Add a -L (lie brazenly) flag, to demonstrate the perils of proof by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#76cd94025671c65a84b23f51b903d8b24930eb48</link>
        <description>Add a -L (lie brazenly) flag, to demonstrate the perils of proof byassertion^W^W^W^W^W^W^Wprovide admins with a means of providing astandard host-wide identd response.  From the man page:The -L&lt;user name&gt; option instructs identd to lie  brazenlyabout  the  identity  of the user in question.  You didn&apos;treally intend to trust my assertion about who I  was  any-way, right?This  flag  provides  a way for a site to support servicesrequiring the ident protocol while  providing  a  standardanswer to all ident queries. All queries to identd willrespond with a host type of  `OTHER&apos;  and  a  username  of&lt;user name&gt;.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Tue, 18 May 1999 04:49:41 +0000</pubDate>
        <dc:creator>jwise &lt;jwise@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db19dcec0d794d0e7927966498eac77d4b0a33b5 - Upgrade to version 2.8.3.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#db19dcec0d794d0e7927966498eac77d4b0a33b5</link>
        <description>Upgrade to version 2.8.3.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Wed, 15 Jul 1998 07:31:55 +0000</pubDate>
        <dc:creator>msaitoh &lt;msaitoh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2268d2dfb3c089645cc9dd057d4b458ebf338153 - merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#2268d2dfb3c089645cc9dd057d4b458ebf338153</link>
        <description>merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Wed, 08 Oct 1997 09:07:11 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7796977716c8351a2bb3de9fe52c3af61f6678a1 - WARNS?=1.  RCS ids.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#7796977716c8351a2bb3de9fe52c3af61f6678a1</link>
        <description>WARNS?=1.  RCS ids.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Wed, 08 Oct 1997 07:07:40 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78e6c4ebc54e164de90cd095702edf53e8af7cc8 - RCS id police.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#78e6c4ebc54e164de90cd095702edf53e8af7cc8</link>
        <description>RCS id police.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Fri, 30 Aug 1996 17:41:29 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae9172d6cd9432a6a1a56760d86b32c57a66c39c - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#ae9172d6cd9432a6a1a56760d86b32c57a66c39c</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 09:57:51 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>642afa18502acc62d64b23d0633d0353cea3e06a - import of pidentd 2.1.2, by Peter Eriksson &lt;pen@lysator.liu.se&gt;.  needs clennup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/libexec/identd/Makefile#642afa18502acc62d64b23d0633d0353cea3e06a</link>
        <description>import of pidentd 2.1.2, by Peter Eriksson &lt;pen@lysator.liu.se&gt;.  needs clennup

            List of files:
            /netbsd-src/libexec/identd/Makefile</description>
        <pubDate>Fri, 04 Feb 1994 21:41:32 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
