Age | Commit message (Expand) | Author |
2002-07-24 | Use host order when adding packet size to interface statistics counter. | Daniel Hartmeier |
2002-07-18 | make it compile by removing unused local vars | Michael Shalayeff |
2002-07-17 | Don't dereference freed memory. | Artur Grabowski |
2002-07-15 | add u_int8_t ifnot to struct pf_rule to support matching packets on any | Henning Brauer |
2002-07-15 | remove duplicated interface check in test_icmp | Henning Brauer |
2002-07-12 | Remove duplicate function declarations (they are in pfvar.h). | Artur Grabowski |
2002-07-11 | KNF. | Artur Grabowski |
2002-07-10 | let IPv6 fragment go through based on normal rulesets. | Jun-ichiro itojun Hagino |
2002-07-05 | fix a small bug I found while installing a -current pf firewall at a | Henning Brauer |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-07-03 | fix a null deref in sysctl_iflist() | Michael Shalayeff |
2002-07-02 | make it compile w/ ipsec and no pf ; smth that was left for homework | Michael Shalayeff |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-07-01 | Fix really long standing bug with fetching address cache entries: | Jason Wright |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt |
2002-06-30 | Fix fallout from recent changes. | Artur Grabowski |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-28 | KNF | Theo de Raadt |
2002-06-25 | add ARP hardware type for IEEE1394 | Jun-ichiro itojun Hagino |
2002-06-24 | KNF | Jun-ichiro itojun Hagino |
2002-06-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino |
2002-06-19 | this was derived from UCB if_sl. therefore, we can update the UCB if_sl | Theo de Raadt |
2002-06-16 | Missing braces around else case, fixes a kernel crash introduced in r1.5 if | Aaron Campbell |
2002-06-15 | unnecessary () on cast | Jason Wright |
2002-06-15 | Transparent IPsec processing on the bridge; for now works only with | Angelos D. Keromytis |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio |
2002-06-11 | split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble', | Mike Frantzen |
2002-06-11 | sprinkle splasserts where function comments tell us to. | Artur Grabowski |
2002-06-11 | splassert(IPL_NET) where comment says that we should. | Artur Grabowski |
2002-06-11 | splassert(IPL_SOFTNET) where comment indicate that. | Artur Grabowski |
2002-06-11 | KNF (tabs, return (x)) | Daniel Hartmeier |
2002-06-11 | enumerate UDP and OTHER state levels (similar to tcp_fsm.h) | Mike Frantzen |
2002-06-11 | SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragments | Mike Frantzen |
2002-06-11 | Make NAT proxy port range configurable per rule, for instance privileged | Daniel Hartmeier |
2002-06-11 | Don't panic when pf_insert_state() detects an attempt to insert a | Daniel Hartmeier |
2002-06-11 | KNF return x -> return (x), ok frantzen@ | Daniel Hartmeier |
2002-06-11 | rework pfctl statistics display | Henning Brauer |
2002-06-10 | - stop abusing IFF_UP. | Jun-ichiro itojun Hagino |
2002-06-10 | Split common code which converts a multicast address to an ethernet | Chris Cappuccio |
2002-06-10 | Allow ports to be specified in nat rules, useful later on for individual | Daniel Hartmeier |
2002-06-10 | #include <sys/timeout.h>, from Chris Kuethe | Daniel Hartmeier |
2002-06-10 | easy error checks first. | Jun-ichiro itojun Hagino |
2002-06-10 | Don't #include <sys/malloc.h> | Daniel Hartmeier |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino |
2002-06-09 | Export compression info only if the SA (xform) is initialized. | Angelos D. Keromytis |
2002-06-09 | don't need device.h | Jason Wright |
2002-06-09 | Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so it | Daniel Hartmeier |
2002-06-09 | if_addrlen need not be 4, set to 0. From: Martin Husemann <martin@duskware.de> | Jun-ichiro itojun Hagino |
2002-06-09 | make sure to bzero sockaddr_in | Jun-ichiro itojun Hagino |