<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05248206f720394d95c2a7475429311df670a2e9 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#05248206f720394d95c2a7475429311df670a2e9</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Wed, 16 Aug 2023 19:55:20 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c06e7b66a147edf55f4241fbfbfa32856550cd15 - Merge ^/head r340126 through r340212.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#c06e7b66a147edf55f4241fbfbfa32856550cd15</link>
        <description>Merge ^/head r340126 through r340212.

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Wed, 07 Nov 2018 19:52:28 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d83db3fb6a3c2ffeaafd5e688a2653f39a7be9d9 - Drop ed(1) &quot;crypto&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#d83db3fb6a3c2ffeaafd5e688a2653f39a7be9d9</link>
        <description>Drop ed(1) &quot;crypto&quot;You should not be using DES.  You should not have been using DES for thepast 30 years.The ed DES-CBC scheme lacked several desirable properties of a sealeddocument system, even ignoring DES itself.  In particular, it did notprovide the &quot;integrity&quot; cryptographic property (detection of tampering), andit treated ASCII passwords as 64-bit keys (instead of using a KDF likescrypt or PBKDF2).Some general approaches ed(1) users might consider to replace the removedDES mode:1. Full disk encryption with something like AES-XTS.  This is easy toconceptualize, design, and implement, and it provides confidentiality fordata at rest.  Like CBC, it lacks tampering protection.  Examples includeGELI, LUKS, FileVault2.2. Encrypted overlay (&quot;stackable&quot;) filesystems (EncFS, PEFS?, CryptoFS,others).3. Native encryption at the filesystem layer.  Ext4/F2FS, ZFS, APFS, andNTFS all have some flavor of this.4. Storing your files unencrypted.  It&apos;s not like DES was doing you muchgood.If you have DES-CBC scrambled files produced by ed(1) prior to this change,you may decrypt them with:  openssl des-cbc -d -iv 0 -K &lt;key in hex&gt; -in &lt;inputfile&gt; -out &lt;plaintext&gt;Reviewed by:	allanjude, bapt, emasteSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D17829

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sun, 04 Nov 2018 18:56:16 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 28 Aug 1999 01:15:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97fa2ef508bb1cc99621edb8b6d03845b55b8bd - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#b97fa2ef508bb1cc99621edb8b6d03845b55b8bd</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 22 Feb 1997 15:13:04 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89730b290a5b2a1506fc7b4a1e604d01e16395ad - Added $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#89730b290a5b2a1506fc7b4a1e604d01e16395ad</link>
        <description>Added $Id$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 24 Sep 1994 04:59:15 +0200</pubDate>
        <dc:creator>David Greenman &lt;dg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e6217e73cb4eb3a08a0a855ec59924805beb1b - Fixed range address bug: 1,2, == 2,2   not 2,.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#95e6217e73cb4eb3a08a0a855ec59924805beb1b</link>
        <description>Fixed range address bug: 1,2, == 2,2   not 2,.Overhauled the name space,  reworked some modules and removed theobsolescent Addison-Wesley copyright.

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Tue, 01 Feb 1994 01:36:28 +0100</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a5100e3af3c9c536472755493a099a0de4c497c - added (unsiged) cast to avoid int overflow</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#5a5100e3af3c9c536472755493a099a0de4c497c</link>
        <description>added (unsiged) cast to avoid int overflowremoved REGEX directive

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Mon, 09 Aug 1993 23:34:11 +0200</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30154ac8a86b4987758047cd7b94de39dab9d8d8 - POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#30154ac8a86b4987758047cd7b94de39dab9d8d8</link>
        <description>POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Fri, 18 Jun 1993 15:00:14 +0200</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 28 Aug 1999 01:15:48 +0200</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97fa2ef508bb1cc99621edb8b6d03845b55b8bd - Revert $FreeBSD$ to $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#b97fa2ef508bb1cc99621edb8b6d03845b55b8bd</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 22 Feb 1997 15:13:04 +0100</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Tue, 14 Jan 1997 08:20:47 +0100</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89730b290a5b2a1506fc7b4a1e604d01e16395ad - Added $Id$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#89730b290a5b2a1506fc7b4a1e604d01e16395ad</link>
        <description>Added $Id$

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Sat, 24 Sep 1994 04:59:15 +0200</pubDate>
        <dc:creator>David Greenman &lt;dg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e6217e73cb4eb3a08a0a855ec59924805beb1b - Fixed range address bug: 1,2, == 2,2   not 2,.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#95e6217e73cb4eb3a08a0a855ec59924805beb1b</link>
        <description>Fixed range address bug: 1,2, == 2,2   not 2,.Overhauled the name space,  reworked some modules and removed theobsolescent Addison-Wesley copyright.

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Tue, 01 Feb 1994 01:36:28 +0100</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5a5100e3af3c9c536472755493a099a0de4c497c - added (unsiged) cast to avoid int overflow</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#5a5100e3af3c9c536472755493a099a0de4c497c</link>
        <description>added (unsiged) cast to avoid int overflowremoved REGEX directive

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Mon, 09 Aug 1993 23:34:11 +0200</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30154ac8a86b4987758047cd7b94de39dab9d8d8 - POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/README#30154ac8a86b4987758047cd7b94de39dab9d8d8</link>
        <description>POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).

            List of files:
            /freebsd/bin/ed/README</description>
        <pubDate>Fri, 18 Jun 1993 15:00:14 +0200</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
