Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5c4d2d75 04/15/2014 05:08 PM Jim Pingle

Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard.

84fc1d4d 04/14/2014 09:35 AM Chris Buechler

use email from CA creation also as the default for server cert

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

c7281770 03/15/2014 12:04 AM Chris Buechler

standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org

796587a9 02/21/2014 03:51 PM Ermal LUÇI

These are remenants of old 1.2 remove them from the wizard

b36aad25 02/07/2014 05:51 PM Phillip Davis

Enhance interface gateway data entry descriptions

20dda766 12/04/2013 08:21 PM Renato Botelho

Prevent network or broadcast address to be set on interface (console, GUI and wizard). It should fix #3196

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

85bdf997 10/30/2013 08:01 PM Jim Pingle

Add Auth Digest to OpenVPN wizard also.

a338d381 09/24/2013 01:32 PM Jim Pingle

Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General

ea51e9f8 09/12/2013 02:29 PM Renato Botelho

Remove call-time pass by reference from traffic shaper files, it should fix #2565

4cdae0ac 09/03/2013 09:07 AM Chris Buechler

fix text

9a0a9fc1 06/17/2013 05:23 AM Chris Buechler

not true you have to log in again since HTTP basic auth was deprecated.

a6c03297 06/17/2013 05:16 AM Chris Buechler

add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU description was wrong, and both need to be there.

004c1412 04/28/2013 02:12 PM Renato Botelho

Avoid duplicate default gw, also look for gateways with name different from WANGW that points to same IP

9fdf9660 04/24/2013 10:51 AM Renato Botelho

Avoid set 2 sources on shaper wizard. Fixes #2959

ead734fe 04/23/2013 03:21 PM Renato Botelho

Fix indent and whitespaces

be57a697 04/23/2013 03:08 PM Renato Botelho

Rule created for penalty addresses on shaper wizard should not set 'any' as source. Fixes #2959

0aa3929b 04/23/2013 03:05 PM Renato Botelho

Fix indent and whitespaces

5dc0c7b1 04/11/2013 08:35 PM Jim Pingle

Add a line to let the user know that the wizard can be stopped by clicking the logo at the top, so people don't think they are stuck/required to do the wizard.

ba1d9714 03/20/2013 05:26 PM Jim Pingle

Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.

da14f0cf 02/27/2013 08:37 PM Jim Pingle

Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.

49b76122 01/29/2013 05:30 PM Renato Botelho

Permit openvpn to use same port on different interfaces. It should fix #814

1aafb710 01/24/2013 07:13 PM Jim Pingle

Don't forget the wizard...

ca621902 01/21/2013 07:33 PM Jim Pingle

Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765

71461d38 01/15/2013 01:54 AM Tyler Turner

fixed spelling

9bf5a970 01/13/2013 03:42 AM Tyler Turner

more games for traffic shaper

906e513a 01/12/2013 09:55 PM Tyler Turner

fixed spelling mistake

435e715f 01/12/2013 08:43 PM unknown

added traffic shaper game rules

a3897695 07/01/2012 10:49 PM Carlos Cesario

Change ereg() to preg_match() function

bd4c21fe 05/23/2012 07:47 PM Jim Pingle

Don't skip "lan" as a possible WAN for shaper, since someone could have renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.

b1aa904f 05/10/2012 01:57 AM Chris Buechler

fix typo

2ce660ad 01/20/2012 11:18 AM Seth Mos

Unbreak a number of explode() replacements which required preg_split()

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

769891b5 11/30/2011 12:31 PM Warren Baker

variable is not yet available so rebrands get a blank page on the last step in the setup wizard

fe4780a2 11/29/2011 08:17 PM Jim Pingle

When making a server certificate in the wizard, make sure we specify it must be a server certificate.

e1fd8311 10/15/2011 12:04 PM Ermal LUÇI

Fixes #1948. Do not specify an interface for the Voip rules that intend a source ip.

d3ce6a8b 09/12/2011 11:20 PM Jim Pingle

Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696"

This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.

b8c8820b 09/12/2011 11:20 PM Jim Pingle

Revert "Be correct on teh variable scope"

This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.

106646b4 09/12/2011 10:35 PM Ermal LUÇI

Be correct on teh variable scope

