Project

General

Profile

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

# Date Author Comment
877740ee 03/06/2015 02:28 PM Renato Botelho

dns_split was a comma separated list and moved to use space as separator, provide upgrade code to make sure old configs are converted. Since there was a config upgrade version 11.7 only on master, I pushed it to 11.8 and used dns_split one as 11.7 to be able to backport it to RELENG_2_2. Ticket #4418

24ad8e26 03/04/2015 12:23 PM Jim Pingle

Add missing comma. Fixes #4485

1dbe220c 03/03/2015 07:19 PM Jim Pingle

Tweak the carp demotion factors slightly to avoid CARP transitions that are most likely unnecessary.

9ba87997 02/26/2015 08:25 AM Phil Davis

Code Style Guide etc inc f to g

8f637a0c 02/05/2015 09:48 AM Renato Botelho

Merge pull request #1455 from xbipin/patch-2

b997da8b 02/05/2015 05:41 AM Bipin Chandra

upgrade config

upgrade config code so old entries not lost during upgrade

f5b23288 01/29/2015 02:02 PM Renato Botelho

Set update_url and update_manifest automatically based on version being or not a RELEASE

191d5392 01/13/2015 07:19 PM Ermal Luçi

Heh bump the config version

cfb5073f 01/05/2015 05:44 PM Renato Botelho

Fix #4090:

- Unbound advanced options may contain double quotes and it breaks the
syntax when a backup is restored because newlines are trimmed. Save it
in base64 format is a safe way to prevent it
- Bump config version to 11.5
- Provide upgrade code to encode current config or the one that came...

368d4910 12/31/2014 02:54 PM Renato Botelho

Add config upgrade code to make sure iketype is set, bump config version to 11.4. It fixes #4163

ccf30846 12/22/2014 05:06 PM Renato Botelho

Add config upgrade code to validate changes made on c2fe67eb and d269747b. It fixes #4134

a03551c2 12/17/2014 06:47 PM Renato Botelho

Bump latest_config version that I forgot on previous commit. Spotted by Jim Pingle

719db60e 11/28/2014 10:26 PM Ermal Luçi

Ticket #4009 Force serial console whenever the installer told us so.

16d6c1df 11/28/2014 02:43 PM Renato Botelho

Add a parameter on platform_booting to help detect if it's on GUI on console and use it in appropriate places, it fixes #4049

bf635e7d 11/27/2014 07:42 AM Ermal Luçi

Optimize

285ef132 11/26/2014 12:10 PM Ermal Luçi

Rather than set the g['booting'] on globals provide a function to test for that doing the right checks

e861812c 11/26/2014 11:30 AM Ermal Luçi

Remove the booting signal if not needed to fix some issues reported on the GUI

ec5753e7 11/24/2014 08:39 PM Ermal Luçi

The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. Fixes #3361

b8d09280 11/24/2014 02:23 PM Ermal Luçi

Put the booting signal in globals.inc since it makes all the other scripts detect we are booting. Otherwise separate php instances will not detect that. rc.bootup clears this flag so all should work correctly

c46f9695 11/10/2014 07:32 PM Ermal LUÇI

Actually make default sysctls reside on globals.inc and use those by default this allows to trim down the config.xml sysctl and also fixes #3666 by setting set source interface on reply of icmp

2f5488df 10/15/2014 02:23 PM Ermal LUÇI

Reintroduce the vfs.forcesync systl

bd0b5d2d 10/08/2014 04:33 AM Chris Buechler

Remove the minimum NIC warning, this dates back to when minimum 2 NICs were supported and it made sense to throw this message at people. It's obvious a network appliance requires at least one NIC.

b4bd9c56 10/07/2014 06:17 PM Ermal LUÇI

Update the URL for snapshots update

3f257101 09/23/2014 11:57 AM Renato Botelho

Provide upgrade config code to migrate unbound settings from 2.1 package to 2.2 base. Bump config version to 11.1. It fixes #3880

415b71f1 09/11/2014 07:57 PM Ermal LUÇI

Fixes #3666. Set the sysctl net.inet.icmp.reply_from_interface to 1 to use the incoming interface to send the icmp reply from. It uses another part of patch to pf to undo NAT if it was already performed before

9b915686 08/01/2014 08:39 PM Ermal LUÇI

Use a uniqid() to track phase2 entries to avoid confustion and various mistakes when modifying and editing them.

c15b5ed8 06/24/2014 03:00 PM Renato Botelho

Fix dscp values and provide a config upgrade to fix values stored in config.xml. This is a proper fix for #3688

08f30320 06/18/2014 11:21 AM Renato Botelho

Change the option for webconfig login autocomplete from opt-in to opt-out, also bump config version and write a function to keep the current status on upgrades

1d8b3cdd 06/12/2014 12:53 PM Renato Botelho

Fix i386 default URL for snapshots

c760c69c 04/14/2014 06:05 PM Ermal LUÇI

Fixup update URL

f3109fac 03/26/2014 08:40 AM Chris Buechler

