Age | Commit message (Expand) | Author |
2003-07-05 | backout 1.29; problem reported by Rukh w/ userland ppp. | Jun-ichiro itojun Hagino |
2003-07-04 | cosmetic changes to keep the different code paths in sync; ok henning | Markus Friedl |
2003-07-04 | -add a "natpass" field to pf_rule | Henning Brauer |
2003-07-04 | bad redundant copy; ok daniel | Markus Friedl |
2003-07-03 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-07-01 | wrap pf_normalize_ip6() by #ifdef INET6. pointed out by Wouter Clarie | Jun-ichiro itojun Hagino |
2003-06-30 | change that queue ID allocator so it always has the queues sorted by ID. | Henning Brauer |
2003-06-30 | reset interface statistics when loginterface is changed, closes pr3332, | Daniel Hartmeier |
2003-06-30 | missing pf_tag_purge() | Henning Brauer |
2003-06-30 | move prototype for pf_tag_purge() to pfvar.h | Henning Brauer |
2003-06-29 | normalize IPv6 packet (no reass, but it is a start). dhartmei & henning ok | Jun-ichiro itojun Hagino |
2003-06-29 | unused global. dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-28 | redundant (pfvar.h already have it) | Jun-ichiro itojun Hagino |
2003-06-28 | remove duplicated prototype (they are in pfvar.h). dhartmei ok | Jun-ichiro itojun Hagino |
2003-06-27 | protos for userland build | Theo de Raadt |
2003-06-27 | do pf_tagname2tag() in DIOCCHANGERULE as well. | Henning Brauer |
2003-06-27 | move down pf_tag_unref() calls in pf_rm_rule() to after the check wetehr there | Henning Brauer |
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer |
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer |
2003-06-24 | KNF | Henning Brauer |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino |
2003-06-23 | Don't remove anchor too early in table code, it makes PF use freed memory. | Cedric Berger |
2003-06-21 | count packets and bidirectionally on state entries, allowing for fine-grained | Damien Miller |
2003-06-20 | Add MSS support to the synproxy. The client's MSS is sent to the server, | Daniel Hartmeier |
2003-06-20 | Extend 'BAD ICMP' debug message, include icmp type/code and outer IP header | Daniel Hartmeier |
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer |
2003-06-14 | Use source's window scaling factor (instead of destination's) when | Daniel Hartmeier |
2003-06-12 | in FIONREAD and FREAD, use IFQ_POLL instead of looking at if_snd.ifq_len / | Henning Brauer |
2003-06-10 | It would kind of help if the flags member was initialized, otherwise random | Daniel Hartmeier |
2003-06-09 | Attempt to resolve byte order confusion in nat code once and for all. | Ryan Thomas McBride |
2003-06-08 | Returns the correct array size. | Cedric Berger |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger |
2003-06-03 | move some prototypes to pfvar.h. needed soon. | Henning Brauer |
2003-06-03 | provide pf_tag2tagname which is the reverse of pf_tagname2tag. needed soon. | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | KNF & ANSI, jason agrees | Henning Brauer |
2003-05-30 | o the timeout is int, not u_int32_t | Henning Brauer |
2003-05-24 | Unused variable. | Cedric Berger |
2003-05-18 | speed hack: delay fetching the mbuf tag until we really need it (hit a | Henning Brauer |
2003-05-18 | Merge pf_send_ack() and _send_syn() into a generic _send_tcp(). | Daniel Hartmeier |
2003-05-17 | Correct two comment typos. | Daniel Hartmeier |
2003-05-17 | With rdr we want the source IP from the packet, not the source IP from | Ryan Thomas McBride |
2003-05-17 | allow inverse matching on tags | Henning Brauer |
2003-05-17 | Add an 'action' code that allows the SYN proxy to swallow/drop a packet | Daniel Hartmeier |
2003-05-16 | TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can use | Daniel Hartmeier |
2003-05-14 | - modulate TCP Timestamps so they can't be used to detect NAT and to preclude | Mike Frantzen |
2003-05-14 | tag on each matching rule, not just the last one. | Henning Brauer |
2003-05-14 | unifdef __FreeBSD__ and stuff. markus ok | Jun-ichiro itojun Hagino |
2003-05-14 | Use official (from pcap people) link type for pflog. | Can Erkin Acar |