Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfBlockerNG - version 2.0.8 #87

Merged
merged 26 commits into from
Mar 28, 2016
Merged

pfBlockerNG - version 2.0.8 #87

merged 26 commits into from
Mar 28, 2016

Commits on Mar 21, 2016

  1. Bump version to 2.0.8

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    10cebee View commit details
    Browse the repository at this point in the history
  2. Update pfblockerng.xml

    * Mods to Support tag
    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    2930499 View commit details
    Browse the repository at this point in the history
  3. Update pfblockerng.inc

    * Add TLSv1.1 to cURL SSL Options
    * Improve 'Max daily download failure threshold' feature
    * Improve function pfbng_text_area_decode() add $mode variable to account for '#' comment lines in DNSBL Suppression Alias
    * Improve dnsbl_suppression() function
    * 'Advanced In/Outbound Firewall Rules' - Force any Invert Source/Destination Alias to use 'Alias Native' settings
    * Improve GZIP archive extraction function
    * Re-factor Tracker IDs. (Convert all unique Alias details (via ascii table number) and return a 10 digit tracker ID)
    If a duplicate Tracker ID is found, default to a pre-determined Tracker ID format starting with '1700000010'
    * When DNSBL is enabled, but all Aliases/Feeds are 'Disabled', clear existing DNSBL Unbound Database properly.
    * Improve Proofpoint/Emerging Threats IQRisk integrations
    * Improve DNSBL domain name parser
    * Force all DNSBL domains to lowercase
    * Improve 'Kill States' feature - Collect all 'pfB_' Rules that are 'Block/Reject' and do not have bypass states enabled
    * Improve 'Kill States' feature - Collect any 'Permit' Customlist IPs to suppress
    * Add Input Validation for Header/Label field - Whitespace, special or International characters not allowed
    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    44d23a6 View commit details
    Browse the repository at this point in the history
  4. Update pfblockerng.inc

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    4ec706d View commit details
    Browse the repository at this point in the history
  5. Update pfblockerng.sh

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    1ad1275 View commit details
    Browse the repository at this point in the history
  6. Update pfblockerng_dnsbl.xml

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    50bf01b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e827664 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2039ef View commit details
    Browse the repository at this point in the history
  9. Update pfblockerng_extra.inc

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a6e826d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7f90e5 View commit details
    Browse the repository at this point in the history
  11. Update pfblockerng_sync.xml

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    79ae7f5 View commit details
    Browse the repository at this point in the history
  12. Update pfblockerng_top20.xml

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a873e71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f59856f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cabcb41 View commit details
    Browse the repository at this point in the history
  15. Update index.php

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    7117225 View commit details
    Browse the repository at this point in the history
  16. Update pfblockerng.php

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    0db4a52 View commit details
    Browse the repository at this point in the history
  17. Update pfblockerng_alerts.php

    * Improve dnsbl_suppression() function to account for '#' Comment lines in custom list
    * Improve DNSBL Suppression to also suppress any CNAMES associated with domain name
    Hardcode drill command with @8.8.8.8 (May have to add option in future to allow user to override DNS server entry)
    * Improve Proofpoint/Emerging Threats IQRisk integrations
    * Remove workaround for CSS issue with FA embeded icons w/text (Previously required an extra space)
    * Fix Alerts Tab Filter input validation (text entry validation)
    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    1e3ad6e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1c37601 View commit details
    Browse the repository at this point in the history
  19. Update pfblockerng_log.php

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a2c78f5 View commit details
    Browse the repository at this point in the history
  20. Update pfblockerng_threats.php

    * Add Threat IOC lookup 'Google SafeBrowsing'
    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    50973e9 View commit details
    Browse the repository at this point in the history
  21. Update pfblockerng_update.php

    * Remove workaround for CSS issue with FA embeded icons w/text (Previously required an extra space)
    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    8be4203 View commit details
    Browse the repository at this point in the history
  22. Update pfblockerng.js

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    c506afc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9634829 View commit details
    Browse the repository at this point in the history
  24. Update pfblockerng.xml

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a63a209 View commit details
    Browse the repository at this point in the history
  25. Update pfblockerng.php

    BBcan177 committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    fc4ce5b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2016

  1. Update pfblockerng.inc

    * Remove leading/trailing whitespaces
    BBcan177 committed Mar 26, 2016
    Configuration menu
    Copy the full SHA
    c901a43 View commit details
    Browse the repository at this point in the history