aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix creation of acl noauthDanilo G. Baio (dbaio)2013-01-241-2/+5
|
* Revert "Fix creation of acl noauth"Danilo G. Baio (dbaio)2013-01-241-5/+2
| | | | This reverts commit 23e79c9b263391e2305e7df7ac89c05bf133f416.
* Fix creation of acl noauthDanilo G. Baio (dbaio)2013-01-241-2/+5
|
* Correct missing parametrErmal2013-01-241-1/+1
|
* Merge pull request #356 from jmkizer/masterErmal Luçi2013-01-241-1/+2
|\ | | | | Change in # of lines to display in squid logs.
| * Update config/squid-reverse/squid_monitor.phpjmkizer2013-01-231-1/+2
| | | | | | | | | | | | | | Removed 30 line option from Max lines to be displayed. Added 100 line option to Max. lines to be displayed. Added 200 line option to Max. lines to be displayed. Tested on i386 configuration.
* | Merge pull request #358 from dbaio/masterJim P2013-01-241-0/+39
|\ \ | | | | | | Adding Zabbix-2 Agent and Zabbix-2 Proxy to the amd64 repo
| * | Adding Zabbix-2 Agent and Zabbix-2 Proxy to the amd64 repoDanilo G. Baio (dbaio)2013-01-241-0/+39
|/ /
* | Merge pull request #357 from bmeeks8/masterChris Buechler2013-01-234-12/+26
|\ \ | |/ |/| Check to be sure file exists before reading and include flowbits rule file if missing in snort.conf
| * Add checks to fix initial startup errors and include flowbits file in snort.confBill Meeks2013-01-234-12/+26
|/
* More checking for existence of fileErmal2013-01-231-0/+8
|
* Prevent errors from missing files Reported-by: ↵Ermal2013-01-231-0/+3
| | | | http://forum.pfsense.org/index.php/topic,51493.msg310252.html#msg310252
* Reword inline config link for iOS since that same client also exists for ↵jim-p2013-01-234-12/+26
| | | | Android with the same quirks. Provide a list of commonly used clients with download links at the bottom of the export page.
* fix typosChris Buechler2013-01-222-2/+2
|
* Merge pull request #355 from dbaio/masterChris Buechler2013-01-223-0/+551
|\ | | | | New beta packages: Zabbix-2 Agent and Zabbix-2 Proxy
| * New beta packages: Zabbix-2 Agent and Zabbix-2 ProxyDanilo G. Baio (dbaio)2013-01-223-0/+551
|/
* Update OpenVPN Client Export again, rearrange options to make them more ↵jim-p2013-01-225-49/+88
| | | | clear/easy to follow. Also bump version and promote package status to reflect how stable it has become.
* Use correct function nameErmal2013-01-221-1/+1
|
* mailscanner - fix another typo on antivirus settingsMarcello Coutinho2013-01-211-1/+1
|
* mailscanner - fix two typos in antivirus features select optionsMarcello Coutinho2013-01-211-2/+2
|
* Bump version as neededErmal2013-01-212-2/+2
|
* Merge pull request #214 from namezero111111/patch-7Ermal Luçi2013-01-211-0/+5
|\ | | | | Added SUDO checkbox for script
| * Added SUDO checkbox for scriptNamezero2012-02-141-0/+5
| |
* | Merge pull request #332 from rjcrowder/masterErmal Luçi2013-01-211-16/+22
|\ \ | | | | | | Fix to not remove blacklists if the fetch fails
| * | Update config/dansguardian/dansguardian.phprjcrowder2012-10-311-16/+22
| | | | | | | | | Added return code check when fetching the blacklists. In the previous version, the blacklist directories were removed if the fetch failed. Once the directories were removed, dansguardian would not start because the config files referenced blacklist files that did not exist. This version does not remove the blacklist directories if the blacklist fetch fails.
* | | Merge pull request #354 from phil-davis/masterErmal Luçi2013-01-211-1/+1
|\ \ \ | | | | | | | | GUI form typo fix for lcdproc-dev
| * | | GUI form typo fix for lcdproc-devPhil Davis2013-01-211-1/+1
| | | | | | | | | | | | Also, this form also a mix of conventions for the field labels "Com Port" "Port speed"... That mix happens in lots of GUI forms. I wonder what the pfSense project standard is - each word starts in uppercase, or just the first word? e.g. The OpenVPN Server form has "Concurrent connections" and "Duplicate Connections", and subheadings "Tunnel Settings" and "Advanced configuration".
* | | | Unset some vars to free memory and some more small correctionsErmal2013-01-211-4/+8
| | | |
* | | | Put required $ for varErmal2013-01-211-1/+1
| | | |
* | | | Bring some thing into style and close an unfinished commentErmal2013-01-211-68/+118
| | | |
* | | | Add ending comment markErmal2013-01-211-1/+1
| | | |
* | | | Merge pull request #352 from bmeeks8/masterErmal Luçi2013-01-2113-507/+1637
|\ \ \ \ | |/ / / |/| | | Snort GUI Package Update for New Features and Bug Fixes
| * | | Fix it so Shared Object (SO) rules can be individually viewed in file viewer.Bill Meeks2013-01-212-3/+4
| | | |
| * | | Add checks to code to handle several different file input scenarios.Bill Meeks2013-01-201-6/+14
| | | |
| * | | Fix build_sid_msg_map() and snort_load_rules_map() to check arg type.Bill Meeks2013-01-201-8/+12
| | | |
| * | | Fix bug in page title display for CATEGORIES tab.Bill Meeks2013-01-201-5/+4
| | | |
| * | | Add IPS policy select, auto-flowbit resolution and bug fixes.Bill Meeks2013-01-2013-501/+1619
| | | |
* | | | Merge pull request #353 from phil-davis/masterChris Buechler2013-01-211-1/+1
|\ \ \ \ | | | | | | | | | | Fix prefix for sqpmon.sh fetch
| * | | | Fix prefix for sqpmon.sh fetchPhil Davis2013-01-211-1/+1
|/ / / / | | | | | | | | Stared at this for a while until I noticed that all the others had a terminating slash.
* | | | Merge pull request #350 from phil-davis/masterChris Buechler2013-01-206-82/+89
|\ \ \ \ | |/ / / |/| | | Replace proxy_monitor with sqpmon for squid(2)
| * | | Modify to suit squid (2)Phil Davis2013-01-121-3/+3
| | | |
| * | | sqpmon replaces proxy_monitor for squid(2)Phil Davis2013-01-121-1/+1
| | | |
| * | | sqpmon replaces proxy_monitor for squid(2)Phil Davis2013-01-121-1/+1
| | | |
| * | | Remove proxy_monitor.shPhil Davis2013-01-121-72/+0
| | | |
| * | | Create sqpmon.shPhil Davis2013-01-121-0/+75
| | | |
| * | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+4
| | | |
| * | | Replace proxy_monitor with sqp_monitor and sqpmonPhil Davis2013-01-121-4/+8
| | | |
* | | | Fix up the inline config format a little to make Android and iOS both happy.jim-p2013-01-174-19/+13
| | | |
* | | | Update config/squidGuard/squidguard_dest.xmlAlexander Wilke2013-01-161-0/+1
| | | | | | | | | | | | added missing variable
* | | | The 2.3 client is no longer beta.jim-p2013-01-151-6/+6
| | | |