aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* apcupsd - fix tabsDanilo G. Baio (dbaio)2015-03-251-26/+26
|
* apcupsd - bump versionDanilo G. Baio (dbaio)2015-03-241-1/+1
|
* apcupsd - improve status pageDanilo G. Baio (dbaio)2015-03-241-7/+63
|
* apcupsd - add functionsDanilo G. Baio (dbaio)2015-03-241-0/+40
|
* Merge pull request #837 from BBcan177/pfBlockerNG_03_17_15-1Renato Botelho2015-03-2015-111/+125
|\
| * pfBlockerNG - Mods - Create Suppression FileBBcan1772015-03-171-1/+4
| | | | | | | | | | -Previous version would not clear old suppression file when Alias is empty.
| * pfBlockerNG - (c)2015 ModsBBcan1772015-03-1715-22/+22
| |
| * pfBlockerNG - Mods to pfblockerng_diag_dnsBBcan1772015-03-171-88/+99
| | | | | | | | | | - Align pfblockerng_diag_dns.php to pfSense diag_dns.php changes - Code style mods.
* | Merge pull request #836 from bmeeks8/snort-2.9.7.2-v3.2.4Renato Botelho2015-03-206-10/+10
|\ \
| * | Bump Snort package version to 2.9.7.2-v3.2.4bmeeks82015-03-173-5/+5
| | |
| * | Need to trim trailing backslash off OpenAppID path.bmeeks82015-03-171-1/+1
| | |
| * | Bump default for Snort binary version to 2.9.7.2bmeeks82015-03-171-1/+1
| | |
| * | Fix missing $ in front of array variable name.bmeeks82015-03-171-1/+1
| | |
| * | Fix typo in URL for GPLv2 Community Rules details link.bmeeks82015-03-171-2/+2
| |/
* | Fix quagga carp plugin name and version bump.jim-p2015-03-182-2/+2
| |
* | Give ldconfig a nudge for sudo (temp workaround for library issues)jim-p2015-03-182-2/+6
|/
* Merge pull request #834 from PiBa-NL/haproxy-devel21RELENG_2_2_1jim-p2015-03-162-6/+6
|\
| * haproxy-1_5, haproxy-devel, pkg v0.22 fix SNI handling inspect-delay 5s ↵PiBa-NL2015-03-162-6/+6
| | | | | | | | instead if 5ms, show 'not' in acls when set
* | Add source and destination bypass fields for FTP proxyjim-p2015-03-092-4/+32
| |
* | Remove broken IPv6 setting from ftp proxy.jim-p2015-03-092-13/+0
| |
* | Merge pull request #830 from PiBa-NL/haproxy-devel21jim-p2015-03-0821-1/+7989
|\|
| * haproxy-1_5, create 'release' package from haproxy-devel base, to have a ↵PiBa-NL2015-03-0820-0/+7988
| | | | | | | | 'production' stable version
| * haproxy-devel, allow haproxy to use the same certificate as what is used for ↵PiBa-NL2015-03-081-1/+1
| | | | | | | | the webgui when it has been configured with a 'real' certificate
* | Add option to disable alerts in ntopng (e.g. flooding messages)jim-p2015-03-061-3/+14
| | | | | | | | See https://forum.pfsense.org/index.php?topic=89911.0
* | Fix wordingjim-p2015-03-061-1/+1
| |
* | Add a basic FTP Client Proxy using ftp-proxy(8) from FreeBSDjim-p2015-03-042-0/+248
| |
* | Update siproxd pbi to 0.8.0_1 on 2.2 and fix startup script, fixes #4217Renato Botelho2015-02-261-3/+9
| |
* | FreeRADIUS, clarify text for password logging optionsChris Buechler2015-02-251-4/+4
| |
* | 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
| | | |