1. 03 Dec, 2015 1 commit
  2. 01 Dec, 2015 1 commit
  3. 30 Nov, 2015 1 commit
  4. 27 Nov, 2015 18 commits
  5. 24 Nov, 2015 1 commit
  6. 10 Nov, 2015 1 commit
  7. 04 Nov, 2015 2 commits
  8. 03 Nov, 2015 2 commits
  9. 01 Nov, 2015 1 commit
  10. 28 Aug, 2015 1 commit
  11. 26 Aug, 2015 1 commit
  12. 20 Aug, 2015 2 commits
  13. 16 Aug, 2015 1 commit
  14. 14 Aug, 2015 1 commit
  15. 11 Aug, 2015 1 commit
  16. 10 Aug, 2015 2 commits
  17. 04 Aug, 2015 1 commit
  18. 30 Jul, 2015 2 commits
    • Franco Fichtner's avatar
      firmware: `better' fix for IPv6 loopback allow; #271 · a62931b4
      Franco Fichtner authored
      `block quick' creates a chain-reaction that requires `pass quick' for
      loopback traffic, even though we have non-quick loopback pass rules
      below.  If `quick' ought to be used, non-quick should be removed
      completely, but that is beyond the scope of this fix.
      
      For now, rather pass all IPv6 traffic on the looback device as opposed
      to passing all IPv6 traffic with an IPv6 loopback address.
      a62931b4
    • Franco Fichtner's avatar
      firewall: fix squid start with IPv6 disabled; fixes #271 · 102443a3
      Franco Fichtner authored
      While blocking IPv6 in this case is a good start, loopback traffic
      from internal to internal should never be blocked as some deamons
      like squid use it to probe and/or communicate.
      102443a3