afe88d69 09/12/2011 10:30 PM Ermal LUÇI

Another try at prventing panic on reconfig of ppp type wans. Ticket #1696

8678130d 09/12/2011 09:06 PM Jim Pingle

If we are coming from a PPPoE/PPTP WAN type, grab the old physical interface first to avoid assigning a ppp interface to itself. Fixes pppoe->pppoe wizard run as well as changing pppoe->dhcp. Fixes #1696

43d8f1cc 09/12/2011 12:05 PM Ermal LUÇI

Fixes #1696. Do not store temporary information under interfaces section during wizards since this might generate a message to netgraph that triggers a panic.

d78df7b9 08/09/2011 09:00 PM Ermal LUÇI

Make the checks during step4 and step5 actually work.

b0d088eb 08/02/2011 09:17 PM Ermal LUÇI

Correctly check the values for VoIP on multi_lan traffic shaper wizard. Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728

eea89a5c 08/02/2011 08:00 AM Ermal LUÇI

Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.

b3795cb9 08/02/2011 07:47 AM Ermal LUÇI

Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html

1f33a712 07/28/2011 08:17 AM Ermal LUÇI

Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues.

8fd84f87 07/22/2011 05:27 PM Ermal LUÇI

Ticket #749. Make the rules of the traffic shaper wizard select the wan side of the interfaces to not make the intra-lan traffic classifible in this way.

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

f1715738 07/15/2011 07:22 PM Ermal LUÇI

Actually increase the default queue length for the new default queue

058a4f1c 07/15/2011 07:17 PM Ermal LUÇI

Respect the p2p catchall setting.

ed7c364d 07/15/2011 07:08 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

b2608f72 07/15/2011 07:02 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

6fd23d7a 07/15/2011 06:20 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind)."

This reverts commit cd3346e205ad0f818977b7ccd0bd7259ed2f2e4e.

1750ed78 07/15/2011 06:19 PM Ermal LUÇI

Re-enable downstream queues but with the difference that the default queue now tries to use all the link when possible and the bandwidth limit is specified on a subqueue instead of the interface.

746fc9ec 07/15/2011 05:36 PM Ermal LUÇI

Revert "Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind."

This reverts commit 4447358371f80814ea1c5e0f00c1a7301a2396f6.

10f5d53c 07/07/2011 07:57 PM Jim Pingle

Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.

eb06ca8e 05/12/2011 05:03 PM Scott Ullrich

Revert this change. reload_all() already sends a reload message. Unfortunately there is still something else lurking that causes a delay when loading the wizard step

9545fe7a 05/12/2011 03:41 PM Scott Ullrich

Use send_event()

602e9806 05/12/2011 03:38 PM Scott Ullrich

Use send_message and issue the reload all operation in the background

b148ab81 05/11/2011 08:40 PM Scott Ullrich

Skip step #9 for non pfSense branded installations

51b9e41d 05/11/2011 07:26 PM Scott Ullrich

Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project.

c7ac47fd 05/07/2011 08:07 PM Jim Pingle

Misc fixes to make the openvpn wizard stop re-creating a CA previously made via the wizard if you re-ran the wizard and chose a CA instead. Fixes #1512

6be90004 03/03/2011 02:24 PM Jim Pingle

Ensure the protocol on the firewall rule from the OpenVPN wizard ends up lower case, or it causes some GUI irregularities. Seen http://forum.pfsense.org/index.php/topic,33865.0.html and elsewhere.

566193a5 02/28/2011 05:25 PM Jim Pingle

Only make gateway changes if we have been given a new gateway IP.

d7b4e38f 02/28/2011 05:21 PM Jim Pingle

Setup gateway monitoring since we just altered a gateway.

e121bebd 02/28/2011 05:16 PM Jim Pingle

Fix gateway handling in setup wizard.

c54c9d15 02/22/2011 10:31 PM Ermal LUÇI

Remove direction from traffic shaper generated rules now that the match action is present to correctly put packets on proper queues. Before it was not possible since this would have also open firewall ports/holes.

97bc0bcc 02/13/2011 08:15 AM Erik Fonnesbeck

The doubled "$rule = array();" lines are probably a copy/paste error. Probably meant to paste the line that sets the rule type to the match action like the rest of what was added in the affected commit.

