<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/netstat/ipsec.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-01-05T03:47:24Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2006-01-05T03:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0fb2d110795c03aadbd156951f3ed0eabd389114'/>
<id>urn:sha1:0fb2d110795c03aadbd156951f3ed0eabd389114</id>
<content type='text'>
    kbyanc      2005-12-28 20:36:55 UTC

      FreeBSD src repository

      Modified files:
        usr.bin/netstat      Makefile ipsec.c main.c netstat.h
      Added files:
        usr.bin/netstat      pfkey.c
      Log:
      Add support for printing IPSEC protocol stats if the kernel was
      compiled with FAST_IPSEC rather than the KAME IPSEC stack.

    Note that the output of "netstat -s -p ipsec" differs depending on
    which stack is compiled into the kernel since they each keep different
    stats.  This delta also adds the "esp", "ah", and "ipcomp" protocol
    stats, which are also available when the kernel is compiled with the
    FAST_IPSEC stack (e.g. "netstat -s -p esp").

      Submitted by:   Matt Titus &lt;titus at nttmcl dot com&gt;

      Revision  Changes    Path
      1.31      +2 -1      src/usr.bin/netstat/Makefile
      1.13      +266 -94   src/usr.bin/netstat/ipsec.c
      1.81      +29 -0     src/usr.bin/netstat/main.c
      1.47      +6 -0      src/usr.bin/netstat/netstat.h
      1.1       +184 -0    src/usr.bin/netstat/pfkey.c (new)
</content>
</entry>
<entry>
<title>Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).</title>
<updated>2004-07-26T20:18:11Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-07-26T20:18:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cc6f12231c7267d34a409cfbd960c7f3d69f8eb'/>
<id>urn:sha1:6cc6f12231c7267d34a409cfbd960c7f3d69f8eb</id>
<content type='text'>
Use warnx() instead of warn() when error message is not of any interest. Add
prototypes.
</content>
</entry>
<entry>
<title>- support hmac-ripemd160.</title>
<updated>2004-02-05T12:02:37Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2004-02-05T12:02:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22a4e209058ba4ba9d2961517661733f85b20868'/>
<id>urn:sha1:22a4e209058ba4ba9d2961517661733f85b20868</id>
<content type='text'>
- support AES XCBC MAC/AES counter mode.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>print stats on SPD cache lookups.</title>
<updated>2004-02-05T12:01:39Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2004-02-05T12:01:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3fde69b9443a47fb4d6a8a979858296d8619869a'/>
<id>urn:sha1:3fde69b9443a47fb4d6a8a979858296d8619869a</id>
<content type='text'>
Obtained from:	KAME
</content>
</entry>
<entry>
<title>- %d is 12 chars, not 10.  use NI_MAX* where appropriate.</title>
<updated>2004-02-05T11:59:37Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2004-02-05T11:59:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5d8a878a5534d60d49ec3f9f896baa5f917645d3'/>
<id>urn:sha1:5d8a878a5534d60d49ec3f9f896baa5f917645d3</id>
<content type='text'>
- goodbye RC5.
- use %llu directly.
- KNF.

Obtained from:	KAME
</content>
</entry>
<entry>
<title>Warns cleanups for netstat:</title>
<updated>2002-09-05T17:06:51Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-05T17:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a01e3379df7c510218ec793cf6f288ac4aac6487'/>
<id>urn:sha1:a01e3379df7c510218ec793cf6f288ac4aac6487</id>
<content type='text'>
1) Include arpa/inet.h for ntohs.
2) Constness fixes.
3) Fix shadowing except for "sin" which shouldn't be in scope.
4) Remove register keyword.
5) Add missing initialsers to user defined structs.
5) Make prototype of netname6 globally visable.
6) Use right macros for printing syncache stats (even though entrie isn't
   a word).
</content>
</entry>
<entry>
<title>Removed duplicate VCS ID tags, as per style(9).</title>
<updated>2001-08-13T14:06:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-13T14:06:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8af1452cf8dd1b33da881f84e445d5981eaa9613'/>
<id>urn:sha1:8af1452cf8dd1b33da881f84e445d5981eaa9613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove warnings</title>
<updated>2001-06-15T23:55:45Z</updated>
<author>
<name>Assar Westerlund</name>
<email>assar@FreeBSD.org</email>
</author>
<published>2001-06-15T23:55:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f964d60dd3287932055bfdaadf3cba4a7ff2d648'/>
<id>urn:sha1:f964d60dd3287932055bfdaadf3cba4a7ff2d648</id>
<content type='text'>
remove superfluous declarations
make things more consistent
</content>
</entry>
<entry>
<title>remove K&amp;R support</title>
<updated>2001-06-15T23:35:13Z</updated>
<author>
<name>Assar Westerlund</name>
<email>assar@FreeBSD.org</email>
</author>
<published>2001-06-15T23:35:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e0517186d418529323a5eb007287145e4fd3b50'/>
<id>urn:sha1:5e0517186d418529323a5eb007287145e4fd3b50</id>
<content type='text'>
</content>
</entry>
</feed>
