<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/su/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>520c8e18 - su(1): build with WARNS=6</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#520c8e18</link>
        <description>su(1): build with WARNS=6Tested with full make universe

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Fri, 22 Jun 2018 09:10:50 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e11bd9e - Convert to usr.bin/ to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#3e11bd9e</link>
        <description>Convert to usr.bin/ to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 14:29:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/usr.bin/su/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>7687733b - Undo r226423.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#7687733b</link>
        <description>Undo r226423.It seems su does build without warnings, but it requires a small fix tolibbsm headers, which I have not committed to SVN yet.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sun, 16 Oct 2011 09:09:33 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43f65c0c - Remove WARNS line. This tool builds with WARNS=6 properly.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#43f65c0c</link>
        <description>Remove WARNS line. This tool builds with WARNS=6 properly.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sun, 16 Oct 2011 08:14:12 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6319ad28 - Integrate audit_submit(3) bits into su. This means that records for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#6319ad28</link>
        <description>Integrate audit_submit(3) bits into su. This means that records forsuccessful and failed su attempts will be recorded using the AUE_suevent type (login or lo class) if auditing is present in the system.Currently, the records will have a header, subject, text (with theactual diagnostics), a return and trailer token.See audit_submit(3) for more information.Reviewed by:	rwatsonObtained from:	TrustedBSD Project

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Fri, 01 Sep 2006 13:39:02 +0000</pubDate>
        <dc:creator>Christian S.J. Peron &lt;csjp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dee651eb - Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#dee651eb</link>
        <description>Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarto PRECIOUSLIB from bsd.lib.mk.  The side effect of thisis making installing the world under jail(8) possible byusing another knob, NOFSCHG.Reviewed by:	oliver

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Wed, 03 Nov 2004 18:01:21 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ec2f175 - Fixed style of assignments.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#6ec2f175</link>
        <description>Fixed style of assignments.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Mon, 02 Feb 2004 18:01:19 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3f6a117 - Remove to-be-default WARNS?=2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#d3f6a117</link>
        <description>Remove to-be-default WARNS?=2

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 23:29:13 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda2a9b2 - Set BINOWN=root explicitly for setuid root binaries.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#cda2a9b2</link>
        <description>Set BINOWN=root explicitly for setuid root binaries.This is not &quot;useless&quot;, as one may have non-defaultsetting for BINOWN in make.conf, and we still wantthese to be installed setuid root in this case.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Thu, 13 Sep 2001 06:48:18 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69ebfe34 - Reinstate complete (and now correctly functioning) WARNS=2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#69ebfe34</link>
        <description>Reinstate complete (and now correctly functioning) WARNS=2.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Wed, 12 Sep 2001 19:15:02 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>73bd08dd - Back out (with prejudice) the last WARNS=2 fix. I cannot understand</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#73bd08dd</link>
        <description>Back out (with prejudice) the last WARNS=2 fix. I cannot understandits failure mode, and will revisit it later.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Fri, 07 Sep 2001 16:20:38 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4239cf1c - WARNS=2 fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#4239cf1c</link>
        <description>WARNS=2 fixes.The remaining problem of converting highly incompatible pointer typesis done by &quot;laundering&quot; the value through a union.This solves the problem (in my own mind) of how a &quot;const char *&quot; _ever_actually gets a value in a WARNS=2 world.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Tue, 04 Sep 2001 17:10:57 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8cc3b02f - WARNS=2 type cleanup.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#8cc3b02f</link>
        <description>WARNS=2 type cleanup.WARNS=2 cannot be enable because of an unresolvable conflict in arg 2of execv(). Document this in the Makefile.Reviewed by:	bde (su.c only)

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sat, 11 Aug 2001 14:22:32 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b3771f1 - Deconvolute the authentication mess, and hand total responsiblity</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#5b3771f1</link>
        <description>Deconvolute the authentication mess, and hand total responsiblityfor authentication to PAM. This meens that WHEELSU-type logic cannow be effected in the pam.conf &quot;su&quot; configuration stack. While here,clean up the mess that the code had assumed over years of hacking byfolks using different styles. ANSIfy.There is more policy in here that can be handed over to PAM. This willbe revisited.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sat, 26 May 2001 09:52:36 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42792ad9 - Dike out Kerberos(IV) support on the grounds that better kerberos</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#42792ad9</link>
        <description>Dike out Kerberos(IV) support on the grounds that better kerberossupport can be gotten via PAM.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Sat, 28 Apr 2001 13:44:14 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bc9d93d - Add full PAM support for account management and sessions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#5bc9d93d</link>
        <description>Add full PAM support for account management and sessions.The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linuxpackage&apos;s PAM patches to the BSD login.cSubmitted by:	&quot;David J. MacKenzie&quot; &lt;djm@web.us.uu.net&gt;

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Tue, 27 Mar 2001 19:40:51 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ed9356c - Use libcrypto in place of libdes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/su/Makefile#0ed9356c</link>
        <description>Use libcrypto in place of libdes.

            List of files:
            /freebsd-14.2/usr.bin/su/Makefile</description>
        <pubDate>Thu, 24 Feb 2000 21:06:22 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
