Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pfBlockerNG - Mods to Alerts tab for IPv6 | BBcan177 | 2015-02-17 | 2 | -19/+889 |
| | |||||
* | pfBlockerNG - Mods to inc file. | BBcan177 | 2015-02-16 | 1 | -4/+4 |
| | | | | | Move the unlink_if_exists outside of the if statement, as it needs to be called independently. | ||||
* | pfBlockerNG - Bump version to 1.05 | BBcan177 | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | pfBlockerNG - Improve Alerts Tab (Speed/Efficiency) | BBcan177 | 2015-02-16 | 1 | -64/+155 |
| | | | | | | | | | | | | | | | 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. | ||||
* | pfBlockerNG - Fix Aliastable issue on Nano/Ramdisk Installations | BBcan177 | 2015-02-16 | 2 | -37/+136 |
| | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #818 from BBcan177/pfBlockerNG_021015_1 | Renato Botelho | 2015-02-13 | 4 | -152/+173 |
|\ | |||||
| * | pfBlockerNG - Alerts Tab Modifications | BBcan177 | 2015-02-13 | 1 | -20/+26 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | pfBlockerNG - Redmine #4410 fix, Skip comment lines | BBcan177 | 2015-02-11 | 1 | -26/+36 |
| | | | | | | | | | | Add functionality to skip lines beginning with a comment (#) when querying for IP Addresses. | ||||
| * | pfBlockerNG - Bump Version to 1.04 | BBcan177 | 2015-02-10 | 1 | -1/+1 |
| | | |||||
| * | pfBlockerNG - Move "Keep Settings" Checkbox to top of page. | BBcan177 | 2015-02-10 | 1 | -6/+6 |
| | | | | | | | | | | Move the "Keep Settings" Checkbox below the Enable "pfBlockerNG" checkbox to make it more visible to the user. | ||||
| * | pfBlockerNG - Improve Suppression and IPv6 Regex | BBcan177 | 2015-02-10 | 1 | -55/+60 |
| | | | | | | | | | | | | 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. | ||||
| * | pfBlockerNG - Cosmetic Changes | BBcan177 | 2015-02-10 | 1 | -48/+48 |
| | | |||||
* | | Fix path reference (missing a /) | jim-p | 2015-02-13 | 4 | -4/+4 |
| | | |||||
* | | Bumps for havp and bind since they were recompiled. | jim-p | 2015-02-12 | 1 | -3/+3 |
| | | |||||
* | | Fixup config path for lcdproc on 2.2 | jim-p | 2015-02-12 | 5 | -8/+18 |
|/ | |||||
* | Merge pull request #812 from BBcan177/pfBlockerNG_020415_2 | Renato Botelho | 2015-02-10 | 3 | -2/+3 |
|\ | |||||
| * | pfBlockerNG - Remove previously used cc folder reference | BBcan177 | 2015-02-05 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | pfBlockerNG - Update MaxMind CC Archive | BBcan177 | 2015-02-04 | 1 | -0/+0 |
| | | | | | | | | Add new MaxMind "Anonymous Proxy and Satellite Providers" data. | ||||
* | | Various fixes for lightsquid on 2.2 | jim-p | 2015-02-10 | 3 | -8/+40 |
| | | |||||
* | | Point to new PBI | jim-p | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Replace "squidGuard" with the contents of "squidGuard-squid3" for 2.2. | jim-p | 2015-02-10 | 1 | -23/+4 |
| | | | | | | | | "squidGuard" is broken on 2.2 and the "squidGuard-squid3" package works with both in my test environment. | ||||
* | | Version bump for mailreports. | jim-p | 2015-02-10 | 3 | -3/+3 |
| | | |||||
* | | Be sure to copy the newly added phpmailer file. | jim-p | 2015-02-10 | 1 | -1/+6 |
| | | |||||
* | | Update PHPMailer for mailreports | jim-p | 2015-02-10 | 5 | -3455/+4957 |
| | | |||||
* | | Remove conflicting variable $g in mailreports' mail_report_generate_graph() | Bryce Chidester | 2015-02-10 | 1 | -3/+3 |
| | | | | | | | | Fixes #4281 | ||||
* | | Fix rcvar declaration that I broke yesterday and bump necessary package versions | Renato Botelho | 2015-02-10 | 9 | -26/+26 |
| | | |||||
* | | Support mail report of mbuf usage graph | Phil Davis | 2015-02-10 | 6 | -8/+53 |
| | | | | | | | | Forum report: https://forum.pfsense.org/index.php?topic=82571.0 | ||||
* | | Fix bacula stop/restart, bump version. | jim-p | 2015-02-10 | 4 | -4/+3 |
| | | |||||
* | | Merge pull request #815 from PiBa-NL/haproxy-devel_0_13 | jim-p | 2015-02-09 | 6 | -26/+42 |
|\ \ | |||||
| * | | haproxy-devel,bump 0.19, fixed carp monitoring and added conversion from old ↵ | PiBa-NL | 2015-02-10 | 5 | -4/+18 |
| | | | | | | | | | | | | carp-monitor config | ||||
| * | | haproxy-devel, fix carp check settings for pfSense 2.2 | PiBa-NL | 2015-02-10 | 2 | -22/+24 |
| | | | | | | | | | | | | | | | Conflicts: config/haproxy-devel/haproxy_global.php | ||||
* | | | Bump nrpe2 to 2.2_2 | Renato Botelho | 2015-02-09 | 3 | -3/+3 |
| | | | |||||
* | | | Use php variable here, not shell one, this should proper fix #4391 | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
| | | | |||||
* | | | Drop use of set_rcvar from startup scripts, it's deprecated | Renato Botelho | 2015-02-09 | 5 | -9/+9 |
| | | | |||||
* | | | Bump nrpe2 version due to last changes | Renato Botelho | 2015-02-09 | 3 | -3/+3 |
| | | | |||||
* | | | Fix nrpe2 startup script, it should fix #4391 | Renato Botelho | 2015-02-09 | 1 | -3/+12 |
| | | | |||||
* | | | Bump syslog-ng to 1.0.6 | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
| | | | |||||
* | | | Make sure symlink is removed before attempt to recreate it | Renato Botelho | 2015-02-09 | 1 | -2/+3 |
| | | | |||||
* | | | Version bump for bacula | jim-p | 2015-02-09 | 3 | -3/+3 |
| | | | |||||
* | | | Fix config location | jim-p | 2015-02-09 | 1 | -3/+3 |
| | | | |||||
* | | | Some misc fomatting fixes for bacula; Don't add sections that depend on ↵ | jim-p | 2015-02-09 | 1 | -6/+11 |
| | | | | | | | | | | | | LocalDirector being set if it hasn't been set yet. | ||||
* | | | Fix typo in constant name and bump version to 1.0.5 | Renato Botelho | 2015-02-09 | 2 | -2/+2 |
| | | | |||||
* | | | Some misc fixes for bacula-client to use proper paths for configuration and ↵ | jim-p | 2015-02-09 | 4 | -20/+23 |
| | | | | | | | | | | | | binaries. | ||||
* | | | Use correct parameter order for symlink(), bump to 1.0.4 | Renato Botelho | 2015-02-09 | 3 | -4/+4 |
| | | | |||||
* | | | Attempt to fix syslog-ng creating a symlink of lib/syslog-ng on ↵ | Renato Botelho | 2015-02-09 | 2 | -2/+9 |
| | | | | | | | | | | | | /usr/local/lib. While here, move config version to 3.6 and bump package to 1.0.3 | ||||
* | | | Merge pull request #810 from bmeeks8/suricata-2.0.6-v2.1.4 | Renato Botelho | 2015-02-09 | 18 | -100/+149 |
|\ \ \ | |||||
| * | | | Bump Suricata GUI package version to 2.1.4 | bmeeks8 | 2015-02-04 | 5 | -6/+6 |
| | | | | |||||
| * | | | Move print_info_box() call to inside of <form> tag where it belongs. | bmeeks8 | 2015-02-04 | 11 | -57/+73 |
| | | | | |||||
| * | | | Auto-enable alerts to system log when EVE output to syslog is chosen. | bmeeks8 | 2015-02-04 | 1 | -13/+16 |
| | | | | |||||
| * | | | Fix duplicated cron task bug when saving new time interval. | bmeeks8 | 2015-02-04 | 2 | -8/+34 |
| | | | |