<?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>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f03a257 - style.Makefile(5) police</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#7f03a257</link>
        <description>style.Makefile(5) police(I&apos;ve tried to keep to the spirit of the original formatting)Reviewed by:	des

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Sun, 09 Mar 2003 20:06:38 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90a9863e - Moved SHLIB_NAME definition into one place.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#90a9863e</link>
        <description>Moved SHLIB_NAME definition into one place.Approved by:	des

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Wed, 10 Apr 2002 18:07:05 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>519b6a4c - Switch to OpenPAM.  Bump library version.  Modules are now versioned, so</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#519b6a4c</link>
        <description>Switch to OpenPAM.  Bump library version.  Modules are now versioned, soapplications linked with Linux-PAM will still work.Remove pam_get_pass(); OpenPAM has pam_get_authtok().Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().Remove pam_set_item(3) man page as OpenPAM has its own.Sponsored by:	DARPA, NAI Labs

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Tue, 05 Mar 2002 21:56:25 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1642eb1a - Clean up (and in some cases write) the PAM mudules, using</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#1642eb1a</link>
        <description>Clean up (and in some cases write) the PAM mudules, usingo The new options-processing APIo The new DEBUG-logging APIAdd man(1) pages for ALL modules. MDOC-Police welcometo check this.Audit, clean up while I&apos;m here.

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Mon, 09 Jul 2001 18:20:51 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>084a4682 - Big module cleanup.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#084a4682</link>
        <description>Big module cleanup.Move common stuff into Makefile.inc, and tidy up all the Makefilesas a result.Build new modules.Put a commented-out dependancy on libpam for the (shared) modules.I can&apos;t bring this in just yet, as the dependancy (modules-&gt;libpam)is reversed for the static case (libpam-&gt;modules).

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Mon, 04 Jun 2001 19:47:56 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f6014e6 - Use a unified libgcc rather than a seperate one for threaded and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#3f6014e6</link>
        <description>Use a unified libgcc rather than a seperate one for threaded andnon-threaded programs.  This provides threaded programs with theneeded exception frame symbols.parts submitted by:	Max Khon &lt;fjoe@iclub.nsu.ru&gt;PR:	23252

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 06:16:31 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d65b34db - Revive the pam_deny and pam_permit modules from Linux-PAM.  They are</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libpam/modules/pam_permit/Makefile#d65b34db</link>
        <description>Revive the pam_deny and pam_permit modules from Linux-PAM.  They aresimple enough to be trusted.Add account management functionality to the pam_unix module.These changes should make it possible to use PAM in some ports.Submitted by:	Max Khon &lt;fjoe@iclub.nsu.ru&gt;

            List of files:
            /freebsd-14.2/lib/libpam/modules/pam_permit/Makefile</description>
        <pubDate>Sat, 08 May 1999 01:59:27 +0000</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
