summaryrefslogtreecommitdiffstats
path: root/etc/inc/upgrade_config.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove ca referencebcyrill2012-07-031-3/+0
* Implement certificate chain in Captive Portalbcyrill2012-07-031-12/+20
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-0/+39
* Change ereg_replace to preg_replace() functionccesario2012-06-301-1/+1
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-1/+7
* Make sure we tag all 2.0 gateways as being IPv4, in 2.1 we require this tag t...smos2012-06-081-0/+10
* Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,...Ermal2012-06-061-5/+14
* Fixes #2428. Reference limiters in rules by name to avoid issues. Also put up...Ermal2012-06-011-0/+40
* Include util.inc and IPv6.inc before config.lib.inc.smos2012-06-011-1/+0
* Make sure we include "util.inc" during config upgrade. We need is_ipaddrv4() ...smos2012-06-011-0/+1
* Rename old RRD quality database to the new GW name so we continue the graph.smos2012-05-311-0/+7
* Fix reference updating for when more than one carp vip exists. Skip the upgra...Erik Fonnesbeck2012-05-231-5/+9
* Add missing declaration for global variable $g where it is used.Erik Fonnesbeck2012-05-231-2/+2
* Fix name of the config section for virtual IPs in upgrade code. Ticket #2445Erik Fonnesbeck2012-05-231-2/+2
* Check the surrounding characters to not allow partial matches. Ticket #2445Erik Fonnesbeck2012-05-231-1/+1
* Revert "Rather do a fix by going through vips in reverse order"Erik Fonnesbeck2012-05-231-4/+1
* Do this only for carp type vipsErmal2012-05-231-1/+4
* Rather do a fix by going through vips in reverse orderErmal2012-05-231-3/+5
* Since this is an interface to avoid issues arising from vip1 and vip11 existi...Ermal2012-05-231-1/+1
* Move vip upgrade code to be later, since it was backed out of 2.0.x it no lon...jim-p2012-05-231-15/+16
* Ooops use correct name for vipsErmal2012-05-231-2/+1
* Oops this should be sed and not sh. Fixes #2445Ermal2012-05-231-1/+1
* Make sure to push elements we don't recognize on the stack too.smos2012-04-181-0/+2
* Add upgrade code that updates the dynamic gateway names to their new format n...smos2012-04-181-0/+36
* Feature #2123 Backup RRD files using the xml dump and restore from RRD toolsDarren Embry2012-04-121-6/+2
* Remove slipped lineErmal2012-04-051-1/+0
* Make vips vhid be unique per parent interface!Ermal2012-04-051-1/+19
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-0/+18
* Unbreak the upgrade_config.inc, sorrysmos2012-03-151-1/+1
* More memory optimizations for the RRD upgrade. Ticket #1758 #2159smos2012-03-151-12/+3
* Update the upgrade function so we use less memory here too to make sure it su...smos2012-03-151-10/+9
* Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instanceErmal2012-02-071-0/+7
* PPTP upgrade needs to declare $config a global.jim-p2012-02-011-0/+1
* Fix LZO setting for Upgraded OpenVPN (was turning compression on even if old ...jim-p2012-01-251-2/+2
* Fix upgrade code for 1.2.3 with assigned OpenVPN interface.jim-p2012-01-251-10/+8
* Don't ignore when multiple OpenVPN DNS, NTP, WINS, etc servers were specified...jim-p2012-01-251-8/+58
* Safer for 1.2.3 upgrades to assume OpenVPN interface == any, since 1.2.3 didn...jim-p2012-01-251-1/+1
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-1/+1
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-1/+1
* Convert MTU from 1.2.3 to MSS on 2.0, fixes #1886jim-p2011-11-011-0/+11
* Fix SMTP monitor check in upgrade code, too.jim-p2011-11-011-2/+2
* Fix the 2nd grow command, add spaceSeth Mos2011-10-261-2/+2
* Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA arcSeth Mos2011-10-251-2/+7
* Add the OOM memory restructuring fix from Ticket #1758 into mainline for nano...Seth Mos2011-10-191-6/+8
* Move the old databases to the backup folder in confsmos2011-10-131-1/+1
* Restore the RRD backup before attempting a migration as this bites the nanobs...smos2011-10-131-0/+14
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-071-0/+12
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-47/+47
|\
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-2/+2
| |\
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-281-2/+50
| |\ \
OpenPOWER on IntegriCloud