<?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 ipsec_dump_policy.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>50ecbc5142e1c58f2132b351da19c5e4aa5f4e6a - libipsec: make const-correct</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#50ecbc5142e1c58f2132b351da19c5e4aa5f4e6a</link>
        <description>libipsec: make const-correct- add const to the appropriate places in the libipsec public API and the  relevant internal functions needed to support that.- replace caddr_t with c_caddr_t in ipsec_dump_policy()- update the ipsec_dump_policy manpage to use c_caddr_t (this manpage  was already wrong as it had &quot;char *&quot; instead of caddr_t previously).While here, update pfkeyv2.h to not cast away const in the PFKEY_*()macros.This should not cause any ABI changes as the actual types have notchanged.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1099

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Mon, 22 Apr 2024 21:56:24 +0000</pubDate>
        <dc:creator>Lexi Winter &lt;lexi@le-Fay.ORG&gt;</dc:creator>
    </item>
<item>
        <title>a2f733abcff64628b7771a47089628b7327a88bd - lib: Automated cleanup of cdefs and other formatting</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#a2f733abcff64628b7771a47089628b7327a88bd</link>
        <description>lib: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+&lt;sys/cdefs.h&gt;.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/types.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/param.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/capsicum.h&gt;/Sponsored by:		Netflix

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Fri, 24 Nov 2023 20:12:57 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d386b48a555f61cb7325543adbbb5c3f3407a66 - Remove $FreeBSD$: one-line .c pattern</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#1d386b48a555f61cb7325543adbbb5c3f3407a66</link>
        <description>Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\(&quot;\$FreeBSD\$&quot;\);?\s*\n/

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Wed, 16 Aug 2023 17:54:42 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58436df347de665f6bc635a0e3018fc6f3d0a656 - libipsec: ansify</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#58436df347de665f6bc635a0e3018fc6f3d0a656</link>
        <description>libipsec: ansifySponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Thu, 16 Mar 2023 19:19:35 +0000</pubDate>
        <dc:creator>Mateusz Guzik &lt;mjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82725ba9bf1fd59746a4006a06f24d4d61d142f2 - Merge ^/head r325999 through r326131.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#82725ba9bf1fd59746a4006a06f24d4d61d142f2</link>
        <description>Merge ^/head r325999 through r326131.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Thu, 23 Nov 2017 14:28:14 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a16b7a18f5d0b031f09832fd7752fba717e2a97 - General further adoption of SPDX licensing ID tags.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#8a16b7a18f5d0b031f09832fd7752fba717e2a97</link>
        <description>General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.Special thanks to Wind River for providing access to &quot;The Duke ofHighlander&quot; tool: an older (2014) run over FreeBSD tree was useful as astarting point.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Mon, 20 Nov 2017 19:49:47 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d2ab4a62d6733c45958627ac113bdbd818d1e2a - Merge head</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#9d2ab4a62d6733c45958627ac113bdbd818d1e2a</link>
        <description>Merge head

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Sun, 27 Apr 2014 08:13:43 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e9865b63f0e531c633ab5bd14117cbf59a7b76c - Add a missing break in the TCP case.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#9e9865b63f0e531c633ab5bd14117cbf59a7b76c</link>
        <description>Add a missing break in the TCP case.Reviewed by:	bmsMFC after:	1 week

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Thu, 17 Apr 2014 10:27:18 +0000</pubDate>
        <dc:creator>Christian Brueffer &lt;brueffer@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864187d8a6f9d3b3fc66c5324b403e950befee52 - The use of snprintf() to append to a buffer is not valid according to C99</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#864187d8a6f9d3b3fc66c5324b403e950befee52</link>
        <description>The use of snprintf() to append to a buffer is not valid according to C99

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Sat, 11 Dec 2010 08:07:21 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8409aedfa67396980986b68417d5e6ef1351b491 - Commit IPv6 support for FAST_IPSEC to the tree.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#8409aedfa67396980986b68417d5e6ef1351b491</link>
        <description>Commit IPv6 support for FAST_IPSEC to the tree.This commit includes all remaining changes for the time being includinguser space updates.Submitted by:    bzApproved by:    re

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Sun, 01 Jul 2007 12:08:08 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1922fd129e288c22e9c0175a84c13c33cb9345cb - Initial import of RFC 2385 (TCP-MD5) digest support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#1922fd129e288c22e9c0175a84c13c33cb9345cb</link>
        <description>Initial import of RFC 2385 (TCP-MD5) digest support.This is the second of two commits; bring in the userland support to finish.Teach libipsec and setkey about the tcp-md5 class of security associations,thus allowing administrators to add per-host keys to the SADB for use bythe tcpsignature_compute() function.Document that a single SPI must be used until such time as the code whichadds support to the SPD to specify flows for tcp-md5 treatment is suitablefor production.Sponsored by:	sentex.net

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Wed, 11 Feb 2004 04:34:34 +0000</pubDate>
        <dc:creator>Bruce M Simpson &lt;bms@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9713f5c1706681abd3304ec450d309d47c61e278 - - errx() doesn&apos;t need `\n&apos;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#9713f5c1706681abd3304ec450d309d47c61e278</link>
        <description>- errx() doesn&apos;t need `\n&apos;.- use %u for unsigned variable.Obtained from:	KAME

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Sun, 26 Oct 2003 12:00:27 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d24cb2490d10a6abfd24c7bba65db9a7dc011715 - stop use of NI_WITHSCOPEID.  it was deprecated.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#d24cb2490d10a6abfd24c7bba65db9a7dc011715</link>
        <description>stop use of NI_WITHSCOPEID.  it was deprecated.Obtained from:	KAME

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Tue, 21 Oct 2003 20:11:47 +0000</pubDate>
        <dc:creator>Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1372519b1579b695b7c87b8fbbdc2c113e985474 - Remove multi-line __P() usage.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#1372519b1579b695b7c87b8fbbdc2c113e985474</link>
        <description>Remove multi-line __P() usage.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Fri, 22 Mar 2002 09:22:15 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69160b1eb704d1931b536a65fcf50757ddbfc469 - Remove __P() usage.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#69160b1eb704d1931b536a65fcf50757ddbfc469</link>
        <description>Remove __P() usage.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Thu, 21 Mar 2002 23:54:04 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46a50f4e34d25717bfef8019dcc92ca31999130d - Add __FBSDID()s to libipsec</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#46a50f4e34d25717bfef8019dcc92ca31999130d</link>
        <description>Add __FBSDID()s to libipsec

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Sun, 30 Sep 2001 21:43:45 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c62e87aa307c7566c1e7986655911494d813dc5 - synchronize with latest kame tree.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#3c62e87aa307c7566c1e7986655911494d813dc5</link>
        <description>synchronize with latest kame tree.behavior change: policy syntax was changed.  you may need to update yoursetkey(8) configuration files.

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Tue, 04 Jul 2000 16:22:05 +0000</pubDate>
        <dc:creator>Jun-ichiro itojun Hagino &lt;itojun@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a4365d0e0833374e893c519639bde71756aa104 - libipsec and IPsec related apps. (and some KAME related man pages)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/lib/libipsec/ipsec_dump_policy.c#9a4365d0e0833374e893c519639bde71756aa104</link>
        <description>libipsec and IPsec related apps. (and some KAME related man pages)Reviewed by: freebsd-arch, cvs-committersObtained from: KAME project

            List of files:
            /freebsd-src/lib/libipsec/ipsec_dump_policy.c</description>
        <pubDate>Thu, 06 Jan 2000 12:40:54 +0000</pubDate>
        <dc:creator>Yoshinobu Inoue &lt;shin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
