summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-27sockaddr2text w/o HAVE_GETNAMEINFOHakan Olsson
2001-06-27state counter changesTheo de Raadt
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27make it understand protocol numbers, tooNiels Provos
2001-06-27Keep track of the ACQUIRE sequence number, and pass it to the kernelAngelos D. Keromytis
2001-06-27IPv6. Also avoid a couple of mem leaks.Hakan Olsson
2001-06-27A few more functions to help with IPv6 support. By Niklas and me.Hakan Olsson
2001-06-26Add -N (parse, but do not load) and -v (verbose: show parsed rules)Kjell Wooding
2001-06-26name comparison operatorsDug Song
2001-06-26Add -Wallsmart
2001-06-26int -> unsigned, so -Wall is happyDaniel Hartmeier
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26bad smartNiels Provos
2001-06-26Add err.h for errx()smart
2001-06-26some warnx, and exit instead of returnNiels Provos
2001-06-26configure sa_family on mask too. to preserve older practiceJun-ichiro itojun Hagino
2001-06-26add rule nr for NielsDaniel Hartmeier
2001-06-26allow -addr src/prefixlen dst/prefixlen. discussed with angelos.Jun-ichiro itojun Hagino
2001-06-26add rule pointer and log option to statesDaniel Hartmeier
2001-06-26Print statistics in a human readable format. ok dhartmeiKjell Wooding
2001-06-26Clarify what the -l option does.Kjell Wooding
2001-06-26use errx()Theo de Raadt
2001-06-26languageTheo de Raadt
2001-06-26change config file names to pf.conf and nat.confKjell Wooding
2001-06-26Max (and default) RTS threshold is 2347 not 2047; biorn@chips.chalmers.seTodd C. Miller
2001-06-26symbolic names for icmp-type and codes, ok deraadt@Peter Stromberg
2001-06-26Renamed files to pf.filter and pf.rulesIan Darwin
2001-06-26add space after line number; wilfried@Daniel Hartmeier
2001-06-26allow 0.0.0.0/x in rulesPeter Stromberg
2001-06-26Update man page to reflect the new getopt-style parametersKjell Wooding
2001-06-26display usage if no command line args; ok dhartmei@jasoni
2001-06-26Fix .Ox callsIan Darwin
2001-06-25fixup .Xr for pf(4); pf(4,) -> pf(4),jasoni
2001-06-25Fix up usage() and alphabetize options.smart
2001-06-25Better style in description; additional sections at end.Ian Darwin
2001-06-25Theo wanted a larger man pageIan Darwin
2001-06-25'.Nm pfctl' not '.Nm' in SYNOPSIS. Also, some cleanup of stray punctuation.smart
2001-06-25Identify the Apple Airport card.Dale Rahn
2001-06-25include guard fix; smat@acm.orgDaniel Hartmeier
2001-06-25Separate getopt handling from execution of functions. Still needsmart
2001-06-25revised ioctl interface, first getopt version of pfctlDaniel Hartmeier
2001-06-25pfctl now has a manpage. likely needs fleshing out.Kjell Wooding
2001-06-25more sync against kernel changesTheo de Raadt
2001-06-25catch up, might have introduced bugs, but there is a next pass...Theo de Raadt
2001-06-25catch up to Art changes in the kernelTheo de Raadt
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-25Replace magic numbers 1, 6, and 17 with IPPROTO_{ICMP,UDP,TCP}. deraadt@ ok.smart
2001-06-25Update copyright dates.Angelos D. Keromytis
2001-06-25use only ioctl return values found in errno.hDaniel Hartmeier