aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* Retire the K&R/STD C __P prototype declarations.Cy Schubert2021-02-0258-785/+785
* ipfilter: Retire pre-standard C support.Cy Schubert2021-01-2515-103/+4
* Sync ippool.8 man page synopsis with reality and the rest of theCy Schubert2020-12-241-3/+3
* Remove a random equal sign from the example. It should not be there.Cy Schubert2020-10-271-1/+1
* Continued ipfilter #ifdef cleanup. The r343701 log entry contains aCy Schubert2020-10-271-1/+1
* ipfilter getifname ifdef cleanup.Cy Schubert2020-09-301-28/+1
* Resurrect ipfilter's getifname, replacing the stub with the realCy Schubert2020-09-301-11/+0
* Remove Linux and IRIX specific files.Cy Schubert2020-09-275-556/+0
* Continuing the effort started in r343701, #ifdef cleanup, removeCy Schubert2020-09-271-1/+1
* Continued ipfilter #ifdef cleanup. The r343701 log entry contains aCy Schubert2020-08-051-30/+0
* Continued ipfilter #ifdef cleanup. The r343701 log entry contains aCy Schubert2020-07-297-181/+4
* Document the IPFILTER_PREDEFINED environment variable.Cy Schubert2020-07-231-0/+9
* -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-172-4/+5
* Historically ipfstat listings and stats only listed IPv4 or IPv6 output.Cy Schubert2020-07-172-18/+42
* 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
* Per-rule hit counts (-h) can be used with either -i (input) or -o (output)Cy Schubert2020-06-021-2/+1
* ipfilter: remove duplicate definition of 'thishost'Kyle Evans2020-03-292-2/+1
* As with ipf(8), give ippool(8) the ability to load IP pools from multipleCy Schubert2020-02-182-2/+6
* Fix a typo (upto --> up to) and reword to improve word flow.Cy Schubert2019-12-021-1/+1
* Implement the dynamic add (-A) and removal (-R) of ippool poolsCy Schubert2019-09-272-8/+27
* The no resolve (OPT_NORESOLVE) does nothing. Additionally, it (-R)Cy Schubert2019-09-271-12/+3
* Sync with source:Cy Schubert2019-09-271-5/+2
* Fix a typo.Cy Schubert2019-09-271-1/+1
* Teach the ippool parser about address families. This is a precursorCy Schubert2019-09-261-0/+16
* Fix a typo.Cy Schubert2019-06-281-1/+1
* Document the -B, binary logfile, and the -C config file options.Cy Schubert2019-06-281-1/+11
* 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
* Fix a typo.Cy Schubert2019-06-271-1/+1
* Kernel module shim sources have no business being in the userlandCy Schubert2019-02-0312-3050/+0
* Remove a redundant ip_compat.h, originally merged from upstream.Cy Schubert2019-02-031-126/+0
* ipfilter #ifdef cleanup.Cy Schubert2019-02-0334-770/+26
* Fix a typo.Cy Schubert2019-01-271-1/+1
* Remove redundant ipfilter version of pcap-bpf.h. As of r214535 it wasCy Schubert2019-01-161-687/+0
* Remove an IRIX-only source file.Cy Schubert2019-01-161-683/+0
* Remove ipsd (IP Scan Detetor). It is unused and to my knowledge hasCy Schubert2019-01-0611-1768/+0
* TCP_PAWS_IDLE is does not exist in NetBSD and illumos. In FreeBSDCy Schubert2018-12-301-2/+0
* Remove an ugly Ultrix hack. Ultrix has been AWOL since the last iceCy Schubert2018-12-062-12/+12
* As part of the general cleanup of the ipfilter code, special casesCy Schubert2018-12-041-7/+0
* loadpoolfile() implements a -R (NORESOLVE) option which is not listedCy Schubert2017-08-051-1/+1
* As in r315225, discard 3072 bytes of RC4 bytestream instead of 1024.Cy Schubert2017-07-271-2/+2
* Document supported poollist() (ippool -l) options in usage() and inCy Schubert2017-07-052-2/+2
* Ansify entry and exit points.Cy Schubert2017-06-283-20/+16
* 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-235-8/+6