Fixes #4259 Use proper variable to do calculations
Fixed minor spelling error
Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings
Random text typos
and I "corrected" function names that had "_choosen_" in them.That is not technically an error - function names do not have to beEnglish words. But it does look nicer to read.
Merge pull request #1453 from phil-davis/Upstream-SIP-server
Fixes #4333 Unset previous defined values before using the new ones
Traffic Shaper Wizard Upstream SIP Server
Not being remembered and actioned.Bug #4314
This broke a variety of things. Revert "Deprecated and non-static method messages"
This reverts commit 91b9a02fb131746c67fdf9f34282f123a13f1b13.
Deprecated and non-static method messages
Fix various files that can emit messages like:PHP Strict Standards: Non-static method SimplePie_Misc::array_unique()should not be called statically, assuming $this from incompatiblecontext in /etc/inc/simplepie/simplepie.inc on line 5508...
Make this note more accurate.
Change wording at the end of the wizard to remove "donate" since that is no longer an option
Add a note to the wizard about the DNS Resolver ignoring manual name servers by default.
Stop FQDN in hostname field
fix up text
use a bit stronger of defaults in OpenVPN wizard
Fix WINS description. It's not 1999, and it wasn't a good description for back then either. If you're running WINS at this point on your AD DCs...get rid of the Win 9x boxes, or realize you don't actually need or want WINS on anything Windows 2000 and newer.
Add more services and reorder
Add following shaping rules:ARMA 3WIIEA OriginGames For Windows LiveCrysis 3DeadSpace 2DeadSpace 3DragonAge2MassEffect3FacetimeGoogle HangoutsTeamSpeak 3VentriloiTunes RadoIMAP/SPOP3/SSMTP/SApple Mobile Sync...
fix gold alignment and redirect
Revert "make gold link more visable"
This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
make gold link more visable
Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
Add message about Gold to setup wizard and menu/link to Gold signup.
Disable bandwidth checks for PRIQ, it should fix #3537
Fix field name that cannot contain spaces, and use displayname
Fix scheduler field name
Fix field name
Strict checks for number of WANs and LANs on wizard
Fix number of WAN / LAN interfaces detection for dedicated wizard
Try to guess number of WANs
Try to guess number of WANs and LANs
Fix number of WAN and LAN connections check
Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it fixes #3535
Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper wizards, multi lan/wan can be used to replace any of them
Fix indent and whitespaces
Replace Header() calls by lowercase
Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard.
use email from CA creation also as the default for server cert
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
These are remenants of old 1.2 remove them from the wizard
Enhance interface gateway data entry descriptions
Prevent network or broadcast address to be set on interface (console, GUI and wizard). It should fix #3196
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).
Add Auth Digest to OpenVPN wizard also.
Allow multiple valid time servers to be entered in the wizard, as they are allowed under System > General
Remove call-time pass by reference from traffic shaper files, it should fix #2565
fix text
not true you have to log in again since HTTP basic auth was deprecated.
add MSS clamping to setup wizard. Now that MTU and MSS are separate, the MTU description was wrong, and both need to be there.
Avoid duplicate default gw, also look for gateways with name different from WANGW that points to same IP
Avoid set 2 sources on shaper wizard. Fixes #2959
Rule created for penalty addresses on shaper wizard should not set 'any' as source. Fixes #2959
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.
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.
Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.
Permit openvpn to use same port on different interfaces. It should fix #814
Don't forget the wizard...
Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765
fixed spelling
more games for traffic shaper
fixed spelling mistake
added traffic shaper game rules
Change ereg() to preg_match() function
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.
fix typo
Unbreak a number of explode() replacements which required preg_split()
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
variable is not yet available so rebrands get a blank page on the last step in the setup wizard
When making a server certificate in the wizard, make sure we specify it must be a server certificate.
Fixes #1948. Do not specify an interface for the Voip rules that intend a source ip.
Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696"
This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
Revert "Be correct on teh variable scope"
This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
Be correct on teh variable scope
Another try at prventing panic on reconfig of ppp type wans. Ticket #1696
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
Fixes #1696. Do not store temporary information under interfaces section during wizards since this might generate a message to netgraph that triggers a panic.
Make the checks during step4 and step5 actually work.
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
Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.
Correct battlenet data to not be overriden. Reported-by: http://forum.pfsense.org/index.php/topic,39176.0.html
Correct priority number to not have clashes with PRIQ which do not allow same priority numbers for two different queues.
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.
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Actually increase the default queue length for the new default queue
Respect the p2p catchall setting.
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.
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.
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.
Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.
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
Use send_event()
Use send_message and issue the reload all operation in the background