| Commit message (Expand) | Author | Age | Files | Lines |
| * | ipfilter: Move userland bits to sbin | Cy Schubert | 2021-12-20 | 23 | -6380/+0 |
| * | ipfilter userland: Replace sprintf with range checking version (snprintf) | Cy Schubert | 2021-12-14 | 2 | -11/+11 |
| * | ipresend(1): Make the build slightly less broken. | Allan Jude | 2021-11-22 | 1 | -0/+1 |
| * | Simplify the FreeBSD check using __FreeBSD__ compiler macro. | Cy Schubert | 2021-02-09 | 2 | -2/+2 |
| * | Simplify FreeBSD check. | Cy Schubert | 2021-02-06 | 1 | -1/+1 |
| * | Simplify BSD macro tests. | Cy Schubert | 2021-02-06 | 2 | -7/+0 |
| * | Retire the K&R/STD C __P prototype declarations. | Cy Schubert | 2021-02-02 | 6 | -37/+37 |
| * | ipfilter: Retire pre-standard C support. | Cy Schubert | 2021-01-25 | 2 | -8/+0 |
| * | Remove Linux and IRIX specific files. | Cy Schubert | 2020-09-27 | 5 | -556/+0 |
| * | Continuing the effort started in r343701, #ifdef cleanup, remove | Cy Schubert | 2020-09-27 | 1 | -1/+1 |
| * | Continued ipfilter #ifdef cleanup. The r343701 log entry contains a | Cy Schubert | 2020-07-29 | 6 | -172/+4 |
| * | Remove a redundant ip_compat.h, originally merged from upstream. | Cy Schubert | 2019-02-03 | 1 | -126/+0 |
| * | ipfilter #ifdef cleanup. | Cy Schubert | 2019-02-03 | 14 | -211/+0 |
| * | Remove an ugly Ultrix hack. Ultrix has been AWOL since the last ice | Cy Schubert | 2018-12-06 | 2 | -12/+12 |
| * | Hide struct inpcb, struct tcpcb from the userland. | Gleb Smirnoff | 2017-03-21 | 1 | -0/+2 |
| * | calloc() and realloc() modernization. | Cy Schubert | 2017-03-16 | 2 | -3/+3 |
| * | Stop including if_var.h from userland. | Gleb Smirnoff | 2015-04-06 | 3 | -9/+0 |
| * | Update ipfilter 4.1.28 --> 5.1.2. | Cy Schubert | 2013-09-06 | 28 | -825/+288 |
| |\ |
|
| | * | As per the developers handbook (5.3.1 step 1), prepare the vendor trees for | Cy Schubert | 2013-07-19 | 38 | -8259/+0 |
| | * | Import IPFilter 4.1.28 | Darren Reed | 2007-10-18 | 2 | -4/+12 |
| | * | Import IPFilter 4.1.23 to vendor branch. | Darren Reed | 2007-06-04 | 7 | -10/+31 |
| | * | Import IP Filter 4.1.13 | Guido van Rooij | 2006-08-16 | 7 | -14/+94 |
| | * | Import IP Filter 4.1.10 | Guido van Rooij | 2005-12-30 | 30 | -78/+18 |
| * | | Retire struct sockaddr_inarp. | Gleb Smirnoff | 2013-01-31 | 1 | -2/+2 |
| * | | Remove unneeded include of <sys/timeb.h>. | Ed Schouten | 2010-03-09 | 1 | -1/+0 |
| * | | Remove udp and tcp includes not needed here. | Bjoern A. Zeeb | 2009-04-25 | 1 | -3/+0 |
| * | | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -0/+5 |
| * | | 2020447 IPFilter's NAT can undo name server random port selection | Darren Reed | 2008-07-24 | 2 | -0/+2 |
| * | | For unfathomable reasons, ipfilter abuses kernel data structures for its | Dag-Erling Smørgrav | 2008-07-23 | 1 | -4/+12 |
| * | | Pullup IPFilter 4.1.28 from the vendor branch into HEAD. | Darren Reed | 2007-10-18 | 2 | -4/+12 |
| * | | Merge IPFilter 4.1.23 back to HEAD | Darren Reed | 2007-06-04 | 7 | -10/+31 |
| * | | Resolve conflicts | Guido van Rooij | 2006-08-16 | 6 | -14/+95 |
| * | | Resolve conflicts (and believe me...you don't want to know). | Guido van Rooij | 2005-12-30 | 16 | -18/+18 |
| * | | * Someone imported a lot of files with the wrong CVS tag, so lots of files need | Darren Reed | 2005-04-25 | 32 | -315/+221 |
| * | | This commit was generated by cvs2svn to compensate for changes in r145510, | Darren Reed | 2005-04-25 | 27 | -217/+412 |
| |\| |
|
| | * | import ipfilter 4.1.8 into the vendor branch | Darren Reed | 2005-04-25 | 33 | -419/+617 |
| * | | Committ changes from 3.4.31 -> 3.4.35 | Darren Reed | 2004-06-21 | 2 | -21/+73 |
| * | | This commit was generated by cvs2svn to compensate for changes in r130887, | Darren Reed | 2004-06-21 | 3 | -4/+7 |
| |\| |
|
| | * | Import ipfilter 3.4.35 onto vendor branch | Darren Reed | 2004-06-21 | 5 | -26/+80 |
| * | | bring changes in IPFilter to 3.4.31 on to the head | Darren Reed | 2003-02-15 | 3 | -8/+44 |
| * | | This commit was generated by cvs2svn to compensate for changes in r110917, | Darren Reed | 2003-02-15 | 9 | -16/+16 |
| |\| |
|
| | * | Import userland tools for IPFilter 3.4.31 into -current | Darren Reed | 2003-02-15 | 12 | -25/+61 |
| * | | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -3/+3 |
| * | | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -3/+4 |
| * | | This commit was generated by cvs2svn to compensate for changes in r98005, | Darren Reed | 2002-06-07 | 1 | -1/+1 |
| |\| |
|
| | * | Import IPFilter 3.4.28 | Darren Reed | 2002-06-07 | 1 | -1/+1 |
| | * | Import IPFilter 3.4.26 | Darren Reed | 2002-04-25 | 1 | -2/+1 |
| * | | resolve conflicts from import | Darren Reed | 2002-04-25 | 1 | -1/+0 |
| * | | fix conflicts generated by import, completing import of ipf3.4.25 | Darren Reed | 2002-03-19 | 4 | -13/+23 |
| * | | This commit was generated by cvs2svn to compensate for changes in r92686, | Darren Reed | 2002-03-19 | 9 | -7/+36 |
| |\| |
|