summaryrefslogtreecommitdiffstats
path: root/src/conf.default
Commit message (Collapse)AuthorAgeFilesLines
* Make sure pkg metadata is updated at least once daily. It will be used to ↵Renato Botelho2017-08-101-0/+9
| | | | speedup GUI parts related to pkg update
* Revise default widget settings to accommodate new support widget nameSteve Beaver2017-07-281-1/+1
|
* Support widget visible by defaultSteve Beaver2017-07-201-1/+1
|
* In a stock/default config.xml, show firewall rule descriptions in a column. ↵jim-p2017-02-281-1/+3
| | | | | | Fixes #7323 Previous performance and display issues do not appear to be a problem any longer. See https://redmine.pfsense.org/issues/7323
* Added control to set dashboard widget refresh periodStephen Beaver2016-08-181-0/+1
| | | | | Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
* Tweak upgrade - Remove unused code and document changes betterNewEraCracker2016-05-111-1/+1
| | | | This will ensure a smooth upgrade for those running config 15.4 to any next version.
* Revert "Add config upgrade code to update package names. Ticket #6118"Chris Buechler2016-05-111-1/+1
| | | | This reverts commit 297ace668e4a4ffbf1fb1581e7c765e2ed158e29.
* Add config upgrade code to update package names. Ticket #6118Chris Buechler2016-05-081-1/+1
|
* Update VIPs CARP parent on upgrade. Ticket #6164Chris Buechler2016-04-221-1/+1
|
* Rebase / Update config version.NOYB2016-04-201-1/+1
|
* Add checks in case there are dpinger param problemsPhil Davis2016-04-151-1/+1
| | | | | in 2.3 installations that were upgraded from 2.2.* when the apinger to dpinger params conversion code in upgrade_130_to_131() was not so good.
* Bring back rainterface, add config upgrade to convert to new _vip format. ↵Chris Buechler2016-03-291-1/+1
| | | | Ticket #6043
* Set the ALTQ root queue bandwidth.Luiz Otavio O Souza2016-03-281-1/+1
| | | | | | Whenever possible set it to 1Gb, if the sum of child queues if higher than 1Gb, set it the correct value so we do not break any existing setup. Ticket #5721
* Bump default config ver to 14.8Stephen Beaver2016-03-211-1/+1
|
* Add the upgrade code for OpenBGPd and Quagga OSPF packages.Luiz Otavio O Souza2016-02-241-1/+1
| | | | Ticket #5884
* Merge branch 'master' of github.com:dennypage/pfsenseRenato Botelho2016-02-221-1/+1
|\ | | | | | | | | | | | | * 'master' of github.com:dennypage/pfsense: Add stddev information to the quality graphs. Update config version to trigger upgrade of rrd files Add standard deviation to quality rrd files
* | Add config upgrade code to enable and configure DHCPv6 server and radvd ↵Chris Buechler2016-02-201-1/+12
|/ | | | where track6 is in use, as they were automatically configured previously. Add same config to default config.xml to retain existing behavior there. Ticket #3029
* Remove deprecated <bridge/> tag from default configChris Buechler2016-02-161-1/+0
|
* Add the configuration upgrade code to make sure the existent settings will ↵Luiz Otavio O Souza2016-02-091-1/+1
| | | | | | work after the last changes. The CARP part of this code should be added together with the initial uniqid changes.
* Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-081-1/+1
| | | | | | | | | | | | 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
* Also switch admin password in the default config.xml to bcrypt. Ticket #4120jim-p2016-02-041-1/+1
|
* Catch up to latest config versionjim-p2016-02-041-1/+1
|
* retain OpenVPN's net30 default topology for upgraded configs so they still ↵Chris Buechler2016-01-291-1/+1
| | | | work. Ticket #5764
* Revert "Remove track6-interface and track6-prefix-id from interfaces->lan in ↵Renato Botelho2016-01-271-0/+2
| | | | | | | | | default config.xml" It was not supposed to be committed, on default config, LAN must track WAN This reverts commit a75aa2ca5e7ee31e543d80a23d99fd2dd6cad5bc.
* Add uniqid tag to CARP VIPs that don't have one upon upgrade. Ticket #4858Chris Buechler2016-01-251-1/+1
|
* Fix up config setting for killing states on gateway failure. Enable this ↵Chris Buechler2016-01-251-2/+1
| | | | option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815
* Switch to disabling strongswan unity plugin by default. Ticket #4178Chris Buechler2016-01-231-1/+1
|
* Latest config revision is 13.7, catch up default config.Chris Buechler2016-01-231-1/+1
|
* Fixed #5714Stephen Beaver2015-12-301-1/+1
|
* Bump for Nuke fifolog supportPhil Davis2015-12-181-1/+1
| | | Should the default config version always be bumped to match the version in globals.inc when new upgrade code is committed?
* Write upgrade config to replace apinger by dpinger, it should fix #5624Renato Botelho2015-12-101-1/+1
|
* Move recently added upgrade code to a new config versionRenato Botelho2015-11-231-1/+1
|
* Remove unused time-update-intervalPhil Davis2015-11-201-1/+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.
* Fix old SNMP bindlan setting - Redmine #3883Phil Davis2015-11-191-1/+1
| | | | | | 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.
* Fixed #5432Stephen Beaver2015-11-121-2/+2
|
* Fixed #5222Stephen Beaver2015-11-021-1/+1
|
* Remove more references to theme, ticket #5333Renato Botelho2015-10-221-1/+0
|
* Cleanup unused code:Renato Botelho2015-10-201-1/+1
| | | | | | | | | | | | | | | | - Remove xmlrpcbaseurl from globals - Remove xmlrpcpath from globals - Remove embeddedbootupslice from globals - Remove call_pfsense_method() - Remove check_firmware_version() - Remove get_active_xml_rpc_base_url() - Remove zeromq.inc - Remove pkg_mgr_settings.php - Remove pkg_mgr_settings.php privilege definitions - Bump config version to 12.3 - Write upgrade code to cleanup $config['altpkgrepo'] - Remove check_firmware_version method from xmlrpc.php - Fix pfSense_firmware_version_doc text
* Remove timezone from default config, we have a definition in globais.inc nowRenato Botelho2015-09-301-1/+0
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-7/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+277
OpenPOWER on IntegriCloud