Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7120ef41 05/22/2017 06:16 PM Jim Pingle

In the OpenVPN wizard, if the user chooses a different auth server type, clear out stored settings so the wizard does not pre-fill bad info. Fixes #7569

bc3669e4 05/22/2017 04:24 PM Jim Pingle

Remove references to unused "Address Pool" setting. The address behavior is now determined by the mode, and has been for years. Fixes #7567

32c38047 03/13/2017 04:29 PM Doktor Notor

Add missing includes

227f3f2d 03/13/2017 04:28 PM Doktor Notor

Fix missing includes

fc0f1121 03/13/2017 04:22 PM Doktor Notor

Fix broken includes

9df2adfc 03/09/2017 06:53 PM Doktor Notor

Add reason to write_config() call

a29f2ee6 03/09/2017 06:52 PM Doktor Notor

Add reason to write_config() call

4f36a53c 03/09/2017 06:48 PM Doktor Notor

Add reason to write_config() calls

149816cb 03/09/2017 06:41 PM Doktor Notor

Add reason to write_config() call

75a1149e 03/08/2017 08:12 AM Phil Davis

Fix #7364 Console assigned VLAN disappears after reboot

aa64bb65 12/22/2016 03:20 PM Jim Pingle

Be more forthcoming with errors about ALTQ interfaces in relevant areas of the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032

58dfe945 12/20/2016 08:15 PM Steve Beaver

Allow "DHCP" in upper or lower case when adding LAN IP to setup wizard

34a5feac 12/20/2016 07:55 PM Steve Beaver

Test fix for #6762

cf15d484 12/01/2016 04:17 PM Renato Botelho

Remove extraneous )

31ec01c3 11/29/2016 04:56 PM Renato Botelho

Merge pull request #3219 from NonSecwitter/patch-2

b0b2af90 11/26/2016 04:19 PM Jonathon Anderson

Update setup_wizard.xml

823091b1 11/25/2016 05:05 PM Renato Botelho

Merge pull request #3216 from seanm/master

de1425d9 11/21/2016 06:57 PM Steve Beaver

Revise shaper wizards to support multi-line filter_reload_status

4f7956ad 11/21/2016 06:53 PM Steve Beaver

Revise update_filter_relaod_status() function to append status messages rather than overwrite the file

6a365a4c 11/11/2016 02:01 PM Jonathon Anderson

LAN IP validation logic

3ad0f9b6 11/10/2016 02:49 PM Jonathon Anderson

Update setup_wizard.xml

7798eb1e 11/10/2016 04:08 AM Luiz Souza

Fix a 'divide by zero' bug in traffic_shaper_wizard_multi_all.inc.

0eb2512f 11/09/2016 07:55 PM Jonathon Anderson

update conditional re:LAN dhcp

c603770d 11/09/2016 06:21 AM Luiz Souza

Fix a 'divide by zero' bug on shaper wizard when PRIQ is used and no bandwitdth is entered (the correct setting for a PRIQ scheduler).

32980f32 11/07/2016 08:26 PM Jonathon Anderson

update LAN regex for case insensitivity

7c3a9ded 11/07/2016 03:36 PM Steve Beaver

Fixed #6779
Round calculated bandwidth down to nearest integer

3b55b54e 11/04/2016 04:28 PM Sean McBride

Improved error message to explicitly state allowable characters

Related to Bug #6432.

d02ee138 10/13/2016 02:21 PM Jim Pingle

In the setup wizard, do not change the DHCP range if it is already set inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

7779e6ce 10/06/2016 06:03 PM Jim Pingle

Select PRIQ by default in the shaper wizards, rather than HFSC.

d20b69c5 09/19/2016 09:05 PM Stilez y

Extra "S" fixed - thanks @rbgarga

f8d6f99d 09/18/2016 07:30 PM Stilez y

Add OpenVPN key lengths to Wizard - missed in original PRs

Original PRs and rationale:

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

Move copyright from ESF to Netgate

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

7b24d53b 07/15/2016 07:38 PM Renato Botelho

Merge pull request #3059 from NewEraCracker/xml-syntax-fix

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

Move to Apache License 2.0

f7057140 07/15/2016 07:14 PM NewEraCracker

Fix xml syntax after license update

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

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

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

b56769c3 05/08/2016 04:08 AM Stilez y

Self correcting - poor english

d4fdce4e 05/08/2016 04:04 AM Stilez y

Accuracy

Large keys are not "slower to use" in many cases, since they are only used to validate or set up a session. An ongoing session usually transfers to a symmetric algorithm once established, and the user won't notice the short extra delay in session startup.

7c684f3b 05/08/2016 03:54 AM Stilez y

missed a comment I added and shouldn't have - removed

49810252 05/08/2016 03:52 AM Stilez y

Update OpenVPN Wizard to include missing key sizes

...and add some useful info to guide the user.

64ec463c 05/01/2016 05:53 AM Chris Buechler

Skip LAN properly with static IP WAN and one interface. Ticket #6093

3f3df45b 04/28/2016 12:33 PM Stephen Beaver

Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_Wizard

a45a7235 04/28/2016 07:03 AM NOYB NOYB

HTML Compliance - Setup Wizard

65d3ebb2 04/28/2016 07:01 AM NOYB NOYB

Setup Wizard - Punctuation

Clean up some punctuation.

af3cc7d6 04/08/2016 07:19 AM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

9d913acd 04/07/2016 09:30 PM Stephen Beaver

Merge pull request #2850 from NOYB/Traffic_Shaper_Wizard_-_Remove_Personalizations

fb72cec3 04/07/2016 09:28 PM NOYB NOYB

OpenVPN Wizard - Remove Personalizations

Remove "you" personalizations.

a0e3dab3 04/07/2016 07:07 AM NOYB NOYB

Traffic Shaper Wizard - Remove Personalizations

Remove "you" personalizations.

1e87fb3f 04/05/2016 12:13 AM Phil Davis

Remove "we" personalizations

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.

f6742d9a 03/28/2016 10:13 PM Luiz Souza

Fixes the shaper wizards to split the bandwidth correctly.

With P2P catchall disabled, the qLink queue (using 20% of root bandwidth) was not taken into account.

Decrease 20% of qInternet bandwidth queue in this case.

Ticket #5721

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7aaf60a8 02/11/2016 04:53 AM k-paulius

Fix RADIUS spelling. It is written in all caps.

f4e6e0bf 01/29/2016 10:30 PM NewEraCracker

These two wizards .xml can also lose their x-bit

Other wizards don't have it set.

934083c7 01/22/2016 06:30 PM Renato Botelho

Relax shaper wizard interface validation when there are no interfaces with gateways selected. Fixes #5424

379b4b6d 01/22/2016 06:27 PM Renato Botelho

Fix indent

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

159509e0 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

ed9c5a1a 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

336689d4 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

7124eddf 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

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

de90f855 12/01/2015 03:22 PM Jim Pingle

Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs

71eedb41 12/01/2015 02:57 PM Jim Pingle

Add topology setting to the OpenVPN wizard. Issue #5526

e98cb933 11/10/2015 06:59 PM Luiz Souza

Fix a warning in setup wizard, close the gettext parenthesis.

5a957b9a 11/10/2015 01:13 PM Phil Davis

More $Id and whitespace

from more obscure folders around the code

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

57cadb04 11/08/2015 02:09 AM Stephen Beaver

Fixed #5381

7dc1383a 10/30/2015 02:47 PM Stephen Beaver

Copyright changes

53047cc9 10/30/2015 02:25 PM Stephen Beaver

Remove unneeded binding

a9af7aa6 10/30/2015 02:21 PM Stephen Beaver

Obscure password for pptp as well

401ccf37 10/30/2015 02:12 PM Stephen Beaver

Completed #5358

605aa53c 10/16/2015 08:01 PM Stephen Beaver

Fixed 5310
traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance

e79dc517 10/16/2015 07:47 PM Stephen Beaver

Partial fix to #5310
wizard.php updated to generate jquery not javascript
traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.
(Need to do same for the other TS wizard)

9cda2fa5 10/16/2015 02:30 PM Stephen Beaver

Revised to use print_input_errors() for consistency

0342d254 10/16/2015 02:15 PM Stephen Beaver

Fixed #5310

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

Move main pfSense content to src/