Add code for applying wireless regulatory configuration and some extra notes about the regulatory settings.
Add configuration options for wireless regulatory settings. Still needs code for applying the settings.
Add note about the auto channel setting.
Combine "802.11g only" and "802.11n only" into a single option.
Fixes for 11g Turbo and 11a Turbo modes.
AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks
Move description into listtopic area
Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when those modes aren't available.
Revert "Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist."
This reverts commit b383e88b59366143d69c2b50aa8e000d4a6c83e5.
Add support for 802.11n in get_wireless_modes and the channels list.
Fixing the condition for the enable checkbox broke saving on wan and lan. Add a hidden enable field for wan and lan to fix any code that expects it to be there.
Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.
Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist.
Add more descriptive mode names to the error messages.
When more than a single wireless clone exists, verify that it is possible to change the mode.
Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention.
Only create the clone here if it does not exist, to prevent inadvertently destroying the clone before apply has been clicked.
Fix conditions for disable.
Move most of the code for dealing with wireless clone interface names to separate functions.
Move shared wireless configuration settings to their own heading.
Sync configuration of shared settings between wireless clones.
Adding 802.1X Authentication support
Check what to do on the interface when hitting apply options button.
Ticket #329. Use correnct interface API and pass correct arguments to functions.
Include ipsec.inc
include captiveportal.inc
Ticket #297. Verify WPA PSK key length.
Reload all when changing interface configuration.
fix text
field is not required
fix up text
Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entriesAdd a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to...
Remove debugging alert
Unbreak adding gateway #238
Call enable_rrd_graphing() on save Resolves #154 + previous commit
Require filter.inc and shaper.inc
Take into account hostap type interfaces
Unbreak wireless on 8.x
Handle PPP interfaces
Reload filter after applying (what if user changed the interface name, etc)
Reviewed-by: scott@ and billm@
Avoid errors that appear if this is set uncorrectly.
Test if dhcpd is enabled not if configs are preset. Reported-by: http://forum.pfsense.org/index.php/topic,19271.0.html
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Resolves issue #70.
Use the same style structure as on other guis.
Fix Bug #24. Actually just make the name usable in the new gateway code.
clarify description
Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)
Move Scriptaculous/Prototype includes to head.inc and remove the code duplication
Revert "Merge IPv6 changes"
This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
allow IPv4 gateways to be added via AJAX
Merge IPv6 changes
Effect.toggle is not behaving correctly use show/hide as with others in this page to be consistent and fix periodic reset GUI not showing.
Restore back the functionality that when the Enabled checkbox is not checked all configurations disappear.
Restart VPN -> IPSEC after interface changes. This fixes the bug wherethe VPN tunnel goes offline after making interface changes that I justencountered after I had made no changes (was saving the interface torestart RRD processes and IPSEC went down in the process)
Minor style changes.
Add One moment please when adding gateway.
Reformat wireless input boxes
Cleanup text formatting
Cleanup breaks
Clear notebox after clicking add a new one
Auto fill interface descr-GW as the name
Launch item in new target
Add a notebox and flash a small notice after the gateway is populatedin the dropdownbox stating where you can manage the gateways.
Move status wheel box higher up
Hide add gateway box after clicking save
Add Gateway
Add default gw box, check it by default if the interface is wan
If the interface is wan, select the default gw box automatically
Use show, not appear
Add onFailure Ajax method
Make add gw screen red to draw attention
Do extra checking on return value
s/add one/add a new one/
Apply routing changes, too
Use name, not gateway ip
Correct restore state
Hide gw save and cancel button after clicking save
Hide main form cancel, save buttons while gateway add function is enabled.
Escape posted values
Hide dropdown when add gateway box is active
Use a text link instead of a button which looks out of place
Add border, spacing
Spice up ajax add box look / feel
Add some ajax magic to allow a gateway to be added quickly
add missing cancel button
Use show/hide which turns off the goofy effects that some have noted isinconsistent with all other forms.
Make private networks box match other areas of form
Cleanup nasty identation that makes the form look strange.
Remove stray "
Unbreak javascript.