Age | Commit message (Expand) | Author |
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier |
2002-04-23 | Allow explicit filtering of fragments when they are not reassembled. | Daniel Hartmeier |
2002-04-18 | use strlcpy | Theo de Raadt |
2002-04-17 | Reset lineno for each file, so pfctl -R ... -N ... reports the right | Daniel Hartmeier |
2002-04-15 | Use in_addr_t instead of unsigned long, which breaks on alpha (64-bit). | Daniel Hartmeier |
2002-04-08 | Fix typo, from Raymond M Schneider | Daniel Hartmeier |
2002-04-01 | change return values back from EX_* to 0/1 | Daniel Hartmeier |
2002-04-01 | style(9) improvements from Raymond M Schneider | Daniel Hartmeier |
2002-03-28 | prototype pfctl_kill_states() | Daniel Hartmeier |
2002-03-27 | implement a "no-route" keyword. | Michael Shalayeff |
2002-03-26 | tidy up usage statement and sort headers. patch from dfa@solo.ee | Mike Frantzen |
2002-03-26 | sort options and clean up the -k descrption. patch from dfa@solo.ee | Mike Frantzen |
2002-03-25 | add -k option to shootdown all the state entries from the specified host | Mike Frantzen |
2002-03-21 | Add r option to SYNOPSIS. From Brian Poole. | Daniel Hartmeier |
2002-03-12 | Handle inet_ntop() returning NULL explicitly. Found by mpech@. | Daniel Hartmeier |
2002-03-11 | Add -r to reverse lookup addresses when displaying states. | Daniel Hartmeier |
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier |
2002-02-11 | Initial patch. | Mike Pechkin |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the keyword... | Michael Shalayeff |
2002-01-10 | Let port 0 be specified as it's not special here. | Hugh Graham |
2002-01-09 | Port must be >0 and <=65535. Idea while have fun with ssh. | Mike Pechkin |
2002-01-09 | free() 'interface' in {nat,binat,rdr}rule | Mike Pechkin |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier |
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier |
2002-01-07 | Next issue: | Mike Pechkin |
2002-01-07 | remove 3rd argument from ipmask(), not used. | Mike Pechkin |
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier |
2002-01-04 | check (p != NULL), not n. | Mike Pechkin |
2001-12-31 | only open device for writing if we gonna modify anything | Michael Shalayeff |
2001-12-23 | find correct line number in lval, instead of val | Theo de Raadt |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-12-10 | Convert usage of 'you' to third person. Reword some sentences. | Daniel Hartmeier |
2001-12-10 | Add stateful filtering for other (non-TCP/UDP/ICMP) protocol, based on | Daniel Hartmeier |
2001-12-05 | Correctly parse hex numbers. Spotted by Claudio Jeker. Closes PR 2234. | Daniel Hartmeier |
2001-12-03 | For nat, binat and rdr rules, don't allow different address families in | Daniel Hartmeier |
2001-12-01 | wipe print_nat()'s nose (use dnot correctly instead of snot). i need to start | Mike Frantzen |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni |
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 |