<?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 POSIX</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/POSIX#05248206f720394d95c2a7475429311df670a2e9</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#c06e7b66a147edf55f4241fbfbfa32856550cd15</link>
        <description>Merge ^/head r340126 through r340212.

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#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/POSIX</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>87c3644c644a91a07250c36f34f77e531c0d7841 - IFC @ r222256</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#87c3644c644a91a07250c36f34f77e531c0d7841</link>
        <description>IFC @ r222256

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Tue, 24 May 2011 17:39:34 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4431d022a1a5437a574042ab9239a3107e8427 - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#8c4431d022a1a5437a574042ab9239a3107e8427</link>
        <description>MFC

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Sun, 22 May 2011 22:41:10 +0200</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf2fe08eeaf4de76fe97e7510e24c894b87ec902 - Fix some typos under bin/</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#bf2fe08eeaf4de76fe97e7510e24c894b87ec902</link>
        <description>Fix some typos under bin/Found by:	codespell

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Sun, 22 May 2011 16:03:46 +0200</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed9b87e322afe778a398e6e89549cb91fc675681 - Locale support was added by ache long ago.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#ed9b87e322afe778a398e6e89549cb91fc675681</link>
        <description>Locale support was added by ache long ago.

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Mon, 17 Jul 2000 12:40:48 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#b97fa2ef508bb1cc99621edb8b6d03845b55b8bd</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#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/POSIX</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/POSIX#89730b290a5b2a1506fc7b4a1e604d01e16395ad</link>
        <description>Added $Id$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#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/POSIX</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>10ca1c6c925d4ce2f2e0a38c45e05b39daeab2be - fixed undo within a global command (would corrupt the buffer)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#10ca1c6c925d4ce2f2e0a38c45e05b39daeab2be</link>
        <description>fixed undo within a global command (would corrupt the buffer)changed move within a global to behave as in SunOSadded a couple error messages

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Sat, 26 Jun 1993 08:47:21 +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/POSIX#30154ac8a86b4987758047cd7b94de39dab9d8d8</link>
        <description>POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).

            List of files:
            /freebsd/bin/ed/POSIX</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>ed9b87e322afe778a398e6e89549cb91fc675681 - Locale support was added by ache long ago.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#ed9b87e322afe778a398e6e89549cb91fc675681</link>
        <description>Locale support was added by ache long ago.

            List of files:
            /freebsd/bin/ed/POSIX</description>
        <pubDate>Mon, 17 Jul 2000 12:40:48 +0200</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a4562393f80633b81c11d4f7df00548d1cc3c48 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/ed/POSIX#2a4562393f80633b81c11d4f7df00548d1cc3c48</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#b97fa2ef508bb1cc99621edb8b6d03845b55b8bd</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#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/POSIX</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/POSIX#89730b290a5b2a1506fc7b4a1e604d01e16395ad</link>
        <description>Added $Id$

            List of files:
            /freebsd/bin/ed/POSIX</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/POSIX#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/POSIX</description>
        <pubDate>Tue, 01 Feb 1994 01:36:28 +0100</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
