summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tunable value can be zero, use isset() to validate itRenato Botelho2015-11-231-1/+1
|
* Merge pull request #2103 from jlduran/escape-strongswan-radius-keyRenato Botelho2015-11-231-1/+1
|\
| * Escape RADIUS secret in strongswan.confJose Luis Duran2015-11-211-1/+1
| | | | | | | | | | | | | | | | If a RADIUS secret is, for example, `#secret-key#`, EAP-RADIUS authentication will fail, as the `#` can be interpreted by the strongswan.conf parser as a comment. To avoid this from happening, set the key within double quotes.
* | Merge pull request #2102 from doktornotor/patch-6Renato Botelho2015-11-231-0/+2
|\ \
| * | Stick xmlrpc.inc include back to avoid breaking packagesdoktornotor2015-11-211-0/+2
| |/ | | | | Removing this broke 29 packages which rely on it for configuration sync and include pkg-utils.inc instead of xmlrpc.inc.
* | Merge pull request #2101 from doktornotor/patch-5Renato Botelho2015-11-231-1/+1
|\ \
| * | Always honor the required tag in package XML fieldsdoktornotor2015-11-211-1/+1
| |/ | | | | Dunno whose idea it was to restrict this to input. WTH really.
* | Merge pull request #2100 from doktornotor/patch-2Renato Botelho2015-11-231-1/+3
|\ \
| * | restart_service() - do not attempt to stop service that is not runningdoktornotor2015-11-211-1/+3
| |/ | | | | | | | | Attempting to stop service that's not running just produces useless log noise. BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented.
* | Move recently added config upgrade for IPsec enable to last config upgradeRenato Botelho2015-11-231-4/+4
| |
* | Optimize upgrade_128_to_129()Renato Botelho2015-11-231-10/+8
| |
* | Move recently added upgrade code to a new config versionRenato Botelho2015-11-233-16/+20
| |
* | When necessary, unset $config['ipsec']['enable'] in upgrade code.Luiz Otavio O Souza2015-11-221-0/+3
| |
* | Fix ipsec_enabled() to return true only when at least one of the phase 1 ↵Luiz Otavio O Souza2015-11-221-1/+7
| | | | | | | | entries are enabled.
* | Remove the last usage cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-224-18/+5
| | | | | | | | IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries.
* | Do not allow the same interface be part of two different bridges.Luiz Otavio O Souza2015-11-221-1/+11
| | | | | | | | | | | | This is already forbidden in OS, so just add a warning to prevent this kind of misconfiguration. Issue: #4595
* | Preserve bridge name while editing bridge settings, otherwise a new bridge ↵Luiz Otavio O Souza2015-11-221-0/+16
| | | | | | | | is created every time you edit a bridge.
* | Fix the interfaces widget to show the IP address of v6 only interfaces.Luiz Otavio O Souza2015-11-221-1/+1
| |
* | Unset "net.inet.ip.fastforwarding" when upgrading from older versions.Luiz Otavio O Souza2015-11-221-0/+14
| | | | | | | | Issue: #5370
* | Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ↵Luiz Otavio O Souza2015-11-223-18/+18
|/ | | | | | | | ipsec.inc and service-utils.inc Fix ruleset when IPSEC is enabled but there are no Phase 1 entries. Issue: #5487
* Tidy up "services_status.widget.php"Colin Fleming2015-11-211-6/+6
| | | | | Update code style Close TH tags properly
* Remove "orphaned" closing SPAN tagColin Fleming2015-11-211-1/+1
| | | | Remove "orphaned" closing SPAN tag
* add ipfw-classifyd to obsoletedfiles list. Ticket #5508Chris Buechler2015-11-211-0/+1
|
* Bind to IP aliases correctly in Unbound. Ticket #5464Chris Buechler2015-11-211-1/+6
|
* add layer7 files to obsoletedfiles list. Ticket #5508Chris Buechler2015-11-201-0/+3
|
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-20167-5453/+12
|
* Revise System->Routing menu entry and page titlesStephen Beaver2015-11-204-4/+4
|
* Removed no longer needed jQueryStephen Beaver2015-11-201-8/+0
|
* remove old function callJared Dillard2015-11-201-13/+0
|
* clean up interface statistics widgetJared Dillard2015-11-201-5/+5
|
* clean up installed packages widgetJared Dillard2015-11-201-5/+5
|
* add common background color classes for dark themeJared Dillard2015-11-201-0/+25
|
* clean up gateways widgetJared Dillard2015-11-201-10/+9
|
* Fix search box icon colorStephen Beaver2015-11-201-1/+1
|
* Always define $last_update_file to avoid calling file_put_contents with ↵Renato Botelho2015-11-201-2/+1
| | | | empty filename. Fixes #5502
* NTP -> NTPDStephen Beaver2015-11-202-2/+2
|
* Fixed duplicate NTPStephen Beaver2015-11-201-4/+0
|
* remove inline stylesJared Dillard2015-11-209-29/+29
|
* update dark themeJared Dillard2015-11-201-19/+43
|
* Merge pull request #2097 from phil-davis/timeupdateintervalStephen Beaver2015-11-202-10/+0
|\
| * Remove unused time-update-intervalPhil Davis2015-11-202-10/+0
| | | | | | | | | | | | | | | | | | There is no longer any code for a UI field in 2.3 master. In RELENG_2_2 system.php the code for the field display is commented out. The commented out code has been removed in the bootstrap conversion. This removes the various bits of leftover processing and validation code and the setting from the default config.
* | Merge pull request #2096 from phil-davis/patch-1Stephen Beaver2015-11-201-1/+1
|\ \
| * | Better test for webguicss being not setPhil Davis2015-11-201-1/+1
| |/ | | | | As discussed in https://github.com/pfsense/pfsense/pull/2094
* | Completes #5263Stephen Beaver2015-11-201-84/+122
|/
* Fixed #5497Stephen Beaver2015-11-202-11/+29
|
* Completed #5499Stephen Beaver2015-11-201-9/+3
|
* Merge pull request #2088 from phil-davis/bindlanRenato Botelho2015-11-204-11/+16
|\
| * Fix old SNMP bindlan setting - Redmine #3883Phil Davis2015-11-194-11/+16
| | | | | | | | | | | | Remove run-time code in services.inc that referenced "bindlan". Provide upgrade code to convert bindlan to bindip="lan" if needed. Update current config version.
* | Fixes #5488Stephen Beaver2015-11-201-58/+64
| |
* | Remove /etc/inc/uuid.php and /etc/inc/dot.hushlogin, both unused filesRenato Botelho2015-11-203-327/+2
| |
OpenPOWER on IntegriCloud