Age | Commit message (Expand) | Author |
2001-11-05 | noone responds. | Theo de Raadt |
2001-10-24 | Check interface names using ifa0_lookup() and print error message for | Daniel Hartmeier |
2001-10-24 | Use snot/dnot correctly in print_rdr. RDR rules with '!' used on the | Daniel Hartmeier |
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier |
2001-10-11 | Don't htonl() past buffer bounds if ipmask == 128 | Mike Frantzen |
2001-10-11 | Corrections from Brian J. Kifiak. | Daniel Hartmeier |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel Hartmeier |
2001-10-04 | Honour -v flag when printing states, print only one line per state when | Daniel Hartmeier |
2001-10-02 | Remove duplication from simultaneous commits | Mike Frantzen |
2001-10-02 | Typo fixes (thanks gwyllion@ace.ulyssis.org) | Mike Frantzen |
2001-10-02 | 'pfctl -O foo' dumped core. A check was there, but didn't work. | Daniel Hartmeier |
2001-10-01 | print variable asignments only if -v is given. ok dhartmei/deraadt | Markus Friedl |
2001-10-01 | Print error message when pfctl -N/-R can't open the specified file | Daniel Hartmeier |
2001-09-30 | Selectable preset FSM optimizations for several network environments. | Mike Frantzen |
2001-09-28 | Support underscores in macro names and document it in the man page. | Daniel Hartmeier |
2001-09-22 | remove debug printf | Theo de Raadt |
2001-09-20 | Fix uninitialized structure fields. Problem reported by Cedric Berger. | Daniel Hartmeier |
2001-09-15 | Implement return-icmp(number), return-icmp6(number) | Peter Stromberg |
2001-09-15 | ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN, reported by Wouter Coene. | Daniel Hartmeier |
2001-09-15 | Fix 'binat ... to any ...' (binat.af wasn't set). | Daniel Hartmeier |
2001-09-15 | Parse bug, found by wilfried@ | Daniel Hartmeier |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen |
2001-09-12 | check calloc() return value | Markus Friedl |
2001-09-06 | - you can only binat between hosts | jasoni |
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 |