aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use subnet of interface here to have HOME_NET set properlyErmal2013-01-291-2/+7
|
* Fix deinstall command and bump version.Danilo G. Baio (dbaio)2013-01-262-7/+44
|
* freeradius2: Add Acct-Interim-Interval reply attributeAlexander Wilke2013-01-281-1/+7
|
* freeradius2: Add Acct-Interim-Interval reply attributeAlexander Wilke2013-01-281-0/+6
|
* freeradius2: Add Acct-Interim-Interval reply attributeAlexander Wilke2013-01-281-0/+24
| | | CP now supports custom interim-update variables
* Run update if settings are saved during reinstallErmal2013-01-281-7/+1
|
* Do not mix OpenVPN's secure modesbcyrill2013-01-272-2/+2
|
* Do not unlink other known files that will be generatedErmal2013-01-261-1/+2
|
* Include sip preprocessor which is needed for VRT policy secureErmal2013-01-263-3/+25
|
* Do not do dangerous staff during uninstall. This should fix reinstalling ↵Ermal2013-01-261-13/+1
| | | | snort. Also remove the signatures files and previous configurations
* Always put the running interface ip(s) in the list so no issues come from itErmal2013-01-261-0/+10
|
* Push this down hereErmal2013-01-261-10/+10
|
* Correct issues during whitelist generation which prevented correct list ↵Ermal2013-01-261-51/+54
| | | | generation
* Bump versionErmal2013-01-261-1/+1
|
* Up the sleep time a bitErmal2013-01-261-1/+1
|
* Correct checksErmal2013-01-261-3/+4
|
* Use the same code for applying customizations during config generation and ↵Ermal2013-01-262-159/+115
| | | | update. Also do not unlink files that snort references in config.
* Correct checking for enabled rules and their existense. Also improve some codeErmal2013-01-261-10/+13
|
* Remove obsolete config optionsDanilo G. Baio (dbaio)2013-01-251-23/+2
|
* Fix tabsDanilo G. Baio (dbaio)2013-01-241-2/+2
|
* 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.
* | 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-232-10/+24
| | | | 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
|
* New beta packages: Zabbix-2 Agent and Zabbix-2 ProxyDanilo G. Baio (dbaio)2013-01-222-0/+512
|
* Update OpenVPN Client Export again, rearrange options to make them more ↵jim-p2013-01-223-45/+84
| | | | 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
|
* 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
| | | |