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

            List of files:
            /freebsd-14.2/bin/ed/POSIX</description>
        <pubDate>Wed, 16 Aug 2023 17:55:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d83db3fb - Drop ed(1) &quot;crypto&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#d83db3fb</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-14.2/bin/ed/POSIX</description>
        <pubDate>Sun, 04 Nov 2018 17:56:16 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf2fe08e - Fix some typos under bin/</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#bf2fe08e</link>
        <description>Fix some typos under bin/Found by:	codespell

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

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

            List of files:
            /freebsd-14.2/bin/ed/POSIX</description>
        <pubDate>Fri, 27 Aug 1999 23:15:48 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97fa2ef - Revert $FreeBSD$ to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#b97fa2ef</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-14.2/bin/ed/POSIX</description>
        <pubDate>Sat, 22 Feb 1997 14:13:04 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#1130b656</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-14.2/bin/ed/POSIX</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89730b29 - Added $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#89730b29</link>
        <description>Added $Id$

            List of files:
            /freebsd-14.2/bin/ed/POSIX</description>
        <pubDate>Sat, 24 Sep 1994 02:59:15 +0000</pubDate>
        <dc:creator>David Greenman &lt;dg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e6217e - Fixed range address bug: 1,2, == 2,2   not 2,.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#95e6217e</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-14.2/bin/ed/POSIX</description>
        <pubDate>Tue, 01 Feb 1994 00:36:28 +0000</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10ca1c6c - fixed undo within a global command (would corrupt the buffer)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#10ca1c6c</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-14.2/bin/ed/POSIX</description>
        <pubDate>Sat, 26 Jun 1993 06:47:21 +0000</pubDate>
        <dc:creator>Andrew Moore &lt;alm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30154ac8 - POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/ed/POSIX#30154ac8</link>
        <description>POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).

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