Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the OpenVPN wizard, if the user chooses a different auth server type, ↵ | jim-p | 2017-05-22 | 2 | -0/+8 |
| | | | | clear out stored settings so the wizard does not pre-fill bad info. Fixes #7569 | ||||
* | Remove references to unused "Address Pool" setting. The address behavior is ↵ | jim-p | 2017-05-22 | 2 | -11/+1 |
| | | | | now determined by the mode, and has been for years. Fixes #7567 | ||||
* | Add missing includes | doktornotor | 2017-03-13 | 1 | -0/+3 |
| | |||||
* | Fix missing includes | doktornotor | 2017-03-13 | 1 | -0/+4 |
| | |||||
* | Fix broken includes | doktornotor | 2017-03-13 | 1 | -0/+4 |
| | |||||
* | Add reason to write_config() call | doktornotor | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Add reason to write_config() call | doktornotor | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Add reason to write_config() calls | doktornotor | 2017-03-09 | 1 | -3/+3 |
| | |||||
* | Add reason to write_config() call | doktornotor | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Fix #7364 Console assigned VLAN disappears after reboot | Phil Davis | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | Be more forthcoming with errors about ALTQ interfaces in relevant areas of ↵ | jim-p | 2016-12-22 | 4 | -9/+20 |
| | | | | the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032 | ||||
* | Allow "DHCP" in upper or lower case when adding LAN IP to setup wizard | Steve Beaver | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Test fix for #6762 | Steve Beaver | 2016-12-20 | 1 | -1/+2 |
| | |||||
* | Remove extraneous ) | Renato Botelho | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3219 from NonSecwitter/patch-2 | Renato Botelho | 2016-11-29 | 1 | -2/+2 |
|\ | |||||
| * | Update setup_wizard.xml | Jonathon Anderson | 2016-11-26 | 1 | -1/+1 |
| | | |||||
| * | LAN IP validation logic | Jonathon Anderson | 2016-11-11 | 1 | -1/+1 |
| | | |||||
| * | Update setup_wizard.xml | Jonathon Anderson | 2016-11-10 | 1 | -1/+1 |
| | | |||||
| * | update conditional re:LAN dhcp | Jonathon Anderson | 2016-11-09 | 1 | -1/+1 |
| | | |||||
| * | update LAN regex for case insensitivity | Jonathon Anderson | 2016-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3216 from seanm/master | Renato Botelho | 2016-11-25 | 1 | -1/+1 |
|\ \ | |||||
| * | | Improved error message to explicitly state allowable characters | Sean McBride | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Related to Bug #6432. | ||||
* | | | Revise shaper wizards to support multi-line filter_reload_status | Steve Beaver | 2016-11-21 | 2 | -0/+2 |
| | | | |||||
* | | | Revise update_filter_relaod_status() function to append status messages ↵ | Steve Beaver | 2016-11-21 | 2 | -2/+0 |
| | | | | | | | | | | | | rather than overwrite the file | ||||
* | | | Fix a 'divide by zero' bug in traffic_shaper_wizard_multi_all.inc. | Luiz Otavio O Souza | 2016-11-09 | 1 | -26/+28 |
| | | | |||||
* | | | Fix a 'divide by zero' bug on shaper wizard when PRIQ is used and no ↵ | Luiz Otavio O Souza | 2016-11-09 | 1 | -95/+98 |
| |/ |/| | | | | | bandwitdth is entered (the correct setting for a PRIQ scheduler). | ||||
* | | Fixed #6779 | Steve Beaver | 2016-11-07 | 1 | -3/+3 |
|/ | | | | Round calculated bandwidth down to nearest integer | ||||
* | In the setup wizard, do not change the DHCP range if it is already set ↵ | jim-p | 2016-10-13 | 1 | -24/+31 |
| | | | | 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 | ||||
* | Remove all calls to conf_mount_r* functions | Renato Botelho | 2016-10-12 | 1 | -2/+0 |
| | |||||
* | Select PRIQ by default in the shaper wizards, rather than HFSC. | jim-p | 2016-10-06 | 2 | -16/+16 |
| | |||||
* | Extra "S" fixed - thanks @rbgarga | stilez | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Add OpenVPN key lengths to Wizard - missed in original PRs | stilez | 2016-09-18 | 1 | -6/+46 |
| | | | | | | | | Original PRs and rationale: * https://github.com/pfsense/pfsense/pull/2944 ("Add missing recommended key lengths/digest to Cert system") * https://github.com/pfsense/pfsense/pull/2942 ("Add missing recommended key lengths to OpenVPN options") Rationale is same as for those PRs - I missed the OpenVPN Wizard in the original | ||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 7 | -7/+7 |
| | |||||
* | Code style and comments | Phil Davis | 2016-08-16 | 4 | -66/+66 |
| | | | | No functional change - just making style consistent | ||||
* | Merge pull request #3059 from NewEraCracker/xml-syntax-fix | Renato Botelho | 2016-07-15 | 1 | -1/+1 |
|\ | |||||
| * | Fix xml syntax after license update | NewEraCracker | 2016-07-15 | 1 | -1/+1 |
| | | |||||
* | | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 7 | -287/+63 |
|/ | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 7 | -259/+261 |
| | |||||
* | Review license / copyright on all files (1st round) | Renato Botelho | 2016-07-14 | 2 | -53/+101 |
| | |||||
* | Self correcting - poor english | stilez | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Accuracy | stilez | 2016-05-08 | 1 | -1/+1 |
| | | | 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. | ||||
* | missed a comment I added and shouldn't have - removed | stilez | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Update OpenVPN Wizard to include missing key sizes | stilez | 2016-05-08 | 1 | -2/+22 |
| | | | ...and add some useful info to guide the user. | ||||
* | Skip LAN properly with static IP WAN and one interface. Ticket #6093 | Chris Buechler | 2016-05-01 | 1 | -2/+3 |
| | |||||
* | Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_Wizard | Stephen Beaver | 2016-04-28 | 1 | -4/+4 |
|\ | |||||
| * | HTML Compliance - Setup Wizard | NOYB | 2016-04-28 | 1 | -4/+4 |
| | | |||||
* | | Setup Wizard - Punctuation | NOYB | 2016-04-28 | 1 | -1/+1 |
|/ | | | | Clean up some punctuation. | ||||
* | Miscellaneous - Remove Personalizations | NOYB | 2016-04-08 | 1 | -1/+1 |
| | | | | Remove "you" personalizations. | ||||
* | Merge pull request #2850 from ↵ | Stephen Beaver | 2016-04-07 | 4 | -60/+61 |
|\ | | | | | | | NOYB/Traffic_Shaper_Wizard_-_Remove_Personalizations | ||||
| * | Traffic Shaper Wizard - Remove Personalizations | NOYB | 2016-04-07 | 4 | -60/+61 |
| | | | | | | | | Remove "you" personalizations. |