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.
Since 0 is not allowed clarify comment.
Resolves #401. Fix the ... display on aliases description.
Ticket #430. Give a none option to allow for roadwarriors configs.
Add note about the auto channel setting.
Ticket #414. Fix wizard framework to properly display this. Not sure how it actually worked before!
Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
Default to 3650 days. Requested-by: cmb@
Refactor the Easy Rule code a bit. Add a CLI version.
fix text
Combine "802.11g only" and "802.11n only" into a single option.
Fix alias importing. Resolves #422
Remove debugging leftover
Add includes needed. Fix typo.
Show radius too.
Make the certificate table look better.
Allow user certificate to be created with the user.
Add my copyright.
The Openvpn rule does not need proto.
Fix rule creation.
Add a function that allows to show/hide fields. Also correct the enable/disable function.
Remove the special char from the name it makes the xml parser bail.
Fix my name
Add my copyright
Fix EasyRule port check so it is only tested when the protocol is TCP or UDP. Resolves #412While I'm here, make EasyRule put a description in when writing the config so it shows up properly in the config history.
Correct field name.
Fix index.
Final touches.
Correct check.
Correct logic.
Add myself to the copyright
Add some verbage to the on-screen message stating that IP ranges are available for use as well as CIDR networks in aliases.
Add globals vars.
More improvements.
Show wizard tab for openvpn.
Improve wizard.
Improve wizard by adding more steps and cleaness.
Ticket #421. Do not allow blank alias names in firewall_aliases_edit.php
Sort opt10+ and wlan10+ more like the way that would be expected.
Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.
Improve the wizard. Make it produce a correct openvpn server config.
Ticket #343. Move sorting of DHCP static mappings to after the item is set. Previous behavior caused the wrong entry to get overwritten.
More fixes.
Mostly style fixes.
Make the wizard ressemble the style as on other pages. Use switch instead of if else to make code more readble.
Fix name of input.
Set the correct name for the protocol field.
Add openvpn server wizard.
Improve a lot the wizard.php page to be more userfriendly and add control types for certificates.
Ticket #413. Hanlde cases when no authentication is specified.
Only extract timezone info if we have a field type 'timezone_select'
Correctly set variable values during each iteration. Ticket #414. Spotted-by: irc(Efonne)
Ticket #386. Add all possible proxy arp to the external ip when it is defined as network even on outbound NAT.
If field type is interface show them with the descriptive name.
Ticket #386. Add all possible proxy arp to the external ip when it is defined as network.
Correctly configure the default route addition when interfaces are configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one.
Implement the protocol functionality on nat rules. This i based on a port that provides this functionality but with a lot more reduced patchset.
Fix a slight bug. This would have caused an empty description in some cases.
Add a function to get user groups based on authentication server. Use this function to show the groups the user i member of on Diag Authentication.
Correct assignment.
Make this work as it is supposed.
Add a diag page for authentication.
Handle empty OVPN client array correctly. Ticket #397
Check against proper value. Spotted-by: cmb
Reinstall packages even on nanobsd.
Close before unmounting.
Remove bogus call.
Do not spread checking for value accross code. Do it in the function that is supposed to do it.
Fix rowhelper size usage.
Fixes for 11g Turbo and 11a Turbo modes.
AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks
Move description into listtopic area
Adding support for using IP ranges aliases. If you input an IP Range such as 192.168.0.1-192.168.0.254, it will instead turn that into a number of CIDR networks which will completely fill the range.
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.
Do not allow changing the name of the auth server. Resolves #399.
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.
Remove specific ppp fields if the interface is not a ppp anymore this unbreaks the GUI in certain cases.
Remove the authentication fallback it does not have any meaning now.
Add a config diff option to the backup history, so you can view changes between revisions.
Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared.
Ticket #393. Require once.
Remove mentioning of the well gone ftp helper.
Ticket #314. Commit somewhat variant of patch provided on ticket to allow checking allow dns override.
Resolves #392. Remove unused igmpproxy_import and its .gif reference.
Remove the gateway even from the interface if it is used by it. Resolves #304.
Do not allow negative numbers in session timeout. Ticket #378.
Overhaul the user login system to use the Servers tab as its base.
Fix quite a few problems down the way.
Remove the windows LF on this file to be usable on vi.
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.