aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Correct example directory location.Cy Schubert2017-06-151-1/+1
* 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
* Just like r318173, which was for outputting IPv6 addresses in treeCy Schubert2017-05-151-10/+39
* As of r318281, there is no need to put a colon (:) in the messageCy Schubert2017-05-141-1/+1
* Separate the ipfilter function/static string from the error with aCy Schubert2017-05-141-1/+1
* Add missing linefeed in debug output.Cy Schubert2017-05-121-1/+1
* Implement outputting of IPv6 addresses in the ippool debug list of treeCy Schubert2017-05-111-2/+24
* 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-162-2/+4
* Fix CID 1372600, possible NULL pointer dereference shouldCy Schubert2017-04-161-0/+4
* Fix CID 1372601, possible NULL pointer dereference shouldCy Schubert2017-04-161-0/+4
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-0/+2
* calloc() and realloc() modernization.Cy Schubert2017-03-1612-16/+17
* Fix leak (free str before returning when ctx's calloc fails).Cy Schubert2017-03-031-1/+3