summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add services_dhcp_server_enable which allows the DHCP server to be turnedScott Ullrich2008-10-291-1/+4
| | | | off easily.
* Adding Diagnostics -> System Activity which shows top in an ajaxy way.Scott Ullrich2008-10-261-0/+1
|
* Fix typo.Ermal Luçi2008-10-231-1/+1
|
* Remove ocurrences of m0n0 for shaper type in the code.Ermal Luçi2008-10-231-7/+1
|
* Rename to interfaces.phpScott Ullrich2008-09-081-1/+1
| | | | Repocopy following up to this commit.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-071-7/+1
| | | | | | configuration of all other assigned interfaces.
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-041-7/+6
| | | | | | 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 no functional changes.
* Replace the old openvpn status page with a new implementation. We now addMatthew Grooms2008-08-271-1/+1
| | | | | | | | a tcp management port option to each OpenVPN server. Instead of rooting through the OpenVPN logs once a minute for status updates, we now submit a request to the management port to obtain informaiton. We probably need to add a pf rule to prevent management ports from being accessed by unwanted processes.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-1/+2
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-19/+3
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-2/+2
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Fixup problems that aries by using the same variables withing for loops.Ermal Luçi2008-06-241-5/+5
| | | | | | PHP does not define any scope for this vars and this breaks things. For this instance fix tabs on dhcp and firerwall rules.
* Continue interface improvements.Ermal Luçi2008-06-211-13/+6
| | | | Show disabled interfaces on the Interfaces menu.
* Continue interface improvements.Ermal Luçi2008-06-211-3/+5
|
* Add menu item and tabs for page to comeSeth Mos2008-06-171-0/+1
|
* Remove syntax error <?=?>Scott Ullrich2008-03-081-2/+1
|
* Adding OpenVPN status page originall written by Peter AllgeyerScott Ullrich2008-02-171-0/+1
| | | | and Manuel Kasper.
* Ensure $allowed is set correctly.Scott Ullrich2008-02-161-1/+3
|
* Remove additional menu items that aren't applicable on single interface ↵Chris Buechler2008-02-091-3/+8
| | | | deployments
* Remove additional menu items that aren't applicable on single interface ↵Chris Buechler2008-02-091-3/+21
| | | | deployments
* No need for any of the NAT screens in a single interface environment, so ↵Chris Buechler2008-02-091-1/+8
| | | | don't show them.
* Don't show LAN in Interfaces menu if it doesn't actually exist.Chris Buechler2008-02-091-1/+5
| | | | Bye bye, LAN interface requirement.
* touch up textChris Buechler2008-01-081-2/+2
| | | | Ticket #1569
* Remove blank entryScott Ullrich2007-12-021-1/+0
|
* Only show menu subitems that the user has access to.Scott Ullrich2007-12-021-65/+89
|
* Move PPPoE Server to Services, VPN menu is misleadingChris Buechler2007-11-261-1/+1
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-5/+0
|
* Do not declare gentitle twice.Scott Ullrich2007-11-161-5/+0
|
* Sync code against m0n0wall:Scott Ullrich2007-11-151-1/+3
| | | | | | * Output pgtitle in fbegin.inc. A global commit will be coming up to remove the operation from each page shortly.
* Add genhtmltitle() from m0n0wall.Scott Ullrich2007-11-151-31/+40
|
* Add prelimenary Routing page.Seth Mos2007-10-191-1/+1
| | | | Allow multiple gateways on one (static) interface
* Alphasort the status menuSeth Mos2007-10-171-1/+1
|
* Change link 'System' to 'Dashboard'Scott Dale2007-05-311-1/+1
|
* * Use new screen by default. * Add new tabScott Ullrich2007-05-291-1/+1
|
* Add system tunables area which allows the user to fine control sysctl's.Scott Ullrich2007-05-261-0/+1
|
* -bump miniupnpd version 20070521Ryan Wagoner2007-05-231-1/+1
| | | | | -dropped status tab from upnp services page -dropped tabs from upnp status page
* Make naming consistentSeth Mos2007-05-071-2/+2
|
* Change Miniupnp to UPNPScott Ullrich2007-04-291-2/+2
|
* Add upnp status link in the menuSeth Mos2007-04-281-0/+1
|
* Bug fix: Menu now shows on top of traffic graph instead of underneathScott Dale2007-04-231-1/+1
| | | | MFC: asap
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-131-1/+3
| | | | | start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
* Add firewall rules schedule pageScott Ullrich2007-03-271-1/+1
|
* Print out variable correctlyScott Ullrich2007-03-251-1/+1
|
* MFC m0n0wall traffic shaper optionScott Ullrich2007-03-251-1/+7
|
* Hide schedule area. We are not ready for bug reports yet, Martin!!!Scott Ullrich2007-03-231-1/+1
|
* Firewall Schedule GUI! ... and there was much rejoicing.Scott Dale2007-03-231-0/+1
|
* Acknowledge Alerts correctly from the package managerScott Ullrich2007-03-191-2/+11
|
* enable rip daemonBill Marquette2007-03-181-0/+1
|
* Remove reference to if=wan on the rrd link in the menu.Seth Mos2007-03-081-1/+1
| | | | Defaults are set in the page.
* Add missing classScott Ullrich2007-02-201-5/+5
|
OpenPOWER on IntegriCloud