aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* put brackets around nested ifs to clarify where the else belongs.Matt Smith2014-07-241-1/+2
|
* Fix #3772 - 'Broken openbgpd config generation logic in 2.2'.Matt Smith2014-07-241-4/+5
| | | | | | Change logic guiding generation of local-address statements in neighbor configs so that only one local-address is generated when a 'Local address X' parameter is defined for a neighbor.
* remove openospfd and refs to it, no one should consider using it at thisChris Buechler2014-07-173-47/+3
| | | | point.
* Bump version of pacakges recently rebuilt because of issue reported on ↵Renato Botelho2014-07-171-9/+9
| | | | ticket #3756
* Bump avahi version to 1.0.5 due to recent changesRenato Botelho2014-07-174-4/+4
|
* Remove deprecated option NOPORTDOCSRenato Botelho2014-07-173-3/+3
|
* Merge pull request #682 from razzfazz/fix_avahi_masterRenato Botelho2014-07-172-5/+5
|\
| * fix note to indicate that WAN interface is ALWAYS excludedDaniel Becker2014-07-021-1/+1
| |
| * fix avahi config generationDaniel Becker2014-07-022-4/+4
| |
* | Merge pull request #684 from trendchiller/masterRenato Botelho2014-07-174-4/+8
|\ \
| * | clarify the hintMartin Fuchs2014-06-184-4/+4
| | |
| * | add reminder to set up DNS-A-record for autodiscoverMartin Fuchs2014-06-174-4/+8
| | |
* | | disable the old, unmaintained CountryBlock package that's long since been ↵Chris Buechler2014-07-094-55/+0
| |/ |/| | | | | replaced by pfblocker
* | add input validation to force filling in all of the fields on the Settings ↵Chris Buechler2014-06-306-11/+20
| | | | | | | | | | | | tab of AutoConfigBackup. While here, touch up some of the text (point to Gold sub)
* | Merge pull request #679 from phil-davis/patch-2Renato Botelho2014-06-274-4/+6
|\ \
| * | Update bandwidthd for 2.2 full installPhil Davis2014-06-261-1/+1
| | |
| * | Update bandwidthd for 2.2 full installPhil Davis2014-06-261-1/+1
| | |
| * | Update bandwidthd for 2.2 full installPhil Davis2014-06-261-1/+1
| | |
| * | bandwidthd for 2.2 full installPhil Davis2014-06-261-1/+3
|/ / | | | | | | Thanks to charliem https://forum.pfsense.org/index.php?topic=78175.msg428321#msg428321 for this patch to make bandwidthd find the right library environment on 2.2 full install. I also tested on 2.1.4 full install in a VM, as this change does change the way bandwidthd is run in the 2.1.n series - it works.
* | Merge pull request #669 from darksoul42/masterRenato Botelho2014-06-256-146/+204
|\ \
| * | Switched back to one Apache 2.4 config templateStéphane Lapie2014-06-253-522/+2
| | |
| * | Merge https://github.com/pfsense/pfsense-packagesStephane Lapie2014-06-23111-417/+532
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkg_config.10.xml pkg_config.8.xml pkg_config.8.xml.amd64
| * | | Rough fixes and tuning for Apache 2.4Stephane Lapie2014-06-236-134/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bumped package revision number - Eliminated code referring directly to apache22 or apache24 - Added a switch to generate apache22 or apache24 format based on directories - Renamed every reference to apache22, to apache24 - Prepped a module list that works with apache24 - Kept things running with a worker MPM setting - Added a require_once to "service-utils.inc" for write_rcfile - Fixed a few XMLRPC sync log messages - Added some logging for config regeneration - Fixed indentation for the security groups code - Moved the <Proxy> definitions within <VirtualHosts> (works, but crude) This is how it must be done on Apache 2.4 or you get SHM/mutex errors.
* | | | Bump dansguardian version since it was rebuiltRenato Botelho2014-06-243-3/+3
| |/ / |/| |
* | | Add <build_pbi> for dansguardian to avoid building unecessary pbi ca_root_nssRenato Botelho2014-06-232-0/+10
| | |
* | | Fix dansguardian build optionsRenato Botelho2014-06-233-3/+3
| | |
* | | Bump Suricata GUI package version to 1.0.6Renato Botelho2014-06-214-4/+4
| | |
* | | Make sure referer uses local host to avoid sending users to ext sites.Renato Botelho2014-06-211-1/+1
| | |
* | | Bump Snort GUI package version to 3.0.13bmeeks82014-06-217-8/+8
| | |
* | | Make sure referer uses local host to avoid sending users to ext sites.bmeeks82014-06-212-3/+3
| | |
* | | Bump revision for recent changed packages for 2.2Renato Botelho2014-06-201-12/+12
| | |
* | | Fix call-time pass by reference for all squid packagesRenato Botelho2014-06-2036-77/+77
| | |
* | | Fix call-time pass by reference for haproxy-stable packageRenato Botelho2014-06-203-4/+20
| | |
* | | Fix call-time pass by reference for haproxy-devel packageRenato Botelho2014-06-202-4/+19
| | |
* | | Fix call-time pass by reference for snort packageRenato Botelho2014-06-202-2/+12
| | |
* | | Move squidGuard-devel references to functions prototypes and remove ↵Renato Botelho2014-06-209-65/+65
| | | | | | | | | | | | call-time references
* | | Move reference to function prototype and remove call-time referenceRenato Botelho2014-06-202-2/+2
| | |
* | | Remove call-time pass by reference since sarg_validate_input() has the ↵Renato Botelho2014-06-204-4/+4
| | | | | | | | | | | | reference on its prototype
* | | Remove call-time pass by reference since postfix_validate_input() has the ↵Renato Botelho2014-06-206-6/+6
| | | | | | | | | | | | reference on its prototype
* | | Remove call-time pass by reference since pfblocker_validate_input() has the ↵Renato Botelho2014-06-205-5/+5
| | | | | | | | | | | | reference on its prototype
* | | Remove call-time pass by reference since mailscanner_validate_input() has ↵Renato Botelho2014-06-208-8/+8
| | | | | | | | | | | | the reference on its prototype
* | | Remove call-time pass by reference since dansguardian_validate_input() has ↵Renato Botelho2014-06-2018-28/+28
| | | | | | | | | | | | the reference on its prototype
* | | Bump versions for recent changed packages:RELENG_2_1_4Renato Botelho2014-06-193-9/+9
| | | | | | | | | | | | | | | | | | - Snort (3.0.10 for 2.1 and 3.0.11 for 2.2) - Suricata (1.0.4 for 2.1 and 1.0.5 for 2.2) - OpenVPN Client Export Utility (1.2.12)
* | | Replicate last snort changes from 6048cbcf1 to suricataRenato Botelho2014-06-192-9/+11
| | |
* | | Improve a bit user input parameters, also make sure referer starts with / to ↵Renato Botelho2014-06-193-11/+13
| | | | | | | | | | | | avoid sending users to external sites
* | | Do a basic validation on useaddr valueRenato Botelho2014-06-181-3/+7
| | |
* | | Fix missing <jim-p2014-06-171-1/+1
| | |
* | | Merge pull request #675 from trendchiller/masterjim-p2014-06-1711-47/+78
|\ \ \ | | |/ | |/|
| * | add autodiscover url for self-hosted domainsMartin Fuchs2014-06-172-2/+6
| | | | | | | | | | | | as tested in microsoft-connectivity-analyzer
| * | enable AutoDiscover HTTPMartin Fuchs2014-06-172-7/+14
| | |