aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use safe_mkdir on squidguard TMP. Noticed by deajan on github PR 1244HEADmasterChris Buechler2016-05-071-1/+1
|
* Update pfblockerng.incBBcan1772016-04-031-2/+10
| | | | * Fix file verification process * Add missing variable
* Update pfblockerng.incBBcan1772016-03-261-3/+3
| | | * Remove leading/trailing whitespaces
* Update pfblockerng.phpBBcan1772016-03-211-2/+2
|
* Update pfblockerng_v6lists.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_v4lists.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_update.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_top20.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_threats.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_sync.xmlBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng_log.phpBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng_install.incBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_extra.incBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng_dnsbl_lists.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_dnsbl_easylist.xmlBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng_dnsbl.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_alerts_ar.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng_alerts.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng.xmlBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng.widget.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng.shBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng.phpBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update pfblockerng.jsBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng.incBBcan1772016-03-201-1/+1
| | | * Mod copyright
* Update index.phpBBcan1772016-03-201-2/+2
| | | * Mod copyright
* Update pfblockerng_v6lists.xmlBBcan1772016-03-201-16/+132
| | | * Implement 'Advanced Outbound Firewall Rules' customization options
* Update pfblockerng_v4lists.xmlBBcan1772016-03-201-17/+133
| | | * Implement 'Advanced Outbound Firewall Rules' customization options
* Update pfblockerng_top20.xmlBBcan1772016-03-201-15/+131
| | | * Implement 'Advanced Outbound Firewall Rules' customization options
* Update pfblockerng_threats.phpBBcan1772016-03-201-1/+4
| | | * Add Threat IOC lookups to 'safeweb.norton.com' and 'Google SafeBrowsing'
* Update pfblockerng_install.incBBcan1772016-03-201-1/+54
| | | | * Add TLSv1.1 to cURL SSL Options * Upgrade existing 'Advanced Outbound Firewall Rules' variables to new variable format
* Update pfblockerng_dnsbl.xmlBBcan1772016-03-201-14/+134
| | | * Implement 'Advanced Outbound Firewall Rules' customization options (Used when IPs are found in DNSBL Feeds)
* Update pfblockerng_alerts.phpBBcan1772016-03-201-34/+71
| | | | | | * 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
* Update pfblockerng.widget.phpBBcan1772016-03-201-3/+3
|
* Update pfblockerng.shBBcan1772016-03-201-4/+4
| | | * Improve Proofpoint/Emerging Threats IQRisk integrations
* Update pfblockerng.phpBBcan1772016-03-201-36/+147
| | | | | * Improve 'Max daily download failure threshold' feature * Implement 'Advanced Outbound Firewall Rules' customization options. * Fix broken URL for Proofpoint/Emerging Threats IQRisk
* Update pfblockerng.incBBcan1772016-03-201-171/+389
| | | | | | | | | | | | | | | | | | | | | | * 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 * Implement 'Advanced Outbound Firewall Rules' customization options. * Implement 'Advanced In/Outbound Firewall Rules' - Invert Source/Destination options * Implement 'Advanced In/Outbound Firewall Rules' - Gateway options * 'Advanced In/Outbound Firewall Rules' - Force any Invert Source/Destination Alias to use 'Alias Native' settings * Allow Loopback and RFC1918 addresses in any Alias Custom List. * 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 * Check for Firewall Rules 'created' tag, before attempting to unset * 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
* pfBlockerNG v2.0.5BBcan1772016-03-201-13/+5
| | | | * Bump to version 2.0.5 * Improve 'Max daily download failure threshold' feature
* Fix siproxd plugin path. Fixes #5809jim-p2016-01-251-1/+1
|
* Fixup quagga notejim-p2016-01-211-1/+1
|
* Merge pull request #1227 from agpecam/masterjim-p2016-01-183-1/+18
|\
| * bump versionagpecam2016-01-181-1/+1
| |
| * Allow to select OSPF Network Type in the Quagga OSPFd > Interface Settingsagpecam2015-12-282-0/+17
| |
* | This seems to have broken more than it helped on 2.2.x. Revert "Update ↵jim-p2016-01-122-3/+3
| | | | | | | | | | | | OpenVPN client export installer to 2.3.10, use a newer sfx module." This reverts commit e88d4c28e34c330dfa34c48c4c348317959d6d81.
* | Update OpenVPN client export installer to 2.3.10, use a newer sfx module.jim-p2016-01-122-3/+3
| |
* | Merge pull request #1225 from PiBa-NL/haproxy_pkg0.32Renato Botelho2016-01-058-123/+288
|\ \
| * | haproxy-devel, widget updated for better refresh configuration handling + ↵PiBa-NL2015-12-264-62/+91
| | | | | | | | | | | | prepare 2.3
| * | haproxy-devel, move icon usage to separate file for easy changing 'themes' / ↵PiBa-NL2015-12-245-52/+153
| | | | | | | | | | | | prepare for 2.3
| * | haproxy-devel, small fixes for showing/hiding acl fields not applicable, fix ↵PiBa-NL2015-12-234-9/+44
| |/ | | | | | | custom action, pkg v0.36
* | Redmine #5727 TFTP protect against empty stuffPhil Davis2016-01-033-5/+26
| | | | | | | | | | | | | | | | | | | | 1) If the user presses Save when there was no interface selected, and the user has still not selected an interface, then do not attempt to unset() tftpdinterface in the config when it is already unset. 2) If the user does backup/restore or other similar stuff when the tftpboot directory has no files in it, then do not do chmod of the (non-existent) files. This avoids a "No such file or directory" message being logged.
* | Merge pull request #1222 from jlduran/fix-column-tftp2Renato Botelho2015-12-301-1/+1
|\ \ | |/ |/|