aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* spamd, -fix 'add spamtrap'PiBa-NL2015-02-241-29/+25
| | | | -use exec() instead of exploding output of directly invoking a shell command
* spamd, replace the shell calls by unlink_if_exists() and symlink()PiBa-NL2015-02-241-2/+2
|
* spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2PiBa-NL2015-02-243-23/+37
|
* Add CARP plugin support to quagga so it no longer needs a patch to ↵jim-p2015-02-242-1/+39
| | | | rc.carp(master|backup).
* Fix CARP status check for 2.2jim-p2015-02-242-3/+30
|
* Merge pull request #827 from PiBa-NL/haproxy-devel21Renato Botelho2015-02-2417-16/+16
|\
| * haproxy-devel, move files to subfoldersPiBa-NL2015-02-2117-16/+16
| |
* | Merge pull request #826 from phil-davis/patch-3Renato Botelho2015-02-231-2/+6
|\ \
| * | Validate widget_snort_display_linesPhil Davis2015-02-211-2/+6
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #820 from BBcan177/pfBlockerNG_021615_1Renato Botelho2015-02-235-146/+488
|\ \ \
| * | | pfBlockerNG - Mods to Alerts Tab JS VariableBBcan1772015-02-231-0/+2
| | | | | | | | | | | | | | | | | | | | - Define $mycounter variable to avoid a potential JS error when its empty.
| * | | pfBlockerNG - Alerts Tab cosmetic changesBBcan1772015-02-221-2/+1
| | | | | | | | | | | | | | | | | | | | Remove extra line Add missing semi-colon ;
| * | | pfBlockerNG - Remove Dev version Variable.BBcan1772015-02-221-1/+0
| | | |
| * | | pfBlockerNG - Remove bak file again!BBcan1772015-02-221-2701/+0
| | | | | | | | | | | | | | | | !!!! Remove bak file added by fat fingers!!!!
| * | | pfBlockerNG - Mods for Nano Aliastables ro/rwBBcan1772015-02-222-3/+2712
| | | | | | | | | | | | | | | | Add RW/RO commands for Aliastables Archiving for Nano/Ramdisk Installs.
| * | | pfBlockerNG - Alerts Tab Filter RegexBBcan1772015-02-221-10/+139
| | | | | | | | | | | | | | | | | | | | | | | | 1) Add Filter Regex to Alerts Tab (Based on Firewall Diag Logs & Snort pkg) 2) Change Suppression icon to use "Green +" Icon
| * | | pfBlockerNG - Collect VIP Subnets for Alerts TabBBcan1772015-02-191-1/+4
| | | |
| * | | pfBlockerNG - Mods to Schedule converterBBcan1772015-02-191-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | As spotted by phil.davis - https://github.com/phil-davis/pfsense-packages/commit/c5b497d4ea370e8f076bd95af5259d547894f2fa
| * | | Revert "pfBlockerNG - Mod to IPv4 CIDR Regex"BBcan1772015-02-191-1/+1
| | | | | | | | | | | | | | | | This reverts commit e49ea2af46ed44cd955c1f4513b66ca984c2fc8a.
| * | | Revert "pfBlockerNG - Fix missing Start Hour code"BBcan1772015-02-191-4/+2
| | | | | | | | | | | | | | | | This reverts commit 7a9603b71a68fd1edec153151ce78eff7a17b05f.
| * | | pfBlockerNG - Fix missing Start Hour codeBBcan1772015-02-191-2/+4
| | | |
| * | | pfBlockerNG - Default "Keep Settings" to "on"BBcan1772015-02-181-0/+1
| | | | | | | | | | | | | | | | https://redmine.pfsense.org/issues/4373#change-17404
| * | | pfBlockerNG - Mod to IPv4 CIDR RegexBBcan1772015-02-171-1/+1
| | | |
| * | | pfBlockerNG - Mods to Alerts Tab (IPv6)BBcan1772015-02-171-53/+60
| | | | | | | | | | | | | | | | Improve Alerts Tab for IPv6 entries.
| * | | pfBlockerNG - Remove bak file!BBcan1772015-02-171-866/+0
| | | |
| * | | pfBlockerNG - Mods to Alerts tab for IPv6BBcan1772015-02-172-19/+889
| | | |
| * | | pfBlockerNG - Mods to inc file.BBcan1772015-02-161-4/+4
| | | | | | | | | | | | | | | | | | | | Move the unlink_if_exists outside of the if statement, as it needs to be called independently.
| * | | pfBlockerNG - Improve Alerts Tab (Speed/Efficiency)BBcan1772015-02-161-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 InstallationsBBcan1772015-02-162-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 #819 from dbaio/masterjim-p2015-02-232-2/+2
|\ \ \ | |_|/ |/| |
| * | apcupsd - fix e-mail notificationsDanilo G. Baio (dbaio)2015-02-162-2/+2
| |/
* | vhost: Added ['custom_php_service_status_command']dariomas2015-02-181-1/+1
| |
* | Merge pull request #823 from dariomas/masterjim-p2015-02-181-1/+1
|\ \
| * | Corrected PHP bin-path for HTTPS vhost conf; (same as ↵dariomas2015-02-181-1/+1
| | | | | | | | | | | | 7232161e99d60256c51a4ee94ef800f6d4f39764 )
* | | zabbix - fix array config nameDanilo G. Baio (dbaio)2015-02-181-1/+1
|/ /
* | zabbix - rename PBI custom_nameDanilo G. Baio (dbaio)2015-02-181-4/+4
| |
* | zabbix - create structure for LTS versionDanilo G. Baio (dbaio)2015-02-183-0/+689
| |
* | Fix lightsquid graphsjim-p2015-02-172-1/+4
|/
* Merge pull request #818 from BBcan177/pfBlockerNG_021015_1Renato Botelho2015-02-133-151/+172
|\
| * pfBlockerNG - Alerts Tab ModificationsBBcan1772015-02-131-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 linesBBcan1772015-02-111-26/+36
| | | | | | | | | | Add functionality to skip lines beginning with a comment (#) when querying for IP Addresses.
| * pfBlockerNG - Move "Keep Settings" Checkbox to top of page.BBcan1772015-02-101-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 RegexBBcan1772015-02-101-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 ChangesBBcan1772015-02-101-48/+48
| |
* | Fix path reference (missing a /)jim-p2015-02-131-1/+1
| |
* | Fixup config path for lcdproc on 2.2jim-p2015-02-122-2/+12
|/
* Merge pull request #812 from BBcan177/pfBlockerNG_020415_2Renato Botelho2015-02-103-2/+3
|\
| * pfBlockerNG - Remove previously used cc folder referenceBBcan1772015-02-052-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 ArchiveBBcan1772015-02-041-0/+0
| | | | | | | | Add new MaxMind "Anonymous Proxy and Satellite Providers" data.
* | Various fixes for lightsquid on 2.2jim-p2015-02-102-7/+39
| |