summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter
Commit message (Collapse)AuthorAgeFilesLines
* Committ changes from 3.4.31 -> 3.4.35darrenr2004-06-218-44/+124
| | | | | | | | | | | | | | | | | * fix bug parsing port comparisons in proxy rules * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make ipfstat work as a set{g,u}id thing - gave up privs before opening /dev/ipl * fix ipfstat -A * make "ipfstat -f" output more informative * various changes to ipsend for sending packets with ipv4 options * ipmon was not correctly calculating the length of the IPv6 packet (excluded ipv6 header length) MFC: 1 week
* This commit was generated by cvs2svn to compensate for changes in r130887,darrenr2004-06-2161-376/+1296
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import ipfilter 3.4.35 onto vendor branchdarrenr2004-06-2186-838/+2160
| |
* | if_name and if_unit renaming to if_xname should be dealth with inguido2004-01-021-0/+1
| | | | | | | | ipmon as well.
* | This commit was generated by cvs2svn to compensate for changes in r123109,brooks2003-12-022-4/+8
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * This is a direct commit to the vendor branch with code from the vendor.brooks2003-12-022-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl)
* | update man page to reflect change in default syslog level ipmon is now ↵darrenr2003-04-051-1/+1
| | | | | | | | compiled with
* | Change the default syslog facility from LOG_LOCAL0 to LOG_SECURITY afterdarrenr2003-04-051-1/+2
| | | | | | | | discussion on security@freebsd.org.
* | bring changes in IPFilter to 3.4.31 on to the headdarrenr2003-02-1510-16/+60
| |
* | This commit was generated by cvs2svn to compensate for changes in r110917,darrenr2003-02-1548-179/+1037
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import userland tools for IPFilter 3.4.31 into -currentdarrenr2003-02-1575-407/+1711
| |
* | Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-3/+3
| | | | | | | | | | removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it.
* | Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-3/+4
| | | | | | | | | | | | | | | | | | | | pointer types, and remove a huge number of casts from code using it. Change struct xfile xf_data to xun_data (ABI is still compatible). If we need to add a #define for f_data and xf_data we can, but I don't think it will be necessary. There are no operational changes in this commit.
* | merge the changes from 3.4.29 that didn't go cleanly due to conflictsdarrenr2002-08-282-4/+7
| |
* | This commit was generated by cvs2svn to compensate for changes in r102521,darrenr2002-08-2815-46/+114
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * With a bit of luck, this will be a first-time right import of ipfilter 3.4.29darrenr2002-08-2831-138/+435
| | | | | | | | on to the vendor branch.
* | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-072-7/+18
| |
* | This commit was generated by cvs2svn to compensate for changes in r98008,darrenr2002-06-079-0/+81
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.28darrenr2002-06-079-0/+81
| |
* | This commit was generated by cvs2svn to compensate for changes in r98005,darrenr2002-06-0715-45/+137
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.28darrenr2002-06-0729-90/+236
| |
* | This commit was generated by cvs2svn to compensate for changes in r95567,darrenr2002-04-274-0/+327
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import 3.4.27darrenr2002-04-274-0/+327
| |
* | This commit was generated by cvs2svn to compensate for changes in r95565,darrenr2002-04-277-31/+51
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import 3.4.27darrenr2002-04-2715-104/+174
| |
* | resolve conflicts from importdarrenr2002-04-253-6/+6
| |
* | This commit was generated by cvs2svn to compensate for changes in r95421,darrenr2002-04-2522-0/+585
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.26darrenr2002-04-2522-0/+585
| |
* | This commit was generated by cvs2svn to compensate for changes in r95419,darrenr2002-04-2524-171/+350
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.26darrenr2002-04-2541-362/+734
| |
* | Removed (new in 3.4.25 import) duplicate copies of files already presentru2002-03-262-401/+0
| | | | | | | | in sys/contrib/ipfilter.
* | For this regression test to pass, you must run ipmon in the Australia/Victoriadarrenr2002-03-191-4/+5
| | | | | | | | (EST-10) timezone to generate the correct timestamps in output.
* | remove because of licence reasonsdarrenr2002-03-191-275/+0
| |
* | fix conflicts generated by import, completing import of ipf3.4.25darrenr2002-03-199-137/+363
| |
* | This commit was generated by cvs2svn to compensate for changes in r92688,darrenr2002-03-1930-0/+1886
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.25darrenr2002-03-1930-0/+1886
| |
* | This commit was generated by cvs2svn to compensate for changes in r92686,darrenr2002-03-1955-1254/+2451
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.25darrenr2002-03-1984-2263/+4894
| |
* | Backout inclusion of sys/queue.halfred2002-01-142-6/+0
| |
* | add queue.h, now needed for file.halfred2002-01-142-0/+6
| |
* | Fixed corruption of the vendor $Id$ to $FreeBSD$. Put $FreeBSD$ inbde2001-10-121-1/+5
| | | | | | | | | | | | | | __FBSDID() and ifdefed away all vendor id stuff. This file should never have left the vendor branch; it is now identical with the vendor's version except for id fiddling.
* | Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-102-2/+0
| |
* | fix conflicts created by importdarrenr2001-07-286-68/+188
| |
* | This commit was generated by cvs2svn to compensate for changes in r80486,darrenr2001-07-2869-514/+924
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter version 3.4.20darrenr2001-07-2893-1091/+1972
| |
* | This commit was generated by cvs2svn to compensate for changes in r80484,darrenr2001-07-282-0/+100
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter version 3.4.20darrenr2001-07-282-0/+100
| |
* | Removed duplicate copies of files already present in sys/contrib/ipfilter.ru2001-06-1820-14489/+0
| | | | | | | | Not objected to by: -arch
* | Compensate for dethreaded headers.markm2001-05-012-0/+4
| | | | | | | | (I have no religion about how this was done. Follow-up commits welcome)
* | fix conflictsdarrenr2001-02-046-19/+103
| |
OpenPOWER on IntegriCloud