| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
non-PBI paths
|
| |
|
|
|
|
|
| |
- Define $mycounter variable to avoid a potential JS error when its
empty.
|
|
|
|
|
| |
Remove extra line
Add missing semi-colon ;
|
| |
|
|
|
|
|
|
| |
1) Add Filter Regex to Alerts Tab (Based on Firewall Diag Logs & Snort
pkg)
2) Change Suppression icon to use "Green +" Icon
|
| |
|
|
|
|
| |
Improve Alerts Tab for IPv6 entries.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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) 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.
|
|
|
|
|
| |
1) Mods for MaxMind Anonymous Proxy and Satellite Providers
2) Mods to MaxMind Dat file location from /var/db to /usr/pbi folders.
|
|
|
|
|
| |
When the user clicked "Cancel" in the second JS Prompt, it would not
cancel the Suppression process. This change fixes that issue.
|
|
|
|
| |
Add CDATA sections to Javascripts
|
|
|
|
|
|
|
|
| |
- Mod the 'Global Enable Log' if() statement in the .inc file
- Use correct Folder Paths in Log Browser
- Check if syslog array exists in Alerts Tab.
|
|
|
|
| |
- Re-Add /* to grep command. Removed by recent Commit.
|
|
|
|
|
|
|
| |
- Changed is_array() to !empty()
- XMTML edits <br> to <br /> , closed some end tags /> also added
missing nowrap='nowrap'
- Deny Alerts need to query "Deny" and "Native" folders for list files.
|
| |
|
|
|
|
|
| |
Edits for pkg_config.10.xml
All Associated files for pkg pfBlockerNG
|
|
|
|
| |
This reverts commit b3ce3bde07750e25fabca14faf18c0e5f0eb74dc.
|
|
pkg_config.10.xml edits and associated files for Package pfBlockerNG
|