aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/tools
Commit message (Expand)AuthorAgeFilesLines
* Simplify BSD macro tests.Cy Schubert2021-02-062-2/+2
* Replace the redundant MENTAT macro with SOLARIS.Cy Schubert2021-02-021-2/+2
* Retire the K&R/STD C __P prototype declarations.Cy Schubert2021-02-0218-266/+266
* -4 and -6 only make sense with -i, -o, and -t.Cy Schubert2020-07-171-0/+9
* The output from usage() need not contain usage for -t when STATETOPCy Schubert2020-07-171-0/+2
* Make ipfstat -t header generic when IPv4 and IPv6 output areCy Schubert2020-07-171-0/+3
* ipfstat -t defaults to IPv4 output. Make consistent with ipfstat -iCy Schubert2020-07-171-3/+3
* Historically ipfstat listings and stats only listed IPv4 or IPv6 output.Cy Schubert2020-07-171-16/+35
* fr_family (the protocol family) must be AF_INET or AF_INET6, as inCy Schubert2020-07-171-2/+2
* Only use the use_inet6 variable when INET6 is a build option.Cy Schubert2020-07-171-2/+12
* 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