| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and execute permissions
|
|
|
|
|
|
|
|
| |
The cron comparison function must skip the hour comparison for the
Maxmind Cron task due to the hour being randomized (0-23).
Add "addedit_string" to XML files. This will give description to the
config backups.
|
|
|
|
| |
Was previously fixed by Renato, but PR reverted that...
|
| |
|
| |
|
|
|
|
| |
s/ccdif/ccdir/
|
|
|
|
| |
package and will be missed during port removal on 2.3+
|
|
|
|
| |
non-PBI paths
|
|
|
|
|
| |
-Previous version would not clear old suppression file when Alias is
empty.
|
| |
|
|
|
|
|
| |
- Align pfblockerng_diag_dns.php to pfSense diag_dns.php changes
- Code style mods.
|
|
|
|
|
| |
- Define $mycounter variable to avoid a potential JS error when its
empty.
|
|
|
|
|
| |
Remove extra line
Add missing semi-colon ;
|
| |
|
|
|
|
| |
!!!! Remove bak file added by fat fingers!!!!
|
|
|
|
| |
Add RW/RO commands for Aliastables Archiving for Nano/Ramdisk Installs.
|
|
|
|
|
|
| |
1) Add Filter Regex to Alerts Tab (Based on Firewall Diag Logs & Snort
pkg)
2) Change Suppression icon to use "Green +" Icon
|
| |
|
|
|
|
|
|
| |
As spotted by phil.davis -
https://github.com/phil-davis/pfsense-packages/commit/c5b497d4ea370e8f076bd95af5259d547894f2fa
|
|
|
|
| |
This reverts commit e49ea2af46ed44cd955c1f4513b66ca984c2fc8a.
|
|
|
|
| |
This reverts commit 7a9603b71a68fd1edec153151ce78eff7a17b05f.
|
| |
|
|
|
|
| |
https://redmine.pfsense.org/issues/4373#change-17404
|
| |
|
|
|
|
| |
Improve Alerts Tab for IPv6 entries.
|
| |
|
| |
|
|
|
|
|
| |
Move the unlink_if_exists outside of the if statement, as it needs to be
called independently.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A significant change to the Alerts Tab. This was previously using the
pfSense conv_log_filter function which for this purpose was too bulky.
Added a new function conv_log_filter_lite to improve the process.
75% improvement in Processing Time/CPU Load ( even with alerts counts
>500 )
Improved the Javascript function so that its not called when not
required. This was spinning up additional php-fpm processes.
Changed !empty to !isset for Deny/Permit/Match Alert Counts. Previously
could not enter a "0" value with !empty.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. On Nano/Ramdisk Installations, the /var/db/aliastables folder gets
deleted on reboot. This causes a 60 second delay per alias. This PR
archives the /var/db/aliastable/pfB_*.txt files to the pfBNG pbi /etc
folder. On reboot the contents of this archive are restored.
2. Remove the previous Fetch Timeout code.
3. Improve the IPv6 Regex code.
4. Minor text improvements
5. Add conf_mount RW/RO to the sh script.
6. Add the aliastables() function to restore the aliastables files on
reboot.
|
|
|
|
|
|
|
|
| |
1) Move Hostname lookup to top of script to improve lookup speed.
2) Remove un-necessary Include
3) Use clog instead of grep command
4) If List Column is greater then 17 Characters, Truncate it.
5) Add Timeout to Auto-Hostname Lookup.
|
|
|
|
|
| |
Add functionality to skip lines beginning with a comment (#) when
querying for IP Addresses.
|
|
|
|
|
| |
Move the "Keep Settings" Checkbox below the Enable "pfBlockerNG"
checkbox to make it more visible to the user.
|
|
|
|
|
|
| |
1) Add 0.0.0.0/32 to Regex for Suppression.
2) Improve IPv4 Regex validation.
3) Move Cron Define/Apply function to last step.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Missed removing the /cc folder reference in pfblockerng.xml.
No Version bump is required as this is only required for new
installations.
The countrycodes.tar.bz2 file is provided as a backup in case the user
has a download failure from MaxMind Inc. Website.
|
|
|
|
| |
Add new MaxMind "Anonymous Proxy and Satellite Providers" data.
|
|
|
|
|
|
|
|
|
| |
Changes:
1) When the User selects "Force Cron" and "no updates" are required, the
function doesn't complete properly, and didn't restore the Cron Task.
2) XMLRPC Sync add Maxmind "Annonymous Proxy and Satellite Providers"
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
1) Add missing $pfbfolder variable to Cron Update function
2) Modify how the include files get loaded.
3) Reputation Tab only requires IPv4, simplify code to use IPv4 only for
this function.
4) Update geoipupdate.sh to use the New PBI folder location and remove
Archive folders after MaxMind Update process
|
|
|
|
| |
Remove alerts bak file (Added Incorrectly)
|
|
|
|
|
|
|
|
| |
1) Improve/Condense the code to determine if a List needs to be Updated.
2) Condense the IPv4/V6 code for MaxMind Database Conversion into a
single process and add the MaxMind Anon. Proxy and Satellite Providers
capability.
|
|
|
|
|
| |
1) Mods for MaxMind Anonymous Proxy and Satellite Providers
2) Mods to MaxMind Dat file location from /var/db to /usr/pbi folders.
|
|
|
|
|
| |
1) Mods for MaxMind Anonymous Proxy and Satellite Providers
2) Add Country Folder viewing capability.
|
|
|
|
|
|
| |
1) Mods for MaxMind Anonymous Proxy and Satellite Providers.
2) Add str_replace array to remove ") which will break the Auto Log
Viewer from functioning.
|
| |
|
|
|
|
| |
Mods to XML files for MaxMind Anon. Proxy/Satellite and priv inc file.
|