This commit was generated by cvs2svn to compensate for changes in r167974,which included commits to RCS files with non-trunk default branches.
Fix ipfw packet matching errors with address tables.The ipfw tables lookup code caches the result of the last query. Thekernel may process multiple packets concurrently, performing severalconcur
Fix ipfw packet matching errors with address tables.The ipfw tables lookup code caches the result of the last query. Thekernel may process multiple packets concurrently, performing severalconcurrent table lookups. Due to an insufficient locking, a cachedresult can become corrupted that could cause some addresses to beincorrectly matched against a lookup table.Submitted by: ruReviewed by: csjp, mlaierSecurity: CAN-2005-2019Security: FreeBSD-SA-05:13.ipfwCorrect bzip2 permission race condition vulnerability.Obtained from: Steve Grubb via RedHatSecurity: CAN-2005-0953Security: FreeBSD-SA-05:14.bzip2Approved by: obrienCorrect TCP connection stall denial of service vulnerability.A TCP packets with the SYN flag set is accepted for establishedconnections, allowing an attacker to overwrite certain TCP options.Submitted by: Noritoshi DemizuReviewed by: andre, Mohan SrinivasanSecurity: CAN-2005-2068Security: FreeBSD-SA-05:15.tcpApproved by: re (security blanket), cperciva
show more ...
Make bzip2 support working again after bzip2 upgrade. This time commitBZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes fileoff the vendor branch, but looks like bzip2 maintaine
Make bzip2 support working again after bzip2 upgrade. This time commitBZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes fileoff the vendor branch, but looks like bzip2 maintainer doesn't care), so thatit will not be removed when the next upgrade is performed. Also, add a shortnote on how to test bzip2 support.Pointy hat to: obrienCorrect comment (libz -> libbz2) and remove useless full path to zutil.hwhile I am here.
Update to match the 1.0.3 import.
Virgin import (trimmed) of Bzip2 version 1.0.3.
This commit was generated by cvs2svn to compensate for changes in r146293,which included commits to RCS files with non-trunk default branches.
Add upgrade instructions.
Virgin import (trimmed) of Bzip2 version 1.0.2
Virgin import (trimmed) of Bzip2 version 1.0.1.
12