Age | Commit message (Expand) | Author |
2003-02-18 | Enforce min-ttl and random-id on inbound scrub as well as outbound. | Camiel Dobbelaar |
2003-02-17 | enqueue the copy that was just made, not the original (probably fixes kernel/... | Jason Wright |
2003-02-16 | KNF | Theo de Raadt |
2003-02-16 | KNF | Jason Wright |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2003-02-15 | s/LSZ/LZS (consistent with linux and isakmpd *.cst) | Jason Wright |
2003-02-12 | Address the NFS problems recently discussed in various threads. | Daniel Hartmeier |
2003-02-12 | Labels should be followed by statements (fix gcc3 warning). | Henric Jungheim |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-12 | Make r.rpool.proxy_port[] a consistent byte order to match cleanup in | Ryan Thomas McBride |
2003-02-12 | Fix a bunch of pf_route() bugs: | Ryan Thomas McBride |
2003-02-09 | Slightly less noisy debug printf from pf_map_addr(), ok mcbride@ | Daniel Hartmeier |
2003-02-08 | Add scrub option 'random-id', which replaces IP IDs with random values | Daniel Hartmeier |
2003-02-05 | Remove the confusing and more-or-less unnecessary temporary | Ryan Thomas McBride |
2003-02-01 | Make it build without INET6 again. | Daniel Hartmeier |
2003-02-01 | from Chris Pascoe <c.pascoe@itee.uq.edu.au>: | Chris Cappuccio |
2003-01-31 | The fix introduced with 1.294 to solve issues with route-to in | Daniel Hartmeier |
2003-01-31 | Check protocol (TCP/UDP/ICMP/ICMP6) checksums of all incoming packets, | Daniel Hartmeier |
2003-01-31 | Send a RST when an invalid packet matches a TCP state during the | Daniel Hartmeier |
2003-01-25 | Fix the behaviour of rdr rules which redirect to a range of ports; | Ryan Thomas McBride |
2003-01-25 | Fix a bug that potentially caused fragments to be dropped when the | Daniel Hartmeier |
2003-01-24 | Sigh, pf_pull_hdr (aka pf_pull_hair) doesn't do an m_pullup, it merely | Daniel Hartmeier |
2003-01-24 | Move the mbuf pullup for TCP options to the beginning of TCP handling, | Daniel Hartmeier |
2003-01-24 | Fix wscale support, the first version didn't really work right. | Daniel Hartmeier |
2003-01-23 | Fix a bug where the kernel crashes when translating IPv6 ICMP packets. | Daniel Hartmeier |
2003-01-21 | Support for TCP window scaling (RFC 1323). ok frantzen@ | Daniel Hartmeier |
2003-01-20 | It's difficult to create a table by changing its flags. | Cedric Berger |
2003-01-20 | just for safety. from http://templeofhate.com/tglaser/pub/obsd.diff | Jun-ichiro itojun Hagino |
2003-01-19 | format string fixes | Henning Brauer |
2003-01-18 | Argh! KNF. | Ryan Thomas McBride |
2003-01-18 | Make nat behave the way it used to by copying back the random source port | Ryan Thomas McBride |
2003-01-17 | typo: bandwith -> bandwidth | Camiel Dobbelaar |
2003-01-15 | Fix another buglet with inactive sets. | Cedric Berger |
2003-01-15 | Fix a buglet when one "creates" a table which is already in the | Cedric Berger |
2003-01-15 | Cleanup NULL tests in and around pfr_destroy_ktable(). | Cedric Berger |
2003-01-15 | Kill stupid leaks when using FLAG_DUMMY option. | Cedric Berger |
2003-01-13 | Improve robustness & error handling. More thorough checks of user data. | Cedric Berger |
2003-01-10 | Fix adding and deleting addresses in a table when there is a conflict with | Cedric Berger |
2003-01-10 | Cosmetic change, makes code a bit easier to understand. | Cedric Berger |
2003-01-09 | minor KNF | Henning Brauer |
2003-01-09 | (whitespace) KNF, re-fold -w 80 | Daniel Hartmeier |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-07 | apply the discover rule to bridge_output() as well | Jason Wright |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier |
2003-01-06 | Move initialisation of radix table globals in pfr_initialize() | Cedric Berger |
2003-01-06 | knf | Theo de Raadt |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-04 | spelling | Theo de Raadt |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier |