summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-195/+0
|
* Do not try to use a variable that is not set yetRenato Botelho2015-07-311-1/+1
|
* Introduce a new item to $g global, 'product_version' and stop reading ↵Renato Botelho2015-07-311-2/+2
| | | | /etc/version all around
* Remove unused ftmp referencesRenato Botelho2015-07-301-1/+0
|
* remove old unused nopccard_platformsChris Buechler2015-07-291-1/+0
| | | | | Conflicts: etc/inc/globals.inc
* Fix #4794:Renato Botelho2015-07-171-1/+1
| | | | | - Add a upgrade code to fix asn1dn string format to match strongSwan needs - Bump config version to 11.8
* Remove reference to vfs.forcesyncRenato Botelho2015-07-061-1/+0
|
* remove debug.pfftpproxy, it no longer exists.Chris Buechler2015-07-041-1/+0
|
* Revert "Disable this tunable for now. Ticket #4523"Ermal LUÇI2015-05-271-1/+1
| | | | This reverts commit ab37f56f404a41dc5c5c26a83d594f0f883bd88d.
* Disable this tunable for now. Ticket #4523Ermal LUÇI2015-05-251-1/+1
|
* Define pkg_prefix global varRenato Botelho2015-05-071-1/+2
|
* Define var_path global key since it is being used in interfaces.inc, but it ↵Renato Botelho2015-04-151-0/+1
| | | | was not being declared anywhere
* set forcesync to 1 by default for now, testing potential impact for Ticket ↵Chris Buechler2015-04-141-1/+1
| | | | #4523.
* Revert "Make forcesync default to the same behavior as freebsd rather than ↵Chris Buechler2015-04-141-2/+1
| | | | | | as intended for cf cards. People with issues on CF can enable the tunable" This reverts commit 34dced26198480d7b02e80578df40336fef89043.
* Make forcesync default to the same behavior as freebsd rather than as ↵Ermal LUÇI2015-04-141-1/+2
| | | | intended for cf cards. People with issues on CF can enable the tunable
* Include net.key.preferred_oldsa in the sysctl list, set to 0 (disable) soChris Buechler2015-03-261-0/+1
| | | | it doesn't fall through to the default (1).
* dns_split was a comma separated list and moved to use space as separator, ↵Renato Botelho2015-03-061-1/+1
| | | | provide upgrade code to make sure old configs are converted. Since there was a config upgrade version 11.7 only on master, I pushed it to 11.8 and used dns_split one as 11.7 to be able to backport it to RELENG_2_2. Ticket #4418
* Add missing comma. Fixes #4485jim-p2015-03-041-1/+1
|
* Tweak the carp demotion factors slightly to avoid CARP transitions that are ↵jim-p2015-03-031-0/+2
| | | | most likely unnecessary.
* Code Style Guide etc inc f to gPhil Davis2015-02-261-58/+62
|
* Merge pull request #1455 from xbipin/patch-2Renato Botelho2015-02-051-1/+1
|\
| * upgrade configxbipin2015-02-051-1/+1
| | | | | | | | upgrade config code so old entries not lost during upgrade
* | Set update_url and update_manifest automatically based on version being or ↵Renato Botelho2015-01-291-6/+13
|/ | | | not a RELEASE
* Heh bump the config versionErmal LUÇI2015-01-131-1/+1
|
* Fix #4090:Renato Botelho2015-01-051-1/+1
| | | | | | | | | - Unbound advanced options may contain double quotes and it breaks the syntax when a backup is restored because newlines are trimmed. Save it in base64 format is a safe way to prevent it - Bump config version to 11.5 - Provide upgrade code to encode current config or the one that came from unbound package on 2.1.5
* Add config upgrade code to make sure iketype is set, bump config version to ↵Renato Botelho2014-12-311-1/+1
| | | | 11.4. It fixes #4163
* Add config upgrade code to validate changes made on c2fe67eb and d269747b. ↵Renato Botelho2014-12-221-1/+1
| | | | It fixes #4134
* Bump latest_config version that I forgot on previous commit. Spotted by Jim ↵Renato Botelho2014-12-171-1/+1
| | | | Pingle
* Ticket #4009 Force serial console whenever the installer told us so.Ermal LUÇI2014-11-281-0/+3
|
* Add a parameter on platform_booting to help detect if it's on GUI on console ↵Renato Botelho2014-11-281-2/+3
| | | | and use it in appropriate places, it fixes #4049
* OptimizeErmal LUÇI2014-11-271-4/+1
|
* Rather than set the g['booting'] on globals provide a function to test for ↵Ermal LUÇI2014-11-261-4/+11
| | | | that doing the right checks
* Remove the booting signal if not needed to fix some issues reported on the GUIErmal LUÇI2014-11-261-0/+2
|
* The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. ↵Ermal LUÇI2014-11-241-0/+1
| | | | Fixes #3361
* Put the booting signal in globals.inc since it makes all the other scripts ↵Ermal LUÇI2014-11-241-0/+3
| | | | detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly
* Actually make default sysctls reside on globals.inc and use those by default ↵Ermal2014-11-101-1/+5
| | | | this allows to trim down the config.xml sysctl and also fixes #3666 by setting set source interface on reply of icmp
* Reintroduce the vfs.forcesync systlErmal2014-10-151-1/+2
|
* Remove the minimum NIC warning, this dates back to when minimum 2 NICs were ↵Chris Buechler2014-10-071-2/+0
| | | | supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.
* Update the URL for snapshots updateErmal2014-10-071-1/+1
|
* Provide upgrade config code to migrate unbound settings from 2.1 package to ↵Renato Botelho2014-09-231-1/+1
| | | | 2.2 base. Bump config version to 11.1. It fixes #3880
* Fixes #3666. Set the sysctl net.inet.icmp.reply_from_interface to 1 to use ↵Ermal2014-09-111-1/+2
| | | | the incoming interface to send the icmp reply from. It uses another part of patch to pf to undo NAT if it was already performed before
* Use a uniqid() to track phase2 entries to avoid confustion and various ↵Ermal2014-08-011-1/+1
| | | | mistakes when modifying and editing them.
* Fix dscp values and provide a config upgrade to fix values stored in ↵Renato Botelho2014-06-241-1/+1
| | | | config.xml. This is a proper fix for #3688
* Change the option for webconfig login autocomplete from opt-in to opt-out, ↵Renato Botelho2014-06-181-1/+1
| | | | also bump config version and write a function to keep the current status on upgrades
* Fix i386 default URL for snapshotsRenato Botelho2014-06-121-1/+1
|
* Fixup update URLErmal2014-04-141-1/+1
|
* send crash reports via HTTPSChris Buechler2014-03-261-1/+1
|
* standardize on https on www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* standardize on https://www.pfsense.org, point to packages.pfsense.orgChris Buechler2014-03-141-1/+1
|
* set package URL to https://packages.pfsense.orgChris Buechler2014-03-131-2/+2
|
OpenPOWER on IntegriCloud