Project

General

Profile

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

# Date Author Comment
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/