bd259571 02/12/2011 09:07 PM Ermal LUÇI

Correctly verify the input on bandwith at voip step for traffic shaper wizards. Reported-by: http://forum.pfsense.org/index.php/topic,32833.0.html

b3205cc3 02/11/2011 05:32 PM Ermal LUÇI

Convert the shapers to the match action so the generated rules do not impact the filtering policy implemented.

49946455 01/24/2011 04:54 PM Ermal LUÇI

Do proper input validation on traffic shaper wizards to not allow empty fiedls.

8d9c3f76 01/24/2011 04:38 PM Ermal LUÇI

Properly check empty fields when specifying bandwidth values.

0e01b3c6 01/21/2011 08:13 PM Jim Pingle

Fix OpenVPN wizard.

582c58ae 01/20/2011 10:19 PM Jim Pingle

Add drop-down to select OpenVPN hardware crypto (finds usable devices from "openssl engine" list) for clients and servers.

bca35cff 01/20/2011 05:33 PM Jim Pingle

Add a checkbox for duplicate-cn on OpenVPN servers.

a9a5b957 12/29/2010 04:53 PM Ermal LUÇI

Fix multi_all wizard to properly verify VoIP bandwidth specified.

528992be 12/27/2010 04:41 PM Jim Pingle

Fix OpenVPN NetBIOS settings not propagating from the wizard to the server instance.

cd3346e2 12/22/2010 08:51 PM Ermal LUÇI

Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind).

44473583 12/22/2010 08:40 PM Ermal LUÇI

Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind.

475c1932 12/22/2010 01:59 PM Ermal LUÇI

Use the provided settings even for HFSC scheduler instead of hardcoding 32Kbit/s speed on VoIP. Also cleanup some whitespace.

dbdcaef4 12/21/2010 04:38 PM Ermal LUÇI

Use 1024 not 1000 in conversion.

1d164dd4 12/14/2010 10:59 PM Ermal LUÇI

Provide a default value to the function for converting kb/Mb to coeficient for math.

841c4125 12/14/2010 01:21 PM Marcus Brown

Remove dropdown to select interface. Should fix #1090

89428f03 12/09/2010 07:44 PM Ermal LUÇI

Use correct variable name so the message is actually displayed.

afa966a5 12/07/2010 08:08 PM Ermal LUÇI

Ticket #1081. Fix header() function to do correct redirection. Also remove bogus step9 in the wizards.

5b2f628e 11/29/2010 02:54 PM Ermal LUÇI

Add exit; so the redirection actually works.

c45d1cfe 11/29/2010 11:53 AM Ermal LUÇI

Remove old reference to function. Reported-by: http://forum.pfsense.org/index.php/topic,30508.0.html

0bee2010 11/18/2010 09:34 AM Erik Fonnesbeck

Save the host name and domain to a temporary location until the setup wizard is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455

9f200d71 10/21/2010 01:00 AM Jim Pingle

Change OpenVPN wizard to set input_errors when there is a fatal condition that will require preventing a config save.

8f87a4a2 10/21/2010 12:12 AM Jim Pingle

Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes #900

ac87dbbf 10/20/2010 03:13 PM Ermal LUÇI

Traffic shaper wizards remove redirection before final step. This seems a forgotten item.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

5d763c0e 10/18/2010 03:16 PM Ermal LUÇI

Fix the dedicated and multi_all wizards. They had typos in variable names and some remaining unused code which caused problems!

2e408f59 10/18/2010 12:39 PM Ermal LUÇI

Disable the bandwidth speed selection field also to avoid errors/problems when the catch all is not activated.

b256213d 09/23/2010 11:02 AM Warren Baker

Spelling of 'Access'.

389c778e 09/20/2010 02:57 PM Marcus Brown

Update wizard files for setup wizard to write proper config for current ppp architecture.

I also allowed selection of physical interface from the wizard screen. This is crucial
because if the user has the WAN set to anything other than the same phyical interface used...

4e990e1e 09/01/2010 07:18 PM Jim Pingle

CA/CERT Move

b9d017f5 08/31/2010 02:13 PM Ermal LUÇI

Ticket #733. Provide a description that custom bandwidths cannot exceed 30% of entered bandwidths for interfaces/links.