Project

General

Profile

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

# Date Author Comment
ef5c0a3e 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management - Config Upgrade

ca366676 01/01/2017 09:47 PM Jim Pingle

Update OpenVPN protocol preferences to match the new behavior of OpenVPN 2.4. Fixes #7062

ca86de04 12/20/2016 04:33 PM Steve Beaver

Revise define values for address types to allow an easier transition in validateipaddr()

77a8a7d6 12/15/2016 05:23 PM Steve Beaver

Added a function validateipaddr() use as:
// Validate a network address
// $addr: the address to validate
// $type: IPV4|IPV6|IPV4V6
// $label: the label used by the GUI to display this value. Required to compose an error message
// $err_msg: pointer to the callers error message array so that error messages can be added to it here...

e030050d 12/06/2016 03:29 AM Phil Davis

Fix unset glxsb

This bit of upgrade_config code needs a global reference to $config

ac516731 11/22/2016 04:23 PM Renato Botelho

Ticket #6770: Update wireless regex to match FreeBSD 11

86584ded 11/07/2016 06:49 PM Jim Pingle

Store Dynamic DNS passwords in Base64 to protect special characters. Fixes #6688

2446fffa 11/04/2016 03:05 PM Jim Pingle

Convert CloudFlare and GratisDNS dynamic DNS over to split hostname and domain name fields, like Namecheap. Otherwise they could both break with subdomains or international TLDs with many parts. Fixes #6778

517b893e 10/24/2016 09:22 PM Renato Botelho

Rework captive portal to run with stock IPFW (round 1)

- Remove use of IPFW context
- Create a rule that will skip to proper rule for each cp zone
- Use new PHP module functions wherever is possible

dc61252a 10/12/2016 07:29 PM Renato Botelho

Deprecate nanobsd platform and remove all conditionals that uses it

0c2dffb0 10/12/2016 07:23 PM Renato Botelho

Define a single value for 'default_config_backup_count'

b55c6b82 10/12/2016 07:23 PM Renato Botelho

Remove unused global var 'hidebackupbeforeupgrade'

f68a881c 10/12/2016 06:12 PM Renato Botelho

Remove unused global config item 'update_manifest'

3f4a0df9 10/12/2016 06:10 PM Renato Botelho

Remove hideplatform global config and all uses of it

337e6a26 10/12/2016 06:09 PM Renato Botelho

Remove unused global item 'nopkg_platform'

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

6ffb27fc 09/06/2016 04:07 PM Jim Pingle

Remove some obsolete code from globals.inc

2ce5cd33 09/01/2016 03:00 PM Jim Pingle

Remove references to glxsb as it is not relevant to current supported platforms. Fixes #6755

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

ee9fb7bc 07/11/2016 04:44 PM Jim Pingle

Add upgrade code to clean up the old GRE/GIF flags that are no longer used. Ticket #6586 and Ticket #6587

cc4fc50b 07/09/2016 04:24 AM Chris Buechler

Merge pull request #3037 from NOYB/Check_IP_Services

39d2f39d 07/02/2016 09:13 AM NOYB NOYB

Check IP Services

Configurable check IP services.
Used by Dynamic DNS services to check IP addresses.
Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default.
A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service....

86573bb9 06/27/2016 11:31 PM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

4c93645c 06/22/2016 03:11 PM Stephen Beaver

Merge pull request #2982 from stilez/patch-26

a08208f8 06/21/2016 03:23 PM Jim Pingle

Set kern.corefile, fixes #6510

09a28394 05/24/2016 09:05 AM Stilez y

set default_config_backup_count based on platform

At the same time the platform is being detected for PHP/GUI purposes, set the default number of backups. Also handle the case where (for any reason) detection fails, which it shouldn't, so the variables are still created

374f8c51 05/11/2016 08:49 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.

6086293b 05/11/2016 05:30 AM Chris Buechler

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

This reverts commit 297ace668e4a4ffbf1fb1581e7c765e2ed158e29.

291fad43 05/08/2016 08:10 AM Chris Buechler

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

48a8235e 05/06/2016 11:44 PM Chris Buechler

Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223

5a0235ca 05/03/2016 08:09 PM Renato Botelho

Show patchlevel together with product version on banners and system information widget

c81678f4 05/02/2016 11:41 PM Chris Buechler

Bump net.raw.recvspace and sendspace defaults. Ticket #6223

8175a2a8 04/22/2016 05:01 AM Chris Buechler

Update VIPs CARP parent on upgrade. Ticket #6164

bc247ad9 04/20/2016 08:43 PM NOYB NOYB

Rebase / Update config version.

f8f2eae4 04/15/2016 11:55 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.

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

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

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

630326d4 03/22/2016 11:56 AM Renato Botelho

Detect default config flavor

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

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

ae04affe 03/11/2016 12:28 PM Renato Botelho

Respect globals_override.inc

909a1954 03/02/2016 03:24 PM Renato Botelho

Read xml files from /usr/local/share/pfSense/menu and load menu entries

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

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

5045722f 02/14/2016 01:23 AM Denny Page

Update config version to trigger upgrade of rrd files

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.

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

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.

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

ceecd29b 01/21/2016 09:12 PM Renato Botelho

Fix #5690:

- Remove parameters from set_language()
- Add a global variable for default language
- add env var for LANG, otherwise it won't work

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

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

5ea90990 12/28/2015 07:33 PM Stephen Beaver

Experimental: Fixed #5693
Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password

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

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

43c83997 12/15/2015 03:04 AM Phil Davis

globals.inc comment typos

2af1b0c7 12/15/2015 12:08 AM Stephen Beaver

Moved global defines to globals.inc

2d724ce2 12/11/2015 08:36 PM Jared Dillard

link to proper license information location

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

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

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

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

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

Move recently added upgrade code to a new config version

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.

b6cd9d99 11/18/2015 10:19 AM Renato Botelho

Retire /etc/rc.create_full_backup and usr/local/www/system_firmware_restorefullbackup.php

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

Fixed #5432

8e068605 11/12/2015 09:50 AM Chris Buechler

The net.enc.in sysctls should be 2, for only the inner portion of the VPN. Ticket #5421

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.

5f0b15e5 10/31/2015 03:04 PM Luiz Souza

The net.inet.ip.fastforward sysctl is retired now.

Tryforward instead, is always on and is compatible with IPSEC.

TAG: tryforward

dd8df8e1 10/31/2015 02:39 PM Luiz Souza

Apply a different fix to issue #2993.

Instead of forcing the encrypted traffic in transport mode as ENC_AFTER,
just change the mask to allow ENC_BEFORE events.

Theoretically, this eliminate the need of ipsec_transport_filterfix.diff.

Issue: #2993

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

Remove more references to theme, ticket #5333

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.

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

376ba07b 10/19/2015 09:36 PM Luiz Souza

Disable zero copy buffers in bpf.

This was a no-op before my changes (so this was never really enabled) and
now it is known to cause issues with tcpdump and hostapd.

Disable this until we fix all the raised issues.

Issue: #5257

60ff91f1 09/30/2015 09:21 PM Renato Botelho

Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726

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

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

Merge branch 'master' into bootstrap

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/