<?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>
    <link>http://nxr.netbsd.org/rss/src/usr.bin/rlogin/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Fix sign-compare issues</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.22</description>
    <pubDate>Mon Apr 13 04:37:53 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.21.20;<br/>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the<br/>FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to<br/>various string and memory copy and set functions (as well as a few system<br/>calls and other miscellany) where known at function entry.  RedHat has<br/>evidently built all "core system packages" with this option for some time.<br/><br/>This option should be used at the top of Makefiles (or Makefile.inc where<br/>this is used for subdirectories) but after any setting of LIB.<br/><br/>This is only useful for userland code, and cannot be used in libc or in<br/>any code which includes the libc internals, because it overrides certain<br/>libc functions with macros.  Some effort has been made to make USE_FORT=yes<br/>work correctly for a full-system build by having the bsd.sys.mk logic<br/>disable the feature where it should not be used (libc, libssp iteself,<br/>the kernel) but no attempt has been made to build the entire system with<br/>USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.<br/><br/>Adjust the system build so that all programs and libraries that are setuid,<br/>directly handle network data (including serial comm data), perform<br/>authentication, or appear likely to have (or have a history of having)<br/>data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,<br/>with the exception of libc, which cannot use USE_FORT and thus uses<br/>only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no<br/>per-directory or in a system build will disable if desired.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.21</description>
    <pubDate>Mon May 28 00:06:30 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Remove some more old kerberos4 code.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.20</description>
    <pubDate>Thu Mar 23 23:44:15 UTC 2006</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>- Fix bug in port parsing code; s_port must be in network byte order.<br/>- Factor out port parsing code and add error checking to it.<br/>- WARNS=3</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.19</description>
    <pubDate>Sat Oct 16 02:03:54 UTC 2004</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Kerberos support is broken in rcommands, thus making -K -k and -x options<br/>unavailable. Remove theses options from the man pages (it won't be very<br/>hard to bring them back if we fix kerberos one day)</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.18</description>
    <pubDate>Sun Sep 05 08:38:23 UTC 2004</pubDate>
    <dc:creator>manu</dc:creator>
</item>

<item>
    <title>branches:  1.17.2;<br/>WARNS=2</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.17</description>
    <pubDate>Fri Jun 14 00:55:18 UTC 2002</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.16</description>
    <pubDate>Wed Oct 18 00:24:19 UTC 2000</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.15.2;<br/>Merge a bunch of things from crypto-us and crypto-intl into basesrc,<br/>adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate<br/>bsd.crypto.mk.<br/><br/>There is still a bunch more work to do, but crypto is now more-or-less<br/>fully merged into the base NetBSD distribution.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.15</description>
    <pubDate>Tue Jun 20 06:00:38 UTC 2000</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.14.6;<br/>optionally include CRYPTOPATH Makefile.frag files.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.14</description>
    <pubDate>Tue Jul 20 09:35:21 UTC 1999</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Use bsd.crypto.mk.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.13</description>
    <pubDate>Mon Jul 12 22:11:38 UTC 1999</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Remove the crypto-related bits until such time as we have a fully-<br/>integrated source tree.  Export-controlled versions of these are now<br/>built during the domestic build process.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.12</description>
    <pubDate>Thu Feb 18 21:22:51 UTC 1999</pubDate>
    <dc:creator>scottr</dc:creator>
</item>

<item>
    <title>use CPPFLAGS instead of CFLAGS</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.11</description>
    <pubDate>Fri Oct 24 09:00:58 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.10.2;<br/>Fix several bugs in Kerberos support due to an accidental commit months ago of an incomplete version of the code.  Now works; also now falls back to 'old' rlogin correctly.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.10</description>
    <pubDate>Sat Jun 28 23:43:36 UTC 1997</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>don't clobber CFLAGS</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.9</description>
    <pubDate>Fri Feb 21 07:52:37 UTC 1997</pubDate>
    <dc:creator>mikel</dc:creator>
</item>

<item>
    <title>RCS ID police</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.8</description>
    <pubDate>Thu Jan 09 20:21:02 UTC 1997</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>and once more, courtesy of CVS being weird.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.7</description>
    <pubDate>Thu Jan 04 22:32:15 UTC 1996</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>typo in last commit</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.6</description>
    <pubDate>Thu Jan 04 22:25:50 UTC 1996</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>clean up import.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.5</description>
    <pubDate>Tue Mar 21 07:58:28 UTC 1995</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Add RCS identifiers.</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.4</description>
    <pubDate>Fri Jul 30 23:51:28 UTC 1993</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>got rid of "CFLAGS+=-DDES" -- it was irrelevant</title>
    <description>/src/usr.bin/rlogin/Makefile - 1.3</description>
    <pubDate>Mon Apr 26 13:53:04 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>
</channel></rss>

