Use full patch to command and fix route add command parameter is -iface and not -if.
Tell that the interface is down.
Only sync on the wireless clones that were reassigned.
A location where the shared wireless configuration should have been synced had been missed (reassigning interfaces).
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.
Fixed error in command to send the PIN to the SIM card. Missing double quotes.
I have PPP with mpd5 working really well now, including setting the APN and APNNumber, and the SIM PIN and wait time for the SIM to settle after the PIN isentered.
Still no work on multilink PPP with serial port links.
Right now the code creates the mpd.secret file. I tested it using the set auth...
Correct MATCH name.
Fix code to show warnings properly.
Fix checks. Reported-by: Efonne
Catch up with php5. Reported-by: http://forum.pfsense.org/index.php/topic,23860.0.html
Ticket #318. Add an option to updater settings to allow updates for images with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
'@' Is also a valid PPPoE username character.
Redirect to the correct page after deleting an item.
Actually its dns2 for the second entry.
Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
Resolve problems with dns server setup when allow override is set. Also add static routes for all nameservers to be friendly with multiwan.
fix text
Rename import to bulk import. Suggested-by: Chris Horn
Ticket #313. Use $myurl when calling fixup_string to get the URL for the image link.
To pick the starting tab on Services: DHCP server, use the same logic as used for creating tabs to make sure the first tab really gets selected.
Use url consistently
Fix text
Disable update freqency
Use URL
Add alias data url option. This code existed but lacked a backend daemon to update the data every 24 hours. Adding this as well.
Do not output twice the same text
Use alias style when creating aliases in wizards.
Fix auto update checking and showing always there is an update available.
Unbreak ranges.
Improve aliases a little bit to show large aliases.
Support ranges during alias imports.
Allow editing aliases. Pointyhat-to: ?!
Default to on for address pools.
Add some descriptions. Default to local port 1194 when no other server is configured.
Correctly show cipher list
Add the counterpart of enablefields.
Actually get values from the CA based on what was choosen during wizard.
Default to 2048 bits.
Try to prefill values if creating a certificate.
Merge common name fields with descriptive name. Default to 3650 days of lifetime and 2048 bits key length.
Colorize config diff, fix wrapping (should still copy/paste as a single line). Add diff button at the top which doubles as a column header.
Get up to improvements.
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.
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@
Fix permissions.
Refactor the Easy Rule code a bit. Add a CLI version.
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.