<?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>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/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/rsh/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>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/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/rsh/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>02b5f03672485e82cc9150efc3df8444cb061e57 - Remove some more old kerberos4 code. Simplify usage.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#02b5f03672485e82cc9150efc3df8444cb061e57</link>
        <description>Remove some more old kerberos4 code. Simplify usage.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Thu, 23 Mar 2006 23:49:07 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9d5b79249dc766472170b7283e6a30aa97c15e4 - - Fix bug in port parsing code; s_port must be in network byte order.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#d9d5b79249dc766472170b7283e6a30aa97c15e4</link>
        <description>- Fix bug in port parsing code; s_port must be in network byte order.- Factor out port parsing code and add error checking to it.- WARNS=3

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sat, 16 Oct 2004 02:03:54 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd3e12fe2fb779b765468103ab7a3f8baa9ed3c0 - Kerberos support is broken in rcommands, thus making -K -k and -x options</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#bd3e12fe2fb779b765468103ab7a3f8baa9ed3c0</link>
        <description>Kerberos support is broken in rcommands, thus making -K -k and -x optionsunavailable. Remove theses options from the man pages (it won&apos;t be veryhard to bring them back if we fix kerberos one day)

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sun, 05 Sep 2004 08:38:23 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c16ea6f7e831ed77561db45d78ae678dd1613f4 - use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#2c16ea6f7e831ed77561db45d78ae678dd1613f4</link>
        <description>use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Thu, 19 Sep 2002 11:31:21 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f40c457059e08e12f6208aa695998ac110c831d - WARNS=2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#2f40c457059e08e12f6208aa695998ac110c831d</link>
        <description>WARNS=2

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Fri, 14 Jun 2002 00:50:47 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b22175a2600698dc9e4354b551b95bc33e03f3f - Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#9b22175a2600698dc9e4354b551b95bc33e03f3f</link>
        <description>Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Wed, 18 Oct 2000 00:24:18 +0000</pubDate>
        <dc:creator>simonb &lt;simonb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ba07ab0b397bac7dc3a8d685a53ecf0a9faa6ce - use CPPFLAGS instead of CFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#8ba07ab0b397bac7dc3a8d685a53ecf0a9faa6ce</link>
        <description>use CPPFLAGS instead of CFLAGS

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Fri, 24 Oct 1997 09:00:17 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2314d822a8023d4632868caf3262864d231267e - don&apos;t define WARNS=1 here</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#c2314d822a8023d4632868caf3262864d231267e</link>
        <description>don&apos;t define WARNS=1 here

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sun, 19 Oct 1997 14:23:26 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>03507045bc5c3ed779c2cb8aa0a28428116e1089 - Fix compiler warnings.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#03507045bc5c3ed779c2cb8aa0a28428116e1089</link>
        <description>Fix compiler warnings.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sun, 06 Jul 1997 19:31:28 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>701a3883102e02d8393449fd544405d4bd497a1d - rsh is not setuid anymore.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#701a3883102e02d8393449fd544405d4bd497a1d</link>
        <description>rsh is not setuid anymore.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Mon, 02 Jun 1997 11:58:13 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10e180cc4991fbe54b0ace939ee3b05d1b7aeabe - Back out the .PATH.c changes.  The .depend problem (and others)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#10e180cc4991fbe54b0ace939ee3b05d1b7aeabe</link>
        <description>Back out the .PATH.c changes.  The .depend problem (and others)will be fixed using the new .NOPATH make feature instead.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Thu, 08 May 1997 21:11:01 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>012e528f2e12f0ed41325d98279aad4ac3188129 - Use .PATH.c: ...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#012e528f2e12f0ed41325d98279aad4ac3188129</link>
        <description>Use .PATH.c: ...

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Tue, 06 May 1997 20:44:56 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3fdccd2cea7329b2fcc0f400910ad17ae39a9c6 - oops, rsh is still setuid root for the moment.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#e3fdccd2cea7329b2fcc0f400910ad17ae39a9c6</link>
        <description>oops, rsh is still setuid root for the moment.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Mon, 24 Feb 1997 00:00:22 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40095a1c39dd371ba17abd36d0192bda917ef3c3 - merge lite2 stuff;  fix a bit.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#40095a1c39dd371ba17abd36d0192bda917ef3c3</link>
        <description>merge lite2 stuff;  fix a bit.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Mon, 17 Feb 1997 15:10:53 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d7faefcd4797ec8bc8f1d4c3a07382475304b94 - merge lite2 changes.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#2d7faefcd4797ec8bc8f1d4c3a07382475304b94</link>
        <description>merge lite2 changes.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sun, 16 Feb 1997 15:01:02 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d225a17832cbb6b03b2d7b957250480cf52c6e6 - RCS ID police</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#9d225a17832cbb6b03b2d7b957250480cf52c6e6</link>
        <description>RCS ID police

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Thu, 09 Jan 1997 20:18:21 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75ff3a90bdf78d71d6253e1c27312748edf6211d - Add RCS identifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#75ff3a90bdf78d71d6253e1c27312748edf6211d</link>
        <description>Add RCS identifiers.

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Fri, 30 Jul 1993 23:49:23 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61f282557f0bc41c0b762c629a2f4c14be8b7591 - initial import of 386bsd-0.1 sources</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rsh/Makefile#61f282557f0bc41c0b762c629a2f4c14be8b7591</link>
        <description>initial import of 386bsd-0.1 sources

            List of files:
            /netbsd-src/usr.bin/rsh/Makefile</description>
        <pubDate>Sun, 21 Mar 1993 09:45:37 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
