summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/globals.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Detect default config flavorRenato Botelho2016-03-221-0/+7
|
* Fixed #6012Stephen Beaver2016-03-191-1/+1
| | | | Config upgrade function replaces space with underscore in group names
* Respect globals_override.incRenato Botelho2016-03-111-3/+3
|
* Read xml files from /usr/local/share/pfSense/menu and load menu entriesRenato Botelho2016-03-021-0/+3
|
* 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
| * Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-191-4/+4
| |\
| * | Update config version to trigger upgrade of rrd filesDenny Page2016-02-131-1/+1
| | |
* | | Add config upgrade code to enable and configure DHCPv6 server and radvd ↵Chris Buechler2016-02-201-1/+1
| |/ |/| | | | | 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
* | Quote the 1st parameter (constant name) when calling define()NewEraCracker2016-02-181-4/+4
|/
* 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.
* Change Namecheap dyndns to use split hostname and domain name fields. ↵jim-p2016-02-011-1/+1
| | | | | | Upgrade existing entries automatically. Implements #4366 Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
* retain OpenVPN's net30 default topology for upgraded configs so they still ↵Chris Buechler2016-01-291-1/+1
| | | | work. Ticket #5764
* 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-1/+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
|
* Fix #5690:Renato Botelho2016-01-211-1/+2
| | | | | | - Remove parameters from set_language() - Add a global variable for default language - add env var for LANG, otherwise it won't work
* Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML ↵Renato Botelho2016-01-151-1/+1
| | | | to preserve data. It fixes #5623
* Add config upgrade code to remove L7 config pieces, and file a notice where ↵Chris Buechler2016-01-141-1/+1
| | | | found. Ticket #5508
* add config upgrade code for lighty->nginx loggingChris Buechler2016-01-051-1/+1
|
* Fixed #5714Stephen Beaver2015-12-301-1/+1
|
* Experimental: Fixed #5693Stephen Beaver2015-12-281-0/+3
| | | | Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
* Disable IPsec phase1 or phase2 using DES and inform user why they were ↵Renato Botelho2015-12-281-1/+1
| | | | disabled since DES is no longer supported. It should fix #5543
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-1/+1
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* globals.inc comment typosPhil Davis2015-12-151-2/+2
|
* Moved global defines to globals.incStephen Beaver2015-12-141-31/+59
|
* link to proper license information locationJared Dillard2015-12-111-1/+1
|
* Write upgrade config to replace apinger by dpinger, it should fix #5624Renato Botelho2015-12-101-1/+1
|
* Upgrade code to change topology_subnet checkbox to drop-down. Issue #5526jim-p2015-12-011-1/+1
|
* Move recently added upgrade code to a new config versionRenato Botelho2015-11-231-1/+1
|
* 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.
* Retire /etc/rc.create_full_backup and ↵Renato Botelho2015-11-181-2/+0
| | | | usr/local/www/system_firmware_restorefullbackup.php
* Fixed #5432Stephen Beaver2015-11-121-1/+1
|
* The net.enc.in sysctls should be 2, for only the inner portion of the VPN. ↵Chris Buechler2015-11-121-2/+2
| | | | Ticket #5421
* Fix #5350. Correct issues with strongswan logging (setting changes did not ↵Matt Smith2015-11-111-1/+1
| | | | persist across reboots, setting silent did not work).
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+0
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* The net.inet.ip.fastforward sysctl is retired now.Luiz Otavio O Souza2015-10-311-1/+0
| | | | | | Tryforward instead, is always on and is compatible with IPSEC. TAG: tryforward
* Apply a different fix to issue #2993.Luiz Otavio O Souza2015-10-311-2/+2
| | | | | | | | | Instead of forcing the encrypted traffic in transport mode as ENC_AFTER, just change the mask to allow ENC_BEFORE events. Theoretically, this eliminate the need of ipsec_transport_filterfix.diff. Issue: #2993
* Remove more references to theme, ticket #5333Renato Botelho2015-10-221-1/+0
|
* Remove config stuff for WEP. on upgrade, disable WEP on interfaces that have ↵Matt Smith2015-10-221-1/+1
| | | | it configured and disable those interfaces and generate a notice. Fixes #5123.
* Cleanup unused code:Renato Botelho2015-10-201-4/+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
* Disable zero copy buffers in bpf.Luiz Otavio O Souza2015-10-191-1/+0
| | | | | | | | | This was a no-op before my changes (so this was never really enabled) and now it is known to cause issues with tcpdump and hostapd. Disable this until we fix all the raised issues. Issue: #5257
* Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726Renato Botelho2015-09-301-1/+2
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-1/+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
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-1/+1
|
* update config to rid of nt-hashJim Thompson2015-08-251-1/+1
| | | | credit to: das projekt der goatse
OpenPOWER on IntegriCloud