Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-13 | login(8) -> login(1) | Marco S Hyman | |
2002-03-10 | remove unneeded parenthesis. | Federico G. Schwindt | |
2002-03-07 | Add interface-list to BNF, re-indent and wrap. Found by Attila Nagy. | Daniel Hartmeier | |
2002-03-02 | Document PORTHOME. | Marc Espie | |
2002-02-27 | Correct plural/singular in one sentence, omitting protocol specification | Daniel Hartmeier | |
causes the rule to apply to packets of any protocol. | |||
2002-02-23 | Mention that normalization happens before filtering, and that the position | Daniel Hartmeier | |
of scrub rules (in relation to pass/block rules) is not relevant. | |||
2002-02-23 | Mention the two most FAQs near the top, I've explained these too many | Daniel Hartmeier | |
times already. | |||
2002-02-20 | Clarify how the kernel version string is really updated; Sam Smith | Todd C. Miller | |
2002-02-19 | Add a BNF production for address (interface name, host name, or numeric). | Daniel Hartmeier | |
In the examples, change "port = x" -> "port x", since it's shorter and valid. | |||
2002-02-18 | CDROM_SITE, not CDROM_DISTSITE; PR 2213 | Peter Valchev | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-15 | Correct BNF, unary port operators are optional and default to =, | Daniel Hartmeier | |
"pass ... to any port = ssh" and "pass ... to any port ssh" are equivalent. | |||
2002-02-12 | Correct cross reference. PR#2390. | Hugh Graham | |
2002-02-10 | add some nfs and mfs examples | joshua stein | |
2002-02-08 | fix example usage of SUBPACKAGE. | Brad Smith | |
-- Based on suggestion from PR# 2381 | |||
2002-02-08 | fix some japanese... | Theo de Raadt | |
2002-01-27 | clarify the caveats of state modulation a wee bit | Mike Frantzen | |
2002-01-24 | Xr library-specs(7). ok espie@ | Kjell Wooding | |
2002-01-24 | these is mostly v3 | Michael Shalayeff | |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier | |
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer. | |||
2002-01-08 | "no" is optional, of course, fix BNF. | Daniel Hartmeier | |
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier | |
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer. | |||
2001-12-29 | md5 -> distinfo | Anil Madhavapeddy | |
espie@ ok | |||
2001-12-09 | document MODGNU_CONFIG_GUESS_DIRS here, ok espie | Peter Valchev | |
2001-12-07 | add example for ftp-proxy data connections, to reduce some of the questions | Bob Beck | |
on misc@. ok dhartmei@ | |||
2001-12-04 | Add some macros; millert@ ok. | Federico G. Schwindt | |
2001-12-03 | Document rdr rules with port ranges. | Daniel Hartmeier | |
2001-11-26 | add bnf and some documentation on fastroute/route-to/dup-to | jasoni | |
2001-11-17 | reference library specs. | Marc Espie | |
2001-11-13 | o) Fix bogus .Xr usage; | Mike Pechkin | |
o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help; | |||
2001-11-11 | o Instead of copying the "virtual memory exhausted" warning for each | Heikki Korpela | |
individual port, introduce a new variable for bsd.port.mk, VMEM_WARNING. By setting this variable to `Yes', the user is given a warning about the virtual memory requirements just before the pre-build stage. o Also give some examples for different shells for what to do about it, and mention login.conf(5). bash, for example, has a confusing -v flag to ulimit. o Document this in bsd.port.mk.5 espie@ ok | |||
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier | |
default now, and can be allowed per rule. ok deraadt@ | |||
2001-10-11 | Remove URL, the FAQ links to it. | Daniel Hartmeier | |
2001-10-11 | List possible flags (FIN, SYN, RST, PUSH, ACK, URG), suggested | Daniel Hartmeier | |
by Todd Fries. | |||
2001-10-10 | 144.19.74/24 -> 144.19.74.0/24, found by Todd Fries. | Daniel Hartmeier | |
2001-10-09 | man page corrections, from Brian J. Kifiak | Daniel Hartmeier | |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel Hartmeier | |
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both. | |||
2001-10-07 | Document REGRESS_IS_INTERACTIVE | Marc Espie | |
2001-10-07 | document REGRESS_FLAGS | Marc Espie | |
2001-10-05 | Powered by @mantoya: | Mike Pechkin | |
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | |||
2001-10-04 | we don't like .Pp and blank lines before/after .Ss; | Mike Pechkin | |
millert@ ok | |||
2001-10-04 | e.g. and i.e. cleanup | Peter Stromberg | |
2001-10-03 | Document regression testing framework. | Marc Espie | |
Remove wishful thinking about FETCH_DEPENDS, though I would like this curl vs. ftp issue fixed, darn it. | |||
2001-10-02 | correct number of supported filesystems; PR#2097 | Jakob Schlyter | |
2001-10-02 | typo | Brad Smith | |
2001-10-01 | Clean up example rule set. Use \ to wrap lines, use macro for interface name, | Daniel Hartmeier | |
scrub in all. | |||
2001-10-01 | It's keep state and modulate state, not keep-state/modulate-state. | Daniel Hartmeier | |
2001-09-28 | Support underscores in macro names and document it in the man page. | Daniel Hartmeier | |
2001-09-27 | Document PATCH_LIST extended behavior. | Marc Espie | |