| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See https://forum.pfsense.org/index.php?topic=89911.0
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
rc.carp(master|backup).
|
| |
|
|\ |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently if you open the snort widget settings and just press "save" with a blank field, it sets the parameter to blank. Subsequently that causes problems trying to fetch the last "" number of alerts, and actually the little "tool" icon never reappears, so you cannot fix it from the dashboard.
1) Setting the number of entries to 0 seems silly, so limit it to a minimum of 1 alert.
2) If the user blanks the box, then unset widget_snort_display_lines to make sure things will always revert to the default.
3) Whatever else the user types in - "abc", "-999", "23xyz99" - try to interpret it as an int (with intval()), then do not let it be less than 1 (not negative or zero).
This forum entry made me touch it and "break" my widget also: https://forum.pfsense.org/index.php?topic=89161.0
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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.
|
|\ \ \
| |_|/
|/| | |
|
| |/ |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | | |
7232161e99d60256c51a4ee94ef800f6d4f39764 )
|
|/ / |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|