Project

General

Profile

Download (145 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
807e3bfc 05/11/2016 10:07 PM NewEraCracker

Tweak upgrade - Remove unused code and document changes better

This will ensure a smooth upgrade for those running config 15.4 to any next version.

538a3c04 05/11/2016 05:29 AM Chris Buechler

Revert "Add config upgrade code to update package names. Ticket #6118"

This reverts commit 291fad43870bdb39ef0ab32125b022e268a29cf7.

96ca32a2 05/08/2016 08:14 AM Chris Buechler

Update L7 config upgrade code removal. Only file notice if it was actually in use, otherwise it just confuses people.

297ace66 05/08/2016 08:11 AM Chris Buechler

Add config upgrade code to update package names. Ticket #6118

a39e519b 04/23/2016 09:33 AM Phil Davis

Don't foreach unless it's an array. Ticket #6142

Similar thing to https://github.com/pfsense/pfsense/commit/13dab3538fe8b6c1688142c89a017520ad0aaac6 should be done here in upgrade_130_to_131()

a81deb39 04/22/2016 06:34 AM Chris Buechler

Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket #6222

1d616571 04/22/2016 05:40 AM Chris Buechler

Don't foreach unless it's an array. Ticket #6142

c9d58166 04/22/2016 05:02 AM Chris Buechler

Update VIPs CARP parent on upgrade. Ticket #6164

8925db61 04/22/2016 04:39 AM NOYB NOYB

Periodic RRD & DHCP Leases RAM Disk Backup

Remove these cron jobs on full install if not using ramdisk.

af69e4d6 04/20/2016 11:53 AM Phil Davis

Add checks in case there are dpinger param problems

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.

(cherry picked from commit f8f2eae491ac44ac5cdbd1fd3d38d7c2c36f48f8)

e2ddef9e 04/15/2016 08:09 AM Phil Davis

Fix #6142 validate and adjust dpinger params on upgrade

1) The previous "down" value was being converted to msec and put into
"loss_interval". It should go into "time_period".
2) loss_interval must always be at least latencyhigh - make it so if
latencyhigh is big....

eb2202c7 04/13/2016 05:59 PM Jim Pingle

Correct OpenVPN upgrade code for topology subnet.

1c92c5b1 04/04/2016 01:55 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)

c0509674 03/30/2016 04:39 AM Chris Buechler

Bring back rainterface, add config upgrade to convert to new _vip format. Ticket #6043

bdd284c3 03/29/2016 09:16 PM Chris Buechler

fix style

f788b1e2 03/29/2016 06:21 PM Chris Buechler

Rather than renaming groups with spaces, mark their scope as remote. Ticket #6012

1cdd354e 03/29/2016 01:14 AM Phil Davis

Add brackets for clarity

Add some extra brackets for clarity, rather than relying on the operator
precedence rules. IMHO this makes it more readable, and no need for the
reader to wonder if anything might go wrong with the operator
precedence.

22752ae7 03/28/2016 10:13 PM Luiz Souza

Set the ALTQ root queue bandwidth.

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

d3f3b75f 03/20/2016 05:16 AM Chris Buechler

If there was a group with a space, delete all the user-defined groups before hitting local_sync_accounts so pw doesn't get hung up. Ticket #6012

e5ef7ae2 03/19/2016 09:16 PM Chris Buechler

Save changes to config in 148 config upgrade. Ticket #6012

1a2d6d34 03/19/2016 05:30 PM Stephen Beaver

Ensure replacement group name is unique

b76cc978 03/19/2016 01:56 PM Stephen Beaver

Fixed #6012
Config upgrade function replaces space with underscore in group names

67c6bab5 02/24/2016 07:08 PM Luiz Souza

Add the upgrade code for OpenBGPd and Quagga OSPF packages.

Ticket #5884

2fbac0b2 02/22/2016 11:49 AM Renato Botelho

Merge branch 'master' of github.com:dennypage/pfsense

  • '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
7c4c43a5 02/20/2016 08:04 AM Chris Buechler

Add config upgrade code to enable and configure DHCPv6 server and radvd 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

31a1aa3c 02/19/2016 08:16 PM Denny Page

Merge branch 'master' of https://github.com/pfsense/pfsense

51a14c58 02/19/2016 12:22 PM Phil Davis

Internationalize etc inc uvx

