summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to mpd4 Code-submitted-by: alan_AT_radiowave.ieScott Ullrich2007-04-294-86/+339
|
* $config needs to be a global. Someone needs a pointy-hat!Scott Ullrich2007-04-291-1/+2
|
* Change Miniupnp to UPNPScott Ullrich2007-04-291-2/+2
|
* Use $_SERVER['argvc'] and $_SERVER['argv'][$x]. This fixes the linkup ↵Scott Ullrich2007-04-291-4/+4
| | | | issues (hotplug)
* Correctly output the package name that we are attempting to reinstall ↵Scott Ullrich2007-04-291-3/+3
| | | | instead of the package array number.
* Add missing / directory seperator. This should hopefully fix squid from ↵Scott Ullrich2007-04-291-1/+1
| | | | reinstalling itself a million times on bootup.
* Note missing file before reinstalling packageScott Ullrich2007-04-291-1/+2
|
* Delete the 2nd and 3rd rules as wellScott Ullrich2007-04-281-1/+3
|
* Correctly delete old rules from TDR using set 9Scott Ullrich2007-04-281-1/+1
|
* Add upnp status link in the menuSeth Mos2007-04-281-0/+1
|
* Add tab interface.Seth Mos2007-04-272-0/+21
| | | | | MFC: Together with the newly added status_slbd_vs.php this hould make a whole. For 1.2
* PPPoE server fixesScott Ullrich2007-04-273-6/+26
| | | | Ticket #1283
* Trim carriage return off of the $old_ip so that the <> comparison works.Scott Ullrich2007-04-271-2/+2
| | | | This should fix the packages from always being restarted even if the ip was the same.
* Write out an entry to the logging system when we write_config() on bootup.Scott Ullrich2007-04-271-0/+3
| | | | This will help us track down stray items writing out on bootup.
* Do not writeout tdr_cron_install() entries on bootup. Somehow doing so adds ↵Scott Ullrich2007-04-271-1/+3
| | | | a stray load balancing and openvpn entries.
* Only deinstall filter reload item if it is presently installedScott Ullrich2007-04-271-4/+6
|
* Make sure is_validaliasname uses the same match rules as described inSeth Mos2007-04-271-2/+2
| | | | | | | the aliases edit page. e.g. support the use of - and _ as the error message states and HEAD also supports. MFC: Yes
* OpenVPN bandwidth fix from Martin FuchsScott Ullrich2007-04-261-2/+2
|
* Add server pools status page.Seth Mos2007-04-261-0/+146
| | | | | | Someone needs to add tabs for the status pages?! MFC: Probably
* Process gateway pools only.Seth Mos2007-04-261-2/+8
| | | | MFC: Probably
* 3rd pass nat rules generation. Also process lan subnets with OPT gateway ↵Seth Mos2007-04-261-16/+17
| | | | | | properly. MFC: Soon
* closable graphsScott Dale2007-04-261-11/+65
|
* correct the html structure, and show errors properlyScott Dale2007-04-268-3/+29
| | | | MFC: asap
* Alter outbound nat descriptions to match operationSeth Mos2007-04-251-3/+3
| | | | MFC: Soon?
* Merge 2nd pass NAT rule generation. Take ipsec and voip into account.Seth Mos2007-04-251-13/+50
| | | | MFC: Soon?
* Remove hack that checks for blank protocol. We need to fix the upstream bug ↵Scott Ullrich2007-04-252-4/+0
| | | | that is causing the blank entries. This bug is also appearing in the load balancing area now.
* Correctly map static routes.Scott Ullrich2007-04-251-6/+38
| | | | | | Work done by Seth Mos TODO: Port to -HEAD.
* Add is_private_ip function which will return true if an ip address falls ↵Scott Ullrich2007-04-251-0/+23
| | | | within a private subnet range.
* Increase the size of the openvpn custom options box.Scott Ullrich2007-04-252-2/+6
|
* verify interface is enabled before drawing graphScott Dale2007-04-251-1/+3
|
* Give user option to display multiple graphs. Note: need a better play button ↵Scott Dale2007-04-251-32/+52
| | | | for Scott's bling blingin request.
* New flashy index page. Just some snippets from various other pagesScott Dale2007-04-241-96/+184
|
* Move interface info function for global useScott Dale2007-04-242-191/+195
|
* Unbreak status graph. Someone is going to need to submit *WORKING* patches ↵Scott Ullrich2007-04-241-1/+1
| | | | that work with FireFox, IE and Opera for this to get changed again! Ticket #1290
* File a notice when we restore a previous configuration file.Scott Ullrich2007-04-241-0/+8
|
* Detect 0 byte config.xml cases and attempt to restore a previous backup. ↵Scott Ullrich2007-04-241-0/+10
| | | | With this change my wrap that has been panicing for 30 hours straight boots right back off and we will continue the panic torture test.
* Detect 0 byte config.xml cases and attempt to restore a previous backup.Scott Ullrich2007-04-241-0/+10
|
* s/resolved/resolve/Scott Ullrich2007-04-241-1/+1
|
* check if schedule config is array firstScott Dale2007-04-241-81/+83
| | | | MFC: asap
* The earlier fix from today that fixed get_interfaces_with_gateways() created ↵Scott Ullrich2007-04-242-24/+31
| | | | new problem where all interfaces would show up in assign_interfaces screen and other places. Instead of showing them all by default teach get_interfaces_with_gateways() how to extract the complete list.
* Actually show when we are rebooting to avoid confusion.Scott Ullrich2007-04-241-1/+4
|
* When restoring a configuration via the webConfigurator detect that a ↵Scott Ullrich2007-04-232-0/+10
| | | | interface mismatch has occured and redirect the user to the assign interface screen. Once the assign interface Save button has been pressed go ahead and reboot. This might just prevent someone from throwing a fit since they do not have console access.
* * Use is_interface_mismatch() function * Do not allow configuration to ↵Scott Ullrich2007-04-231-20/+10
| | | | continue until the interfaces are setup correctly
* Backport is_interface_mismatch() functionScott Ullrich2007-04-231-1/+23
|
* Dont check-state on the rules.Scott Ullrich2007-04-231-1/+1
|
* Use check-state on all TDR rulesScott Ullrich2007-04-231-1/+1
|
* check-state at the beginning of the tdr setScott Ullrich2007-04-231-0/+1
|
* Detect when schedules are present and install non schedule rule correctlyScott Ullrich2007-04-231-0/+7
|
* Add more well known ports to the protocols drop down. Patch-submitted-by: ↵Scott Ullrich2007-04-231-1/+22
| | | | Martin Fuchs
* Ensure that old time based rules get deleted during reloadScott Ullrich2007-04-231-0/+1
|
OpenPOWER on IntegriCloud