aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/tools
Commit message (Expand)AuthorAgeFilesLines
* ipfilter: remove duplicate definition of 'thishost'Kyle Evans2020-03-291-1/+0
* As with ipf(8), give ippool(8) the ability to load IP pools from multipleCy Schubert2020-02-181-1/+5
* Implement the dynamic add (-A) and removal (-R) of ippool poolsCy Schubert2019-09-271-7/+26
* The no resolve (OPT_NORESOLVE) does nothing. Additionally, it (-R)Cy Schubert2019-09-271-12/+3
* Teach the ippool parser about address families. This is a precursorCy Schubert2019-09-261-0/+16
* Return a return code scripts might expect. I missed this whileCy Schubert2019-06-271-1/+1
* Update usage() to refect the current state of ipmon.Cy Schubert2019-06-271-2/+5
* ipfilter #ifdef cleanup.Cy Schubert2019-02-039-289/+8
* loadpoolfile() implements a -R (NORESOLVE) option which is not listedCy Schubert2017-08-051-1/+1
* Document supported poollist() (ippool -l) options in usage() and inCy Schubert2017-07-051-1/+1
* In poolnodecommand() (ippool -a and ippool -r) -m (pool name) is notCy Schubert2017-06-281-1/+1
* Replace AF_INET6 ifdefs with USE_INET6 to be consistent with the restCy Schubert2017-06-271-2/+2
* Replace AF_INET6 ifdefs with USE_INET6 ifdefs. This is more consistentCy Schubert2017-06-231-1/+1
* In poolnodcommand(): TTL (-T) is only valid when adding a node to aCy Schubert2017-06-221-4/+8
* poolflush() has no positional arguments.Cy Schubert2017-06-221-1/+1
* Fix -S handling within poolcommand(). Specifying a seed (-S) is onlyCy Schubert2017-06-211-1/+4
* Flag poolnodecommand() (ippool -a and ippool -r) command line syntaxCy Schubert2017-06-201-0/+6
* poolcommand() (ippool -A and ippool -R) seed takes an argument.Cy Schubert2017-06-191-1/+1
* Flag poolcommand() (ippool -A and ippool -R) command line syntax errors.Cy Schubert2017-06-191-0/+6
* Chase r319848: remove -v option from getopt() call.Cy Schubert2017-06-141-1/+1
* -n (do nothing) is not a commmand option.Cy Schubert2017-06-141-4/+1
* -v (verbose) is not a command option. (See ippool.1 for a definitionCy Schubert2017-06-121-3/+0
* Flag loadpoolfile() (ippool -f) command line syntax errors.Cy Schubert2017-06-111-0/+6
* Identify poolstats() (ippool -s) command line syntax errors.Cy Schubert2017-06-111-0/+6
* Identify command line syntax errors in poolflush() (ippool -F).Cy Schubert2017-06-111-0/+6
* Remove redundant assignment of infile from optarg in loadpoolfile()Cy Schubert2017-06-101-2/+0
* Disable the -O (output fields) option in poollist() (ippool -l) forCy Schubert2017-06-101-1/+8
* Flag poollist() (ippool -l) command line syntax errors.Cy Schubert2017-06-101-0/+6
* Remove NORESOLVE (-R) option from poollist() (ippool -l). It is notCy Schubert2017-05-311-4/+1
* Implement ippool command line IPv6 address parse support (for the -iCy Schubert2017-05-161-16/+51
* Ifdef out a redundant if statement when INET6 is disabled.Cy Schubert2017-05-051-0/+2
* Use warnx() to issue error message.Cy Schubert2017-04-161-1/+2
* Fix CID 1372600, possible NULL pointer dereference shouldCy Schubert2017-04-161-0/+4
* calloc() and realloc() modernization.Cy Schubert2017-03-163-4/+4
* Use normal KNF cuddling of elses.Cy Schubert2017-01-261-2/+1
* Remove extraneous blank line.Cy Schubert2017-01-251-1/+0
* Issue an error message when an incorrect flush argument isCy Schubert2017-01-251-3/+7
* Remove dead code.Cy Schubert2016-06-301-17/+0
* ipf(1): Use strchr(3) instead of deprecated index(3)Ed Maste2015-05-221-1/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-065-15/+0
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-011-0/+8
* #552 destination port not zero after parsing nat ruleCy Schubert2014-09-221-9/+13
* 3561691 gethost never returns an ipv6 addressCy Schubert2014-09-221-7/+9
* #551 ipf.conf address structure not properly zero filledCy Schubert2014-09-221-11/+21
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-0621-2645/+6487
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forCy Schubert2013-07-1921-15271/+0
| * Import IPFilter 4.1.28Darren Reed2007-10-186-26/+163
* | Use pcap's bpf header, not our own copy of it.Rui Paulo2010-10-291-2/+0
* | Fix a typo that causes the for loop to exit immediately. There'sRoman Divacky2009-06-161-1/+1
* | 2020447 IPFilter's NAT can undo name server random port selectionDarren Reed2008-07-241-3/+9