aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/lib/initparse.c
Commit message (Collapse)AuthorAgeFilesLines
* ipfilter: Move userland bits to sbinCy Schubert2021-12-201-20/+0
| | | | | | | | | | | | | | | | Through fixes and improvements our ipfilter sources have diverged enough to warrant move from contrib into sbin/ipf. Now that I'm planning on implementing MSS clamping as in iptables it makes more sense to move ipfilter to sbin. This is the second of three commits of the ipfilter move. Suggested by glebius on two occaions. Suggested by and discussed with: glebius Reviewed by: glebius, kp (for #network) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D33510
* Retire the K&R/STD C __P prototype declarations.Cy Schubert2021-02-021-1/+1
| | | | | | | | | In the old days when K&R C and STD C were each in use a workaround (read hack) was required to allow the same code to work on each without modification. All C compilers support STD C. We can finally put the __P prototype to rest. MFC after: 1 week
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-061-2/+2
|\ | | | | | | | | | | | | | | Approved by: glebius (mentor) BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author) Notes: svn path=/head/; revision=255332
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forCy Schubert2013-07-191-18/+0
| | | | | | | | | | | | | | | | | | | | | | import of new ipfilter vendor sources by flattening them. To keep the tags consistent with dist, the tags are also flattened. Approved by: glebius (Mentor) Notes: svn path=/vendor/ipfilter/dist/; revision=253467
| * Import IPFilter 4.1.23 to vendor branch.Darren Reed2007-06-041-2/+2
| | | | | | | | | | | | | | See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13 Notes: svn path=/vendor/ipfilter/dist/; revision=170263
| * Import IP Filter 4.1.10Guido van Rooij2005-12-301-3/+1
| | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=153877
* | Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-041-2/+2
| | | | | | | | | | | | | | See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13 Notes: svn path=/head/; revision=170268
* | Resolve conflicts (and believe me...you don't want to know).Guido van Rooij2005-12-301-1/+1
| | | | | | | | Notes: svn path=/head/; revision=153881
* | * Someone imported a lot of files with the wrong CVS tag, so lots of files needDarren Reed2005-04-251-1/+1
|/ | | | | | | | that fixed in them.... * Keep unnecessary files out of the non-vendor part of this CVS repository. Notes: svn path=/head/; revision=145519
* import ipfilter 4.1.8 into the vendor branchDarren Reed2005-04-251-0/+20
Notes: svn path=/vendor/ipfilter/dist/; revision=145510