<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netipsec, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-03-22T16:03:25Z</updated>
<entry>
<title>Add missing code needed for the detection of IPSec packet replays. [1]</title>
<updated>2006-03-22T16:03:25Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2006-03-22T16:03:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c82120cef588b7d97bb551b50df5d287aad93e9'/>
<id>urn:sha1:2c82120cef588b7d97bb551b50df5d287aad93e9</id>
<content type='text'>
Correctly identify the user running opiepasswd(1) when the login name
differs from the account name. [2]

Modify timeout handling logic in sendmail(8) to correct a reported
signal handling race condition. [3]

Approved by:	so (cperciva)
Security:	FreeBSD-SA-06:11.ipsec [1]
Security:	FreeBSD-SA-06:12.opie [2]
Security:	FreeBSD-SA-06:13.sendmail [3]
</content>
</entry>
<entry>
<title>MFC various fixes:</title>
<updated>2004-10-02T04:55:47Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2004-10-02T04:55:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b8fdd5f3574d794f6c0e95a459a819403588208'/>
<id>urn:sha1:4b8fdd5f3574d794f6c0e95a459a819403588208</id>
<content type='text'>
o Correct handling of SADB_UPDATE and SADB_ADD requests.
o Add missing locking for secpolicy refcnt manipulations.
o Remove extraneous SECPOLICY_LOCK_DESTROY calls.

Submitted by:	Roselyn Lee
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC from pfvar.h, rev. 1.9 and keydb.h, rev. 1.4</title>
<updated>2004-09-30T20:11:46Z</updated>
<author>
<name>Max Laier</name>
<email>mlaier@FreeBSD.org</email>
</author>
<published>2004-09-30T20:11:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f53011f81c8fcda330ac37a9ab56fed28da388ec'/>
<id>urn:sha1:f53011f81c8fcda330ac37a9ab56fed28da388ec</id>
<content type='text'>
&gt;   Protect sockaddr_union definitions with a protecting define. This allows
&gt;   to build kernels with FAST_IPSEC and PF. This is the least disruptive
&gt;   fix.
&gt;
&gt;   PR:             kern/71836
&gt;   Reviewed by:    bms, various mailing lists

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: Apply error and success logic consistently to the function netisr_queue()</title>
<updated>2004-09-15T15:14:19Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2004-09-15T15:14:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c29d01eeb398bdf5828d3cb2e975346498a2db2d'/>
<id>urn:sha1:c29d01eeb398bdf5828d3cb2e975346498a2db2d</id>
<content type='text'>
and its users.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Get rid of the RANDOM_IP_ID option and make it a sysctl.  NetBSD</title>
<updated>2004-08-14T15:32:40Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-08-14T15:32:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f44b0a1b539198ce55bf97e73d51ded20a55ab4'/>
<id>urn:sha1:1f44b0a1b539198ce55bf97e73d51ded20a55ab4</id>
<content type='text'>
have already done this, so I have styled the patch on their work:

        1) introduce a ip_newid() static inline function that checks
        the sysctl and then decides if it should return a sequential
        or random IP ID.

        2) named the sysctl net.inet.ip.random_id

        3) IPv6 flow IDs and fragment IDs are now always random.
        Flow IDs and frag IDs are significantly less common in the
        IPv6 world (ie. rarely generated per-packet), so there should
        be smaller performance concerns.

The sysctl defaults to 0 (sequential IP IDs).

Reviewed by:	andre, silby, mlaier, ume
Based on:	NetBSD
MFC after:	2 months
</content>
</entry>
<entry>
<title>Add required includes for post-sorwakeup() change to fix FAST_IPSEC</title>
<updated>2004-06-23T01:58:22Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-06-23T01:58:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8eafa045d73a7f85240790a24c2148dfb4870a79'/>
<id>urn:sha1:8eafa045d73a7f85240790a24c2148dfb4870a79</id>
<content type='text'>
compilation.
</content>
</entry>
<entry>
<title>Fix a paste-o in key_cmpspidx_withmask().</title>
<updated>2004-06-22T17:17:44Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-06-22T17:17:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=171ed0933c6742a764acb9b9280c7bfb6714561a'/>
<id>urn:sha1:171ed0933c6742a764acb9b9280c7bfb6714561a</id>
<content type='text'>
PR:		misc/67013
Submitted by:	Zhenmin &lt;zli4@cs.uiuc.edu&gt;
</content>
</entry>
<entry>
<title>use correct address for SADB_EXT_ADDRESS_DST in key_do_allocsa_policy</title>
<updated>2004-05-03T05:15:53Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2004-05-03T05:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c5616421b07177c5bb14084302e993bc2a9e8dc'/>
<id>urn:sha1:2c5616421b07177c5bb14084302e993bc2a9e8dc</id>
<content type='text'>
(was using src instead of dst)

Submitted by:	Bjoern A. Zeeb
Obtained from:	KAME
MFC after:	1 day
</content>
</entry>
<entry>
<title>correct behaviour of key_getsavbyspi broken in rev 1.7; corrects problems with</title>
<updated>2004-05-03T05:11:40Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2004-05-03T05:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9826472d13116aec2860b83fe5f487a975af518a'/>
<id>urn:sha1:9826472d13116aec2860b83fe5f487a975af518a</id>
<content type='text'>
removing specific SPIs

Submitted by:	Bjoern A. Zeeb
</content>
</entry>
<entry>
<title>add support to prefer old SA to new SA during allocation</title>
<updated>2004-05-03T03:29:21Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2004-05-03T03:29:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09a6afb586db67cf3bc804cd4e2ac3674b136a28'/>
<id>urn:sha1:09a6afb586db67cf3bc804cd4e2ac3674b136a28</id>
<content type='text'>
(makes net.key.preferred_oldsa work as for KAME)

Submitted by:	gabor@sentex.net
Reviewed by:	Bjoern A. Zeeb
MFC after:	1 day
</content>
</entry>
</feed>
