aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Pullup IPFilter 4.1.28 from the vendor branch into HEAD.Darren Reed2007-10-186-25/+161
* | ipfstat should parse "any" when used with -D/-S command line optionsDarren Reed2007-06-241-1/+2
* | Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-0418-387/+1219
* | This commit was generated by cvs2svn to compensate for changes in r170263,Darren Reed2007-06-041-1/+5
|\|
| * Import IPFilter 4.1.23 to vendor branch.Darren Reed2007-06-0419-391/+1233
| * Import IP Filter 4.1.13Guido van Rooij2006-08-1611-92/+188
| * Import IP Filter 4.1.10Guido van Rooij2005-12-3018-92/+105
* | Resolve conflictsGuido van Rooij2006-08-1611-92/+188