<?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>2e1932338879ae2800a06dd97c56995fc461d0bd - add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/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/su/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>07b0c75a483834944f36b8a32923185b1e407469 - We no longer need -I/usr/include/krb5.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#07b0c75a483834944f36b8a32923185b1e407469</link>
        <description>We no longer need -I/usr/include/krb5.

            List of files:
            /netbsd-src/usr.bin/su/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>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/su/Makefile#050e20c6d597d25a4ed32866f5dcdb1867fc9754</link>
        <description>Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no.

            List of files:
            /netbsd-src/usr.bin/su/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>3670ce19dde045441da6183504d0c53b3726bce2 - - move grutil code to newgrp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#3670ce19dde045441da6183504d0c53b3726bce2</link>
        <description>- move grutil code to newgrp.- enable user:group and :group code.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Sat, 27 Oct 2007 15:37:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40d5720e0082534d596fea44872a47d86aade31e - From Anon Ymous:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#40d5720e0082534d596fea44872a47d86aade31e</link>
        <description>From Anon Ymous:- general cleanup [e-funcs, lint fixes, exit values, more error checking]- add the ability to change the primary group group as login:group, or :group  *disabled*, until it is discussed.- remove krb4 code since there is no more krb4 code in the tree.- also make the old su behave like the pam su: su to the same user, does  not ask for a password.- split out shared code into a separate file.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Wed, 17 Oct 2007 21:05:39 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/su/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/su/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>2b91c98c21d6e228ef3276a3eaf66352cb09a760 - remove PAM_DEBUG</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#2b91c98c21d6e228ef3276a3eaf66352cb09a760</link>
        <description>remove PAM_DEBUG

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Thu, 13 Jul 2006 18:18:09 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/su/Makefile#85e611dd01708e14a84924312442122807a0d9c1</link>
        <description>Goodbye KerberosIV

            List of files:
            /netbsd-src/usr.bin/su/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>dcf51e5c6a834e3e736f1f111a96f1360282f414 - Use LOGIN_CAP even in the pam case.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#dcf51e5c6a834e3e736f1f111a96f1360282f414</link>
        <description>Use LOGIN_CAP even in the pam case.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Thu, 15 Dec 2005 14:03:34 +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/su/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/su/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>c829edc51650ecd96497ff23e88ba3b3d419f0d5 - Test USE_PAM, not MKPAM.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#c829edc51650ecd96497ff23e88ba3b3d419f0d5</link>
        <description>Test USE_PAM, not MKPAM.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Thu, 13 Jan 2005 00:13:33 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2f0c10f07a62a6ef07ebb958b0581a33b190207 - undo accidental commit with MKPAM=yes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#b2f0c10f07a62a6ef07ebb958b0581a33b190207</link>
        <description>undo accidental commit with MKPAM=yes

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Wed, 12 Jan 2005 01:46:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c0f1bcc270901303fe16ca8d8d8078d6228e674 - :x</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#6c0f1bcc270901303fe16ca8d8d8078d6228e674</link>
        <description>:x

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Wed, 12 Jan 2005 01:45:31 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b47b9b52a368c3f53557697545529a66b20b020 - LOGIN_CAP is mandatory for PAM.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#6b47b9b52a368c3f53557697545529a66b20b020</link>
        <description>LOGIN_CAP is mandatory for PAM.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Mon, 10 Jan 2005 23:31:34 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ef14ae88aaa46b72049fff1ce46a164e70ec543 - Restore su.c to version 1.58, plus minor prototyping. Split pam</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#2ef14ae88aaa46b72049fff1ce46a164e70ec543</link>
        <description>Restore su.c to version 1.58, plus minor prototyping. Split paminto su_pam.c, and turn it off by default in the Makefile until itis tested and actually works. The current pam version does not set ruidproperly anymore.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Mon, 10 Jan 2005 03:11:50 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed83e0847a771300d2fa4a77e89c8a277d153576 - add DPADD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#ed83e0847a771300d2fa4a77e89c8a277d153576</link>
        <description>add DPADD

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Sat, 08 Jan 2005 09:54:36 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e628e84aaa1c8cf96dc39332354400f575b36611 - Add PAM support to su</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#e628e84aaa1c8cf96dc39332354400f575b36611</link>
        <description>Add PAM support to su

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Fri, 07 Jan 2005 22:34:20 +0000</pubDate>
        <dc:creator>manu &lt;manu@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/su/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/su/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/su/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/su/Makefile</description>
        <pubDate>Sat, 23 Aug 2003 23:03:42 +0000</pubDate>
        <dc:creator>lha &lt;lha@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>791007d1e314e1b18d28dbd023ff12a82923c5eb - Normalize the program&apos;s compilation options so they are all of the form SU_</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/su/Makefile#791007d1e314e1b18d28dbd023ff12a82923c5eb</link>
        <description>Normalize the program&apos;s compilation options so they are all of the form SU_and document them.

            List of files:
            /netbsd-src/usr.bin/su/Makefile</description>
        <pubDate>Wed, 20 Aug 2003 14:11:17 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
