Age | Commit message (Expand) | Author |
2001-09-06 | 1:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@ | jasoni |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin |
2001-09-04 | Support parameter lists {} for interfaces in filter rules, like | Daniel Hartmeier |
2001-09-02 | Print rule numbers zero-based. Noted by primus@gblx.net. | Daniel Hartmeier |
2001-08-28 | move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@ | Markus Friedl |
2001-08-28 | check for malloc/strdup == NULL | Markus Friedl |
2001-08-28 | Support ! operator in host parameter lists. Fixes PR system/2030. Reported | Daniel Hartmeier |
2001-08-28 | Bump state timeouts and allow tweaking them from pfctl. | Mike Frantzen |
2001-08-26 | sort keywords | Theo de Raadt |
2001-08-25 | PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation. | Mike Frantzen |
2001-08-23 | o for a port_item, initialize the "next" pointer to NULL | Todd C. Miller |
2001-08-23 | Support var="string". Expansion (at lex time) done using $var, for instance: | Theo de Raadt |
2001-08-23 | KNF | Theo de Raadt |
2001-08-23 | for -s all, do not error out when the first ioctl fails | Theo de Raadt |
2001-08-22 | ftp-proxy | Bob Beck |
2001-08-19 | do not spin if no states are found | Theo de Raadt |
2001-08-19 | Document per-rule byte counter. | Daniel Hartmeier |
2001-08-19 | Add per-rule byte counter, so mickey can do accounting. We're counting the | Daniel Hartmeier |
2001-08-19 | Document per-rule statistics. If the evaluation counters look funny, | Daniel Hartmeier |
2001-08-19 | Print per-rule statistics when -v is used with -sr (show rules). | Daniel Hartmeier |
2001-08-19 | Unfuck some TCP state stuff that would drop the SYN|ACK. | Mike Frantzen |
2001-08-19 | Add parameter list support to parser. Handles lists for protocol, hosts | Daniel Hartmeier |
2001-08-18 | make pfctl -s state SCREAM; frantzen is now happy | Theo de Raadt |
2001-08-18 | prettier printing of states | Theo de Raadt |
2001-08-16 | track the line number per-token, so that we can report errors correctly | Theo de Raadt |
2001-08-14 | optimize the flags parsing; markus@ ok | Michael Shalayeff |
2001-08-11 | Add support for ICMP errors referring to ICMP queries/replies. Fixes | Daniel Hartmeier |
2001-08-11 | \+\n support, and spit out cc-style error messages. the parser's line | Theo de Raadt |
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 |