summaryrefslogtreecommitdiffstats
path: root/etc/inc/upgrade_config.inc
Commit message (Expand)AuthorAgeFilesLines
* Check if an item is an array before treating it as such in the upgrade code.jim-p2011-06-291-2/+2
* Add proper checks in auth code for testing if the section has been set in the...Ermal2011-06-281-0/+6
* In upgrade code for server load balancing, set redirect_mode. Also in the bac...jim-p2011-06-271-0/+2
* Fix off-by-one in OpenVPN "local" to "ipaddr" conversion.jim-p2011-06-261-2/+2
* Add LB monitor types to config during upgrade, or they will be missing from b...jim-p2011-06-241-0/+40
* Upgrade sync username to latest config version.Ermal2011-06-141-0/+11
* Rather make use of $global variable for RRD path.Warren Baker2011-05-261-1/+2
* Remove out-dated RRD file as it will cause broken images to appear on RRD gra...Warren Baker2011-05-261-0/+6
* When converting 1.2.3 LB pools to 2.0 gateway groups, strip invalid character...jim-p2011-05-181-1/+19
* Fix PPTP server radius settings upgrade from 1.2.3. Fixes #1292jim-p2011-05-181-0/+17
* Remove rndtest sysctl since the kernel module is not anymore part of our kern...Ermal2011-04-281-4/+0
* Fix PPPoE upgrade, the <pppoe> tag is considered an array these days and the ...jim-p2011-04-211-6/+6
* CRL is read in as an array now, so even in the imported config it will appear...jim-p2011-04-061-2/+2
* Check for "aes 256" as IPsec encryption type, not just rijndael.jim-p2011-03-291-0/+4
* Add some upgrade code for IPsec mobile clients. Passes php -l but needs more ...jim-p2011-03-291-0/+134
* Keep a table of gateways we added for static routes to prevent us from making...smos2011-03-161-1/+8
* Only change protocol if it's set and not empty.jim-p2011-03-041-1/+2
* Add upgrade code to ensure rule protocols are all lower case.jim-p2011-03-031-0/+7
* Fix admins group permission setting when upgrading from 1.2.3.jim-p2011-02-251-1/+1
* Correct IPsec carp interface upgrade code, off by onesmos2011-02-251-1/+1
* Use full path to pwjim-p2011-02-241-2/+2
* Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group a...jim-p2011-02-241-0/+2
* Correct the vlan upgrade code to continue when we fixed up the interfacesmos2011-02-241-2/+4
* Correct the config path to the vip arraysmos2011-02-231-1/+1
* Attempted fix that should convert the old carp[$i] naming to vip[$vhid]smos2011-02-231-0/+5
* Make sure we iterate by the vlan number lest we end up with a empty variable?...smos2011-02-231-3/+4
* Correct the gateway group member name to the correct GW_". strtoupper($if) up...smos2011-02-231-1/+1
* Do not rely on php new foreach by reference and use the old method of chaning...Ermal2011-02-161-8/+6
* Add the cron job a different way. There have been a couple reports of losing ...jim-p2011-01-181-2/+10
* Bump config version, add upgrade code to setup cron job for URL table update ...jim-p2011-01-101-0/+5
* Ticket #491. Correct username/password name fields so upgrade works correctly.Ermal2011-01-051-2/+2
* Forgot to up the array count.Warren Baker2011-01-041-3/+3
* Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.Warren Baker2011-01-041-1/+5
* Instead of replacing the whole array just add the new vlanif member to the co...Ermal2010-12-231-3/+2
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
* Ticket #491. Do not actually check for enable to exist but for host since ena...Ermal2010-12-061-2/+2
* Store upgraded monitor IPs in gateway items, not accidentally as bogus interf...jim-p2010-11-301-4/+5
* Make the RRD path if it doesn't yet exist at this point.jim-p2010-11-301-0/+2
* Remove hw.bce.tso_enable item it is loader.conf only per jimpScott Ullrich2010-11-211-10/+6
* Some fixes for the upgrade code for captive portal users.Erik Fonnesbeck2010-11-181-1/+11
* Remove the old field even if empty in rename_field.Erik Fonnesbeck2010-11-181-2/+2
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+2
* Do some is_array() testing before renaming fields, otherwise empty variables ...jim-p2010-10-271-9/+20
* Check to see if it is not an array first - as per jim-p on IRC.Warren Baker2010-10-221-1/+2
* Mark this entry as an array before treating it as such otherwise php complains.Ermal2010-10-221-0/+1
* Fix crl upgrade code.jim-p2010-10-211-1/+1
* Add upgrade code for importing CRLs. Ticket #555jim-p2010-10-201-2/+12
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-8/+15
* Generalize this function and use it in more places to reduce duplicated code.jim-p2010-10-191-31/+15
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-191-1/+14
OpenPOWER on IntegriCloud