Age | Commit message (Expand) | Author |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin |
2001-07-31 | allow to test that flags are unset, ok dhartmei@, mickey@ | Peter Stromberg |
2001-07-28 | start sentence on new line, from mpech@ | Daniel Hartmeier |
2001-07-26 | sort SEE ALSO section correctly, from mpech@. | Daniel Hartmeier |
2001-07-26 | usage() with __progname according to style(9), typo in man page. both from mp... | Daniel Hartmeier |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-19 | Fix/complete the handling of the binary ops >< and <> to behave | Kenneth R Westerback |
2001-07-18 | new ERROR token, errx() -> warnx() + ERROR; ok deraadt@ | Markus Friedl |
2001-07-18 | KNF for return | Markus Friedl |
2001-07-18 | check number range to fit in 32 bits | Michael Shalayeff |
2001-07-18 | put range checks on NUMBER, pointed out by deraadt | Michael Shalayeff |
2001-07-17 | spaces, parens, err instead of errx+strerror | Michael Shalayeff |
2001-07-17 | warnx()/YYERROR instead of errx(); suggested by mickey@ | Markus Friedl |
2001-07-17 | markus doesnt like min-ttl =, begone | Niels Provos |
2001-07-17 | support min-ttl, okay dhartmei@ | Niels Provos |
2001-07-17 | normalize ip_off, make IP_DF stripping optional, return rst is a flag now. | Niels Provos |
2001-07-17 | bitch about ! in pf rule; ok dhartmei@ and markus@ | Marco S Hyman |
2001-07-17 | bitch about extra command line args; ok dhartmei@ and markus@ | Marco S Hyman |
2001-07-17 | Only set default proto in the rdr case; markus@ OK | Todd C. Miller |
2001-07-16 | errx() if getservbyname() fails | Markus Friedl |
2001-07-16 | get rid of cleanfiles by getting rid of cleanfiles; markus@ ok | Michael Shalayeff |
2001-07-16 | better flags parsing; dhartmei | Markus Friedl |
2001-07-16 | add a yacc parser for pf.conf and nat.conf, with help from mickey@, | Markus Friedl |
2001-07-11 | Error on invalid ports | Constantine Sapuntzakis |
2001-07-10 | Oops, we can't use 0 as next_addr()'s error return since 0.0.0.0 is | Todd C. Miller |
2001-07-10 | Resolve as a host name if not an IP address; dhartmei@ OK | Todd C. Miller |
2001-07-10 | move "proto" in the nat case as well | Todd C. Miller |
2001-07-09 | Move the proto field to be after the "on" argument which is consistent | Todd C. Miller |
2001-07-09 | Extend nat/rdr syntax. Add source/destination selection. Make | Daniel Hartmeier |
2001-07-06 | Allow negative match on interface name for nat and rdr | Chris Cappuccio |
2001-07-05 | &, not &&. Pointed out by dhartmei@. | Hakan Olsson |
2001-07-04 | cleaner | Theo de Raadt |
2001-07-04 | add new icmp codes and types as symbolic names, ok deraadt | Peter Stromberg |
2001-07-04 | do not pick a fight | Theo de Raadt |
2001-07-03 | Missed a few style fixes... | Hakan Olsson |
2001-07-03 | Document -q option. Some style fixes. dhartmei@ ok. | Hakan Olsson |
2001-07-03 | Add a -q (quiet) option. dhartmei@ ok. | Hakan Olsson |
2001-07-02 | Typo. | Hakan Olsson |
2001-07-01 | tag packets generated by pf (return-rst, return-icmp) so they are not filtere... | Daniel Hartmeier |
2001-07-01 | Appeared in 3.0, not 2.9; openbsd@davidkrause.com | Angelos D. Keromytis |
2001-07-01 | Add port ranges to the rdr directive. Connections can be redirected | Kjell Wooding |
2001-07-01 | Always print filter statistics, even when the filter is disabled. | Kjell Wooding |
2001-07-01 | Finish with posixifying command options. Now both "pfctl -Fs" and | Kjell Wooding |
2001-06-29 | POSIX-ify the flag options at theo's request | Kjell Wooding |
2001-06-29 | change load_file implementation so we can accept input on | Kjell Wooding |
2001-06-29 | fix counter/reason array usage | Daniel Hartmeier |
2001-06-28 | support scrub directive. somebody please please BNF yaccify this. | Niels Provos |
2001-06-28 | usage() was out of date | Daniel Hartmeier |
2001-06-27 | Change flag syntax | Kjell Wooding |
2001-06-27 | errx() doesn't return. use err() to get errno as well. translate two common e... | Daniel Hartmeier |