0b3613ef 02/13/2016 03:42 AM Denny Page

Add standard deviation to quality rrd files

032def61 02/10/2016 02:11 PM Stephen Beaver

Fixed #5873

d9901ff4 02/09/2016 11:56 PM Chris Buechler

Fix style issues.

b1567b5b 02/09/2016 09:58 PM Luiz Souza

Add the configuration upgrade code to make sure the existent settings will work after the last changes.

The CARP part of this code should be added together with the initial uniqid changes.

8f561183 02/09/2016 06:11 AM NOYB NOYB

Bring NAT separators into the fold.

Also add config empty test to upgrade script.

fdb83ce0 02/09/2016 06:11 AM NOYB NOYB

Firewall / Rules - Page Efficiency Upgrade

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....

a2b813bf 02/02/2016 06:08 AM Chris Buechler

Remove old pppoerestart cron job if it exists. Ticket #1905

6635aa0f 02/01/2016 05:35 PM Jim Pingle

Change Namecheap dyndns to use split hostname and domain name fields. 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.

68e82ecb 01/29/2016 11:59 PM Chris Buechler

OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764

1968fe40 01/29/2016 07:57 AM Chris Buechler

Make sure filter rules have a tracker ID, associated rules were missing it previously.

1c1ca39b 01/29/2016 06:04 AM Chris Buechler

retain OpenVPN's net30 default topology for upgraded configs so they still work. Ticket #5764

a34c263b 01/26/2016 12:22 AM Chris Buechler

Add uniqid tag to CARP VIPs that don't have one upon upgrade. Ticket #4858

3756fd86 01/25/2016 11:46 PM Chris Buechler

Fix up config setting for killing states on gateway failure. Enable this 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

d9a17eaf 01/23/2016 08:41 AM Chris Buechler

Switch to disabling strongswan unity plugin by default. Ticket #4178

99a3ce08 01/18/2016 06:07 PM Renato Botelho

Bring text to current reality

65cce9d7 01/15/2016 04:08 PM Renato Botelho

Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML to preserve data. It fixes #5623

1ac4e6ae 01/15/2016 05:35 AM Chris Buechler

Add config upgrade code to remove L7 config pieces, and file a notice where found. Ticket #5508

0538cfa2 01/13/2016 02:51 PM Jim Pingle

Fix whitespace in upgrade_118_to_119

c4104141 01/05/2016 11:08 AM Chris Buechler

add config upgrade code for lighty->nginx logging

29c0d920 12/30/2015 02:44 PM Stephen Beaver

Fixed #5714

646e33ff 12/29/2015 05:56 PM Renato Botelho

Do not start dpinger processes due to rrd

f1b7a0b1 12/28/2015 06:40 PM Renato Botelho

Disable IPsec phase1 or phase2 using DES and inform user why they were disabled since DES is no longer supported. It should fix #5543

33baf237 12/28/2015 02:36 PM Renato Botelho

Disable all IPsec P1 entries when old version has IPsec globally disabled. Fixes #5699

41df62c1 12/17/2015 05:09 PM Jim Pingle

Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.
It buffered writes too long, users could never see the most current log data.

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

20c5b5ee 12/11/2015 04:12 AM Phil Davis

Fix GW setting names in upgrade_config

b1c2bb34 12/10/2015 09:04 PM Renato Botelho

Write upgrade config to replace apinger by dpinger, it should fix #5624

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

5d714d9c 12/04/2015 08:55 PM Jim Pingle

Include ipsec.inc here otherwise the global is undefined when called when restoring a config in the GUI.

c71d37a7 12/03/2015 11:27 PM Chris Buechler

net.inet.ipsec.debug in 10-STABLE and newer is extremely noisy and has a serious performance impact, where that wasn't the case on 10.1 base versions. Change it to 0 on upgrade to avoid problems for those who had it set previously.

9555dd35 12/01/2015 02:57 PM Jim Pingle

Upgrade code to change topology_subnet checkbox to drop-down. Issue #5526

efef9c1b 11/23/2015 09:37 AM Renato Botelho

Move recently added config upgrade for IPsec enable to last config upgrade

5540759e 11/23/2015 09:35 AM Renato Botelho

Optimize upgrade_128_to_129()

da6f8482 11/23/2015 09:30 AM Renato Botelho

Move recently added upgrade code to a new config version