send crash reports via HTTPS

184016fc 03/15/2014 12:15 AM Chris Buechler

standardize on https on www.pfsense.org

ef459eb7 03/15/2014 12:10 AM Chris Buechler

standardize on https://www.pfsense.org, point to packages.pfsense.org

4db99d5b 03/13/2014 07:46 AM Chris Buechler

set package URL to https://packages.pfsense.org

ad55629b 03/06/2014 07:19 PM Chris Buechler

update link for 2.2

aea33635 02/14/2014 10:19 AM Renato Botelho

Add https to update URLs and replace RELENG_8_3 by RELENG_10_0

6671b7cd 01/29/2014 11:27 AM Warren Baker

Add chroot for Unbound

4e6405b9 01/03/2014 03:56 PM Ermal LUÇI

Oops correct php syntax

a3a1b24e 01/03/2014 01:24 PM Ermal LUÇI

Move to zerocopy_enbale for bpf to optimize bpf logging which uses bpf interface. This should increase the general performance since pflog is always enabled.

2bb93345 01/02/2014 03:57 PM Tuyan Ozipek

Update copyright_years to be calculated on the fly.

9dc3f2bb 01/01/2014 11:54 PM Valentin Georgiev

Happy New Year 2014!

Optimal: Just updating the copyright years;

I wish to all of you all of health, happiness and good luck of earth to be in your hands for the new year! Other will come up later :)

And make pfsense better then before, more flexible for management/viewing from web (3rd party) using samba,ftp,whois,hw temp..etc....

31dce430 12/31/2013 12:28 PM Ermal LUÇI

Upgrade all firewall rules to include a tracker field. Add a tracker field even for nat for later usage while here.

e677dd06 12/18/2013 01:51 PM Ermal LUÇI

Set latest config version

73c3eed8 12/14/2013 09:39 PM Ermal LUÇI

Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs to be put in place again!

0a806969 11/25/2013 02:06 PM Ermal LUÇI

Since zoneid need to be less then 4096 provide some upgrade code to handle that from existing configs

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

eef01b14 11/13/2013 09:45 AM Renato Botelho

Add hybrid and disabled outbound NAT, fixes #2416:

- Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced
keep working the same way
- Hybrid mode applies manual rules first, automatic after
- Disabled do no create any outbound NAT rules...

edba1982 10/31/2013 06:50 PM Jim Pingle

Change OpenVPN Compression settings to cover the full range of allowed settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).

a3cc1409 10/10/2013 04:47 PM Jim Pingle

Add upgrade code to change the DHCP next-server value to nextserver since it was renamed sometime in 2.1 but upgrade code didn't follow. Also shuffle the upgrade code blocks a bit since we need these on 2.1.x and nobody should be on 2.2 yet, so the impact should be minimal to renumber the one bit specific to 2.2.

090b9a4a 10/09/2013 12:54 PM Jim Pingle

Remove newsyslog cron job on upgrade, if present.

67e5e3c6 09/14/2013 02:17 PM Renato Botelho

Set action = pass for configured mac addresses on CP passtrumac

90a27e64 09/11/2013 10:12 PM Chris Buechler

s/BSDP/ESF/

9633e518 09/10/2013 01:08 PM Jim Pingle

Simplify the update URL definition in globals.inc and add some comments to it.

af0a477a 09/06/2013 04:58 PM Renato Botelho

Disable kill_states by default on upgrade, it fixes #3183

8346b5c4 09/05/2013 06:27 PM Jim Pingle

Allow for easier override on $g values if needed.

1cf24f0a 07/09/2013 04:02 PM Jim Pingle

Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.

fa3b33a5 05/29/2013 01:47 PM Renato Botelho

Fixes #2979

. Change max value for traffic and packets graphs to 20GigE
. Bump config version to 9.6
. Write a config upgrade function to tune current rrd files to the new
max value

f388b5c5 05/08/2013 07:19 AM Ermal LUÇI

After some discussions it is better to make this a tunable and allow its value change from administrator.

02203e6d 05/06/2013 04:01 PM Renato Botelho

Fix IPv6 Prefix ID default value

. Always initialize it to 0 when it's undefined
. Remove unecessary initializations and checks
. Bump config version to 9.5
. Write an upgrade config function to initialize old configs properly

7d8b75ab 05/04/2013 10:57 PM Ermal LUÇI

Disable udp checksums by default

d62be8b0 04/14/2013 01:41 AM Chris Buechler

point 2.1 to gui21

f06ce79d 03/21/2013 03:01 PM Ermal LUÇI

Bump this a bit to allow for faster speed

b2b002cd 03/21/2013 03:00 PM Ermal LUÇI

Reduce a bit the entropy collection sources to not hurt performance. There are plenty of other sources on today systems

9beebb5e 02/27/2013 11:06 AM Renato Botelho

Hide 'Perform full backup prior to upgrade' option on nano, also hide restore full backup. Fixes #2844

8d8b1af7 02/21/2013 10:41 AM Renato Botelho

Remove unused function remove_numbers()

