<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c92017ce5b491da06ee18825dc4963d4aaa92b64 - pkgbase: Put libalias in the natd package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#c92017ce5b491da06ee18825dc4963d4aaa92b64</link>
        <description>pkgbase: Put libalias in the natd packagenatd is the main user of the libalias* modules, put them together.Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D27710

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Mon, 21 Dec 2020 18:34:36 +0100</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>bb894bc9e62fbe9664634952ae124ae807a62cae - Fix a regression: let natd load libalias modules before /usr is mounted</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#bb894bc9e62fbe9664634952ae124ae807a62cae</link>
        <description>Fix a regression: let natd load libalias modules before /usr is mountedrenaming /lib/libalias_*.so.4 to /lib/libalias_*.so.Approved by: glebiusReviewed by: glebius, ru

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Sun, 08 Oct 2006 16:02:00 +0200</pubDate>
        <dc:creator>Paolo Pisati &lt;piso@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf - Summer of Code 2005: improve libalias - part 1 of 2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf</link>
        <description>Summer of Code 2005: improve libalias - part 1 of 2With the first part of my previous Summer of Code work, we get:-made libalias modular: -support for &apos;particular&apos; protocols (like ftp/irc/etcetc) is no more  hardcoded inside libalias, but it&apos;s available through external  modules loadable at runtime -modules are available both in kernel (/boot/kernel/alias_*.ko) and  user land (/lib/libalias_*) -protocols/applications modularized are: cuseeme, ftp, irc, nbt, pptp,  skinny and smedia-added logging support for kernel side-cleanupAfter a buildworld, do a &apos;mergemaster -i&apos; to install the file libalias.confin /etc or manually copy it.During startup (and after every HUP signal) user land applications runningthe new libalias will try to read a file in /etc called libalias.conf:that file contains the list of modules to load.User land applications affected by this commit are ppp and natd:if libalias.conf is present in /etc you won&apos;t notice any difference.The only kernel land bit affected by this commit is ng_nat:if you are using ng_nat, and it doesn&apos;t correctly handleftp/irc/etcetc sessions anymore, remember to kldloadthe correspondent module (i.e. kldload alias_ftp).General information and details about the inner working are availablein the libalias man page under the section &apos;MODULAR ARCHITECTURE(AND ipfw(4) SUPPORT)&apos;.NOTA BENE: this commit affects _ONLY_ libalias, ipfw in-kernel natsupport will be part of the next libalias-related commit.Approved by: glebiusReviewed by: glebius, ru

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Wed, 27 Sep 2006 01:26:53 +0200</pubDate>
        <dc:creator>Paolo Pisati &lt;piso@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb894bc9e62fbe9664634952ae124ae807a62cae - Fix a regression: let natd load libalias modules before /usr is mounted</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#bb894bc9e62fbe9664634952ae124ae807a62cae</link>
        <description>Fix a regression: let natd load libalias modules before /usr is mountedrenaming /lib/libalias_*.so.4 to /lib/libalias_*.so.Approved by: glebiusReviewed by: glebius, ru

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Sun, 08 Oct 2006 16:02:00 +0200</pubDate>
        <dc:creator>Paolo Pisati &lt;piso@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf - Summer of Code 2005: improve libalias - part 1 of 2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libalias/modules/pptp/Makefile#be4f3cd0d9c4f0d7755b1bf24c59ca26c336dccf</link>
        <description>Summer of Code 2005: improve libalias - part 1 of 2With the first part of my previous Summer of Code work, we get:-made libalias modular: -support for &apos;particular&apos; protocols (like ftp/irc/etcetc) is no more  hardcoded inside libalias, but it&apos;s available through external  modules loadable at runtime -modules are available both in kernel (/boot/kernel/alias_*.ko) and  user land (/lib/libalias_*) -protocols/applications modularized are: cuseeme, ftp, irc, nbt, pptp,  skinny and smedia-added logging support for kernel side-cleanupAfter a buildworld, do a &apos;mergemaster -i&apos; to install the file libalias.confin /etc or manually copy it.During startup (and after every HUP signal) user land applications runningthe new libalias will try to read a file in /etc called libalias.conf:that file contains the list of modules to load.User land applications affected by this commit are ppp and natd:if libalias.conf is present in /etc you won&apos;t notice any difference.The only kernel land bit affected by this commit is ng_nat:if you are using ng_nat, and it doesn&apos;t correctly handleftp/irc/etcetc sessions anymore, remember to kldloadthe correspondent module (i.e. kldload alias_ftp).General information and details about the inner working are availablein the libalias man page under the section &apos;MODULAR ARCHITECTURE(AND ipfw(4) SUPPORT)&apos;.NOTA BENE: this commit affects _ONLY_ libalias, ipfw in-kernel natsupport will be part of the next libalias-related commit.Approved by: glebiusReviewed by: glebius, ru

            List of files:
            /freebsd/lib/libalias/modules/pptp/Makefile</description>
        <pubDate>Wed, 27 Sep 2006 01:26:53 +0200</pubDate>
        <dc:creator>Paolo Pisati &lt;piso@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
