little html tag change.
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets fromsingle line if conditionals, and more . . .
Add a default setting to location type of wireless that leaves the setting at its default for the interface.
Conflicts: usr/local/www/interfaces.phpNot sure why there was a conflict since the last change to this file was May 20.
Fixing whitespace so this file is more readable. And comment out extra html tags at the end of the file.
This file was in bad shape wrt tab spaces lining up. It should be more readable now.
Add note about required enabled WPA option for 802.1x
Fix HTML tags in interfaces.php and delete extra javascript function in ppps_edit.js
Modify and fix code to set pppoe periodic reset.
Ticket #548. Change message displayed when modifying an interface to actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort.
Fixing bugs and ommissions.
Make changes to interfaces.php to be compatible with new PPPoE, PPtP code and config style.
Now this page will write the config info the same was that the interfaces_ppps_configure.phpwrites the config info.
Add a note about the regulatory domain and cards that have an unrecognized default.
Display some extra information about the available wireless channels.
show IP as well as gateway name on interfaces.php
Do not create faulty gateway entires with just defaultgw set it breaks logic.
Fix interface assignment and re-edit
Make lan/wan behave as all other interfaces.
Redo most of the ppp interface handling to be consistent with the other mpd5 configurations. This way there is no more special handling for ppp around.
Restore attribute support, but with some extra checks in the function that uses it.
Needs a little more testing; revert attribute support in xmlparse.inc for now.
This reverts commit 2843a3ec5d4a160646e496f3922266415151902a.
Add optional support for reading attributes to xmlparse.inc and move regdomain.xml parsing from regdomain.inc to xmlparse.inc.
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