8d48b23f 11/22/2015 03:45 PM Luiz Souza

When necessary, unset $config['ipsec']['enable'] in upgrade code.

fe4b5548 11/22/2015 01:23 PM Luiz Souza

Unset "net.inet.ip.fastforwarding" when upgrading from older versions.

Issue: #5370

2073c2d5 11/19/2015 10:04 AM Phil Davis

Fix old SNMP bindlan setting - Redmine #3883

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.

c8b0a653 11/13/2015 01:57 PM Stephen Beaver

Fixes upgrade of config file on already upgraded 2.3 Alpha systems

153e3ac2 11/12/2015 09:01 PM Stephen Beaver

Changes after testing on real hardware

5052bfa0 11/12/2015 05:34 PM Renato Botelho

Revert "Fix upgrade_126_to_127()" partialy

The first item was wrong, thoe items should be discarded

- Do not discard items with $display already set to open or close

This reverts commit 303d345dd5e7ead6975bd3140b213219d7e0f4f0.

303d345d 11/12/2015 05:20 PM Renato Botelho

Fix upgrade_126_to_127()

- Do not discard items with $display already set to open or close
- Call continue 2 to move to next widget

1fd9322b 11/12/2015 04:39 PM Stephen Beaver

Fixed #5432

e2ff2b3f 11/12/2015 10:46 AM Chris Buechler

Remove fastforwarding from config upgrade. Ticket #5370

4df73fa0 11/11/2015 10:15 PM Matthew Smith

add require of ipsec.inc so convert_config doesn't fail when invoked by gitsync. #5350.

c53e411f 11/11/2015 09:17 PM Matthew Smith

Fix #5350. Correct issues with strongswan logging (setting changes did not persist across reboots, setting silent did not work).

b37b4034 11/10/2015 12:14 PM Phil Davis

etc inc delete $Id comments

and bits of white space.
Note: There are plenty of files still with old-format copyright sections
in here.

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

5679253c 10/27/2015 01:39 PM Renato Botelho

Require notices.inc only if it's going to be used

33b170df 10/24/2015 06:47 AM Chris Buechler

IKE auto mode is back, remove this config upgrade code unsetting it.

cf093b35 10/22/2015 08:32 PM Renato Botelho

Remove more references to theme, ticket #5333

02925286 10/22/2015 06:47 PM Renato Botelho

Fix function name, spotted by mgsmith

b061a3c6 10/22/2015 06:13 PM Matthew Smith

Remove config stuff for WEP. on upgrade, disable WEP on interfaces that have it configured and disable those interfaces and generate a notice. Fixes #5123.

995df6c3 10/22/2015 12:58 PM Stephen Beaver

Completed #5333

0cdb94e1 10/20/2015 11:12 AM Renato Botelho

Cleanup unused code:

- 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...

2344bed4 09/30/2015 05:33 PM Renato Botelho

Use product_name global variable in more places

6990ad35 09/16/2015 08:58 AM Phil Davis

White space and minor bits in etc

Cleaner version of https://github.com/pfsense/pfsense/pull/1846

2975a608 09/15/2015 09:21 PM Renato Botelho

Retire PPTP server, fixes #4226:

- 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

c9d46a8e 09/15/2015 09:20 PM Renato Botelho

Retire PPTP server, fixes #4226:

- 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

8235074c 09/02/2015 05:26 PM Jim Pingle

Merge pull request #1848 from phil-davis/bootstrap-review

93a957b3 09/01/2015 05:14 PM Renato Botelho

Merge branch 'master' into bootstrap

4de8f7ba 08/30/2015 04:32 PM Phil Davis

Integrate bootstrap etc/inc with master

This applies the little changes in etc/inc master to the bootstrap
branch so that etc/inc in bootstrap will now just have the real
differences that are due to real bootstrap changes.

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

fa6e5ba5 08/26/2015 06:06 AM Phil Davis

Protect unset() with isset() in upgrade_config

Forum: https://forum.pfsense.org/index.php?topic=96827.0
Sometimes there can be unexpected stuff in a config. To avoid errors
like "PHP Fatal error: Cannot unset string offsets in
/etc/inc/upgrade_config.inc on line 291" it seems good to use...

8e717058 08/25/2015 07:54 PM Jim Thompson

update config to rid of nt-hash
credit to: das projekt der goatse

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/