1. 12 Oct, 2016 1 commit
  2. 11 Oct, 2016 6 commits
  3. 10 Oct, 2016 12 commits
  4. 09 Oct, 2016 1 commit
  5. 07 Oct, 2016 1 commit
  6. 05 Oct, 2016 2 commits
  7. 04 Oct, 2016 3 commits
  8. 03 Oct, 2016 5 commits
  9. 02 Oct, 2016 2 commits
  10. 01 Oct, 2016 5 commits
  11. 30 Sep, 2016 2 commits
    • Ad Schellevis's avatar
      (filter) remove inaccessible code · 4283c02a
      Ad Schellevis authored
      4283c02a
    • Ad Schellevis's avatar
      work on https://github.com/opnsense/core/issues/993 · edc40978
      Ad Schellevis authored
      simple start, wrap anchor registration into plugin system, use miniupnpd as an example.
      
      use registerAnchor() to register new anchors for pf into the main firewall script, we've hooked head/tail options and the different anchor types.
      anchorToText() will extract the registered anchors back for the specified types and place in the script (head/tail) in text format for pf.
      
      our new codebase was already hooked using legacy_bindings.inc, no additional includes needed to construct \OPNsense\Firewall\Plugin().
      edc40978