<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e1932338879ae2800a06dd97c56995fc461d0bd - add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#2e1932338879ae2800a06dd97c56995fc461d0bd</link>
        <description>add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsto bsd.prog.mk.  use them instead of hard coding various listsof libraries for krb5.this fixes static builds.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 25 Feb 2018 00:16:48 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7899f1dc15ca80936063415b677a56cfb60a46be - Remove redundant WARNS=5.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#7899f1dc15ca80936063415b677a56cfb60a46be</link>
        <description>Remove redundant WARNS=5.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 11 Aug 2013 06:32:13 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0827265996ff5917fe9b4d4923eb8f2b684e1b31 - no more KRB5_DEPRECATED</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#0827265996ff5917fe9b4d4923eb8f2b684e1b31</link>
        <description>no more KRB5_DEPRECATED

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Tue, 24 Apr 2012 16:52:26 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c647c784115697b30c3df83374ff3b30aa68710 - remove obsolete comment.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#0c647c784115697b30c3df83374ff3b30aa68710</link>
        <description>remove obsolete comment.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Mon, 23 Apr 2012 20:54:40 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e694c7c9d0319a5c589cd54812bfc1eec6ad9b11 - make krb5 compile again. XXX: one function left that is deprecated, what&apos;s</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#e694c7c9d0319a5c589cd54812bfc1eec6ad9b11</link>
        <description>make krb5 compile again. XXX: one function left that is deprecated, what&apos;sthe new equivalent?

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 22 Apr 2012 23:26:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07b0c75a483834944f36b8a32923185b1e407469 - We no longer need -I/usr/include/krb5.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#07b0c75a483834944f36b8a32923185b1e407469</link>
        <description>We no longer need -I/usr/include/krb5.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 24 Apr 2011 21:42:06 +0000</pubDate>
        <dc:creator>elric &lt;elric@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d74e5fa896fbfab58e61db2f3ee6ccd085102f36 - PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does not</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#d74e5fa896fbfab58e61db2f3ee6ccd085102f36</link>
        <description>PR/42540: Ed Ravin: /usr/bin/login does not log normal logins, and does notlog ip addresses.- Factor out the common code in login.c and login_pam.c into common.c- Always log a login event- Check passed in sockaddr against the one from getpeername(2).

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Tue, 29 Dec 2009 19:26:13 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3f295c281596d0a09b0dc3cf37b120a616b58a1 - Use ${TOOL_AWK} instead of ${AWK} or plain &quot;awk&quot; in make commands.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#f3f295c281596d0a09b0dc3cf37b120a616b58a1</link>
        <description>Use ${TOOL_AWK} instead of ${AWK} or plain &quot;awk&quot; in make commands.Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 19 Oct 2008 22:05:23 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>050e20c6d597d25a4ed32866f5dcdb1867fc9754 - Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#050e20c6d597d25a4ed32866f5dcdb1867fc9754</link>
        <description>Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 06 Apr 2008 09:54:37 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85e611dd01708e14a84924312442122807a0d9c1 - Goodbye KerberosIV</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#85e611dd01708e14a84924312442122807a0d9c1</link>
        <description>Goodbye KerberosIV

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Mon, 20 Mar 2006 04:03:10 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e8728c45ceb26c4121ebf475e94f4c48f27d26b - Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD.  When compiling</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#8e8728c45ceb26c4121ebf475e94f4c48f27d26b</link>
        <description>Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD.  When compilingwith MKPIC=no, possibly because the target does not support sharedlibraries, these include libraries required to resolve all symbolswhich end up referenced from PAM-using applications.  The librariespresently required are -lcrypt, -lrpcsvc and -lutil.Add use of these variables which are currently set up to use PAM,so that they compile when MKPIC=no.Also, in the telnetd case, reorder the order of the libraries, sothat libtelnet.a comes before -ltermcap and -lutil, again to fixlink error when MKPIC=no.Discussed with thorpej and christos.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Fri, 04 Mar 2005 20:41:08 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3113fa979dd769b0671654d5c2f2f45e4544479f - Add PAM support to login(8)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#3113fa979dd769b0671654d5c2f2f45e4544479f</link>
        <description>Add PAM support to login(8)

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sun, 23 Jan 2005 09:47:43 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35b6d287f736dd07e235ae3773d2bf1e1027510 - Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#a35b6d287f736dd07e235ae3773d2bf1e1027510</link>
        <description>Kill __P(), ANSIfy, remove main() prototype, whitespace; WARNS=2

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Thu, 20 Jan 2005 15:41:14 +0000</pubDate>
        <dc:creator>xtraeme &lt;xtraeme@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32e6b841fb9805ff885e4b570d5733f2dbf3b8f4 - Generate the copyright string from sys/conf/copyright rather than</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#32e6b841fb9805ff885e4b570d5733f2dbf3b8f4</link>
        <description>Generate the copyright string from sys/conf/copyright rather thanreplicating it here.  Idea from Simon Burge.

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Mon, 05 Jan 2004 03:53:10 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4758291178119e99f4085053ab377fc56563bca6 - Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#4758291178119e99f4085053ab377fc56563bca6</link>
        <description>Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)and without Kerberos 4 &amp; 5 (MKKERBEROS=no). Previously checkflistcomplained of missing files.* move kerberos- and kerberos 4-only files into new flists,  distrib/sets/lists/*/krb.** make the flist generators grok MKKERBEROS{,4} variables* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.  9 out of 10 experts agree that it is ludicrous to build w/  KERBEROS4 and w/o KERBEROS5.* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.* omit some Kerberos-only subdirectories from the build as  MKKERBEROS{,4} indicate(I acknowledge the sentiment that flists are the wrong way to go,and that the makefiles should produce the metalog directly.  Thatsounds to me like the right way to go, but I am not prepared to dorevamp all the makefiles.  While my approach is expedient, it fitspainlessly within the current build architecture until we aredelivered from flist purgatory, and it does not postpone ourdelivery. Fair enough?)

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Thu, 11 Dec 2003 09:46:26 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afad8d1f7cfc70e0c8d03db066d842193dec5ed7 - libkrb depends on libdes, patch in private mail from</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/login/Makefile#afad8d1f7cfc70e0c8d03db066d842193dec5ed7</link>
        <description>libkrb depends on libdes, patch in private mail fromHarold Gutch logix at foobar franken de

            List of files:
            /netbsd-src/usr.bin/login/Makefile</description>
        <pubDate>Sat, 23 Aug 2003 23:03:42 +0000</pubDate>
        <dc:creator>lha &lt;lha@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
