Skip to content
  1. Jan 12, 2018
  2. Jan 09, 2018
  3. Jan 07, 2018
  4. Nov 11, 2017
  5. Oct 29, 2017
  6. Oct 28, 2017
  7. Sep 05, 2017
  8. Sep 04, 2017
  9. Sep 03, 2017
  10. Sep 01, 2017
  11. Aug 06, 2017
  12. Jul 21, 2017
  13. Jun 17, 2017
  14. Jun 13, 2017
  15. Mar 14, 2017
  16. Feb 23, 2017
  17. Jan 26, 2017
  18. Jan 23, 2017
  19. Jan 14, 2017
  20. Dec 23, 2016
  21. Dec 22, 2016
  22. Dec 20, 2016
  23. Aug 24, 2016
  24. Jun 09, 2016
  25. Mar 31, 2016
  26. Feb 26, 2016
  27. Feb 10, 2016
  28. Jan 29, 2016
  29. Dec 20, 2015
  30. Dec 15, 2015
  31. Oct 28, 2015
    • Hannu Nyman's avatar
      luci-app-firewall: limit zone name length to 11 characters · 87b6bb0d
      Hannu Nyman authored
      
      
      Change the maximum length of a firewall zone name from 14 to 11 characters.
      
      Longer names break iptables rule generation (max. 29 chars are allowed).
      
      XT_EXTENSION_MAXNAMELEN = 29
      29 - sizeof("postrouting_") - sizeof("_rule") - sizeof("\0") = 11
      
      References to:
      https://github.com/openwrt/luci/issues/507
      https://dev.openwrt.org/ticket/20380
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      87b6bb0d
  32. Sep 17, 2015
  33. Aug 26, 2015
    • Hannu Nyman's avatar
      firewall: validate max length of zone name · 34e875b3
      Hannu Nyman authored
      
      
      fw3 sets the maximum length of the zone name to 14 and
      ignores zone definitions with too long names.
      http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.h;hb=HEAD#l25
      http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.c;hb=HEAD#l195
      
      Add a simple validation to ensure that the new zone name is short enough.
      This should fix issue #345
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      34e875b3
  34. Apr 21, 2015
  35. Jan 26, 2015