Catch up with file rename.
Oops, this is a test and not an assignment.
Cleanup the tab format of the system user/group/server management pages.The edges were square instead of rounded like most pfSense pages. Alsomake sure tabs and cancel buttons are present in the add privilege andadd certificate pages.
Cleanup the tab format of the system ca/certificate pages. The edges weresquare instead of rounded like most pfSense pages. While here, fix a bugthat made the submit button disappear when it shouldn't.
Cleanup the tab format of the system advanced pages. The edges were squareinstead of rounded like most pfSense pages.
Whitespace and html cleanup of the configuration history page.
Moves the protocol and certificate options out of the general config pageto the Advanced admin access tab. The thought is that they should be nextto each other. The certificate management has also been modified to usethe centralized certificate manager. I took the liberty of removing the...
Add "Services" to the page title
Rename to interfaces.php
Repocopy following up to this commit.
Add my name to the copyrights, i think i changed enough of this file!
Delete interfaces_lan.php we have a unified interface config.
Try to reconfigure interfaces if assigned when edited. For gif and gre this does not make sense.
Merge lan configuration to the interfaces_wan.php page wich does the configuration of allother assigned interfaces.
Use different names for pppoe and pptp fields so that problems reported byhttp://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes evenon config conversion part.
Add even some code in preparation of merging even lan on the same page.
Add an action even onChange so something can be done even without a mouse.
Remove references to lbpool - this is no longer in use in 1.3Not sure what the correct input validation is here (possibly nothing), butthis is definitely not it.
uncomment the commented out functionality that actually restarts sshdwhen it's enabled
WPA is optional, hence shouldn't be <strong>
Correctly use defaults
Remove modulate state per ticket 1730
Minor re-work of OpenVPN configuration. Use operational modes to determinewhat configuration options are appropriate. The operational mode dictatesthe authentication method. They are defines as follows ...
Peer to Peer ( SSL/TLS )Peer to Peer ( Shared Key )...
Disallow creation of user certificates until the user has actually beencreated. This obviously won't work.
More array checks.
Correct array depth in is_array check
Add checks when an array its expected to avoid errors from php.
Reported-by: Seth
Break out the advanced system options page into tabs group by categories.Fold the sysctl tunables page into a tab under the advanced options page.This reduces the top level menu options by one. There should be nofunctional changes.
Major whitespace cleanup. Remove a useless html table.
Major whitespace cleanup. Fix some html table column class mismatches thatmade for ugly output
Fix some html table column class mismatches that made for ugly output.
Cleanup some of the authentication code. Fix the problem where you mustnavigate away from the initial page twice to get somewhere. Remove someof the cruft that was no longer used. Don't unconditionally redirect auser to their homepage if another url was specified pre-login. This will...
Correct all double click action urls in the main IPsec config screens.Reported by Seth.
Change the text in the privilege table row to read "Assigned Privileges" instead of "Effective Privileges". This is in contrast to the user pagewhich also lists group privilege inheritance.
Hopefully fix wirless configuration issues on GUI part since the wireless code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.
Allow to set the mtu higher than 1500 bytes on interfaces.
Actually fix problem with assigning number of interfaces greater than 10 or 20.
Oops forgotten curly.
Correct problems with OpenVPN that prevented the lzo compression and passtos options from being set correctly in configuration files.
Add options to export ca, certificate and user certificate data from thewebui.
OpenSSL is now in the base php
Correct a problem with the setup wizzard. It was using a legacy method toset the administrative password. This was causing failures while parsingthe xml file.
Correctly show interface column even on disabled interface cases.
Fix problem reported on http://forum.pfsense.org/index.php/topic,10984.0.html.
Actually this is a dumb php susbstr() function behaviour since the code logic was fine.Either way this fixes the problem of not allowing more the 12 total interfaces present.
Make edit pages look consistentPointed out by: sullrich@
Do not try to convert twice the real interface to the friendly descr. This fixes the empty interface column on System Logs->Firewall tab log viewer.
Determine real interface by the new $if
Fix error checking for wireless interfaces being part of a bridge which is allowed only in hostap mode.
Fix detection if an interface is part of bridge.
Fix forgotten bridge configuration knob rename.
Remove
Appear for both cases
Change // to /
Reverse fade order
Fade out edit box when we are browsing. Fade it back in when file is loaded.
Bold the current working directory
Wire up Home icon to /
We do not have a toolbox on RELENG_1.
Add missing /
Add missing files
Backport edit.php from HEAD, which is Dead, Zed.
move CSS header to correct location
Remove CSS class from interface dropdown, we do not have icons on RELENG_1.
Add CSS header
Add CSS Header
Add CSS headers
Add CSS header like most pages already have
Show header when alias is not in use
Add CSS header like other pages use.
Dress page up with a CSS header like other pages use.
Dress GIF edit page up with a CSS header like other pages use.
Dress GRE edit page up with a CSS header like other pages have.
Dress PPP configuration page up with a CSS header like other pages use.
Dress VLAN edit page up with a CSS header like other pages use.
Remove CSS field assignment which is moving the text over to makeaccomidations for a blank icon.
Show playback commands avaiable
Center status box
Back cols back by 10
Increase textarea size a bit more.
Really show all items
Initialize string
Only show areas that have data in them in the backup selection screen.
Noticed-by: mgrooms
Unbreak wizard.
Pointy-hat-to: me
Do not show Apply button after saving by changing save text slightly.
Make page look more consistent by adding a listtopic CSS entry for System
Correct title / location
Show correct labels for psuedo databases.
Leave $j alone
Show correct count of phase2 entries.
Show how many phase 2 entries are hidden.
Suggested-by: mgrooms
Remove empty trailing line at end of file.
oops, remove debugging code