950c9a18 02/14/2013 05:50 PM Warren Baker

Backout Unbound for now bring back in 2.2. Fixes #2817

9a03bc19 02/11/2013 02:05 PM Jim Pingle

Bump latest_config to 9.4 to match recent version bump in the default config.

cba9d7d9 02/06/2013 05:54 PM Renato Botelho

Adjust RRD captive portal graphs for CP zones

- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh

Resolves #2655

20a3b436 01/21/2013 02:14 PM Renato Botelho

Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, that is disabled. This implements feature request #2587

e99ba2d6 01/05/2013 02:13 PM Renato Botelho

Fix outbound NAT rules when interface is deleted:

- When delete interface, do not touch outbound NAT rules
- Skip outbound NAT rules when interface doesn't exist
- Bump latest_config to 9.2
- Since rules with no interface were considered as wan, convert old...

23090547 01/04/2013 04:23 AM Chris Buechler

Welcoming in 2013

c06240db 12/11/2012 10:31 PM Ermal LUÇI

Add the new tunable in the GUI for custommization and its default value

d8e73863 11/20/2012 08:47 AM Ermal LUÇI

Do not process ip options by default this is 2012

c9ba2f8a 10/09/2012 05:44 PM Ermal LUÇI

Make limiters have a schedule specified which applie bandwidth limits during that period

79cc9e6b 10/01/2012 12:44 PM Cyrill B

Add ECE and CWR TCP flags as defined in RFC 3168

6e9b046e 09/26/2012 05:20 PM Jim Pingle

Due to the DHCP pool tag needing to be an array, rename the old LB "pool" variable to something else so it's not interpreted as an array.

36f6ed35 07/02/2012 08:20 PM Cyrill B

Use Certificate Manager in Captive Portal settings

7530177c 06/12/2012 07:10 PM Jim Pingle

Generalize the Crypto hardware option and add GUI support for AES-NI.

85a236e9 06/01/2012 07:51 PM Ermal LUÇI

Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.

b22fc825 05/23/2012 03:35 PM Jim Pingle

Move vip upgrade code to be later, since it was backed out of 2.0.x it no longer needs to be so early, and otherwise there can be some breakage/fallout. Ticket #2445

4b340c90 04/19/2012 05:44 PM Seth Mos

Update the default URL here for our new FreeBSD release.

c3ce2ece 04/18/2012 03:33 PM Seth Mos

Add upgrade code that updates the dynamic gateway names to their new format new $if_$type.
Redmine Ticket #2332. I've tested a simple upgrade with 3 dynamic Wans with varying names and that appears to have succeeded. Needs more testing.

f97a5b04 03/23/2012 01:25 AM Darren Embry

Move CARP settings from pkg XML to a real PHP page

https://redmine.pfsense.org/issues/647

932052bd 01/09/2012 03:03 AM Chris Buechler

it's 2012

47ee6926 12/28/2011 08:38 AM Ermal LUÇI

Implement is_jumbo_capable in a more performant way. This should help with large number of interfaces

a36a239a 09/30/2011 07:21 PM Warren Baker

Add Unbound chroot directory path

3ff39566 09/26/2011 10:22 PM Scott Ullrich

Add global to hide download tab

b4792bf8 09/07/2011 01:04 PM Ermal LUÇI

Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces.

e49d4564 06/14/2011 08:41 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/globals.inc
etc/inc/upgrade_config.inc

34fb609c 06/14/2011 02:10 PM Ermal LUÇI

Up config number for username sync upgrade.

58005e52 06/01/2011 01:00 PM Jim Pingle

Merge remote branch 'upstream/master'

Conflicts:
conf.default/config.xml
etc/inc/filter.inc
etc/inc/globals.inc
etc/inc/pfsense-utils.inc
etc/inc/upgrade_config.inc
usr/local/www/interfaces.php

5c723d9f 05/25/2011 10:00 PM Warren Baker

Remove out-dated RRD file as it will cause broken images to appear on RRD graphs page.

27d0722d 05/19/2011 12:50 PM Jim Pingle

Merge remote branch 'upstream/master'

7171b7b6 05/18/2011 04:53 PM Jim Pingle

Fix PPTP server radius settings upgrade from 1.2.3. Fixes #1292

dcb846e3 05/03/2011 08:09 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
usr/local/www/status_rrd_graph_img.php

2d14181b 04/28/2011 08:31 PM Ermal LUÇI

Remove rndtest sysctl since the kernel module is not anymore part of our kernels.

1f116988 03/15/2011 03:41 PM Seth Mos

Enable the IPv6 allow toggle, otherwise the other IPv6 rules do not work.

9956b38a 03/09/2011 07:20 AM Seth Mos

Merge the config upgrade code, there was a mismatch, the one who merged this wrong should get a pointy hat.

7ec0e6e2 03/03/2011 09:13 PM Jim Pingle

Add upgrade code to ensure rule protocols are all lower case.

67b0ed57 03/03/2011 05:42 AM Chris Buechler

lower limit to 101 MB