summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Show the hostname if it doesn't matchjim-p2013-01-101-1/+2
|
* Add a page to perform tcp connection tests to check if a host is responding ↵jim-p2013-01-102-0/+267
| | | | on a given port.
* Stack the queue graphs. Fixes #2692Warren Baker2013-01-101-2/+2
|
* Remove some debuggingWarren Baker2013-01-101-2/+2
|
* Dont pass -o option to view types that dont support it, it causes a ↵Warren Baker2013-01-101-7/+17
| | | | segfault. Also make sure that when viewing all states that the correct switch is passed
* Rework layout a bit and add number of states to view as an optionWarren Baker2013-01-101-57/+86
|
* Merge pull request #316 from rafaelabdo/masterJim P2013-01-091-3/+9
|\ | | | | Delete SPDs when an IPSec tunnel is deleted. Fix #2719.
| * Delete SPDs when an IPSec tunnel is deleted.Rafael Abdo2013-01-091-3/+9
| | | | | | | | | | | | | | | | - Add new function to delete SPDs (see 'remove_tunnel_spd_policy($phase1,$phase2)' on vpn.inc) - Change vpn_ipsec.php to delete SPDs on phase 2 and phase 1. - Change the method GET to delete phase 2 (needs to inform which is the phase 1) It should fix #2719.
* | Update usr/local/www/diag_system_pftop.phpbcyrill2013-01-091-4/+4
| | | | | | Get rid of localization where it is not desired.
* | Rework the pfTOP page to provide the ability to select the view. Also ↵Warren Baker2013-01-091-26/+63
|/ | | | provide better dropdown labels and remove the annoying onClick submit - its not needed since ajax will handle the post of the new value in the background
* In the case that no bandwidth limits are configured for queues but PRIQ is ↵Warren Baker2013-01-091-1/+4
| | | | been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
* use Sunday rather than Monday for weekly bogon updateChris Buechler2013-01-081-1/+1
|
* List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767Renato Botelho2013-01-081-0/+6
|
* Merge pull request #314 from phil-davis/masterChris Buechler2013-01-081-2/+2
|\ | | | | Display gateways with matching IP protocol in Gateways list
| * Display gateways with matching IP protocol in Gateways listPhil Davis2013-01-081-2/+2
| | | | | | | | Some gateways do not have traditional addresses hard-coded into them - e.g. for OpenVPN dynamic gateways are created in software on-the-fly (they are not actually entries in the config). So traditional tests like is_ipaddrv4 are not useful to determine if the gateway is IPv4 or IPv6. return_gateways_array() fills in an "ipprotocol" entry for each returned gateway ("inet" or "inet6"), as well as the "gateway" address field. This can be used to determine if the gateway is for IPv4 or IPv6.
* | Merge pull request #310 from bcyrill/bogons_patch1Chris Buechler2013-01-082-0/+37
|\ \ | |/ |/| Allow changing of bogons update frequency
| * Add bogons update frequency selectionbcyrill2013-01-062-0/+37
| |
* | While I'm here, allow selecting "Localhost" as an OpenVPN interface.jim-p2013-01-072-0/+2
| |
* | Unbreak selecting "any" for OpenVPN client/server interface.jim-p2013-01-072-4/+4
| |
* | Retain user configured values for all fields when a validation error ↵Renato Botelho2013-01-071-1/+1
| | | | | | | | occours. It should fix #2745
* | Fix typoRenato Botelho2013-01-071-1/+1
|/
* Update the GUI page for the DHCP6 server, add a if statement that prevents ↵smos2013-01-061-4/+28
| | | | | | throwing range errors on interface that have no static IPv6 address. It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.
* Do not skip displaying outbound NAT rules with no interface or an invalid ↵Erik Fonnesbeck2013-01-051-8/+0
| | | | interface; it interferes with editing/deleting the skipped rule itself or rules after it.
* Revert "Use get_Cofnigured_interface_with_descr() here since that's the purpose"Erik Fonnesbeck2013-01-051-6/+9
| | | | This reverts commit 0c8e9f0c26b29f57faa2ccef9a559774103fee79.
* Use get_Cofnigured_interface_with_descr() here since that's the purposeErmal2013-01-051-9/+6
|
* Fix outbound NAT rules when interface is deleted:Renato Botelho2013-01-052-12/+9
| | | | | | | | | | - When delete interface, do not touch outbound NAT rules - Skip outbound NAT rules when interface doesn't exist - Bump latest_config to 9.2 - Since rules with no interface were considered as wan, convert old rules adding interface 'wan' to avoid breaking old configs It should fix #2338
* Cleanup unused pages that was supposed for upload_progress barsErmal2013-01-054-290/+0
|
* This seems to break upnp for IPv4 in other ways, and we have since disabled ↵jim-p2013-01-041-1/+2
| | | | | | IPv6 in the daemon while compiling anyhow. Revert "In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow." This reverts commit bc8a1938f5c1797213bf849f2bdb88bca72d5089.
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* Get back to trim() and strip / from left/right but when redirecting properly ↵Ermal2013-01-041-3/+3
| | | | create the redirurl var
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-035-1/+19
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions
* Use rtrim to avoid issuesErmal2013-01-031-2/+2
|
* Select default interface when WAN is disabledPhil Davis2012-12-311-1/+8
| | | | If WAN is disabled, then the Traffic Graph does not default to a valid interface when it first displays. This fix selects the first valid interface if WAN is not there. e.g. at one site there used to be 2 ISPs, on WAN and OPT1. Now the ISP on WAN has been turned off, and the interface marked disabled. The default gateway etc is all on OPT1. After a bit of history at a site, it can happen like this that WAN is disabled in the config.
* Merge pull request #270 from CarpeNoctem/CarpeNoctemChris Buechler2012-12-301-0/+6
|\ | | | | Added 'Copy my MAC address' to captive portal Pass-through MAC form, as ...
| * Added 'Copy my MAC address' to captive portal Pass-through MAC form, as seen ↵CarpeNoctem2012-11-291-0/+6
| | | | | | | | on services_dhcp_edit.php
* | Fix: Captive Portal status widgetbcyrill2012-12-291-17/+15
| |
* | Merge pull request #297 from bcyrill/patch-15Chris Buechler2012-12-281-8/+3
|\ \ | | | | | | Fix: last activity on CP status
| * | Fix: last activity on CP statusbcyrill2012-12-291-8/+3
| | |
* | | Update usr/local/www/services_dhcp.phpframer992012-12-281-1/+1
|/ / | | | | Inform user how the Primary/Secondary DHCPd process is determined in a failover pair so they don't end up with two secondary servers. For example, when using advskew=64 (and advskew=164 if using settings sync to peer for carp ips) on the carp master machine which they *think* will be the DHCP primary.
* | Self-test should be hypenated, and the T should be lower case.jim-p2012-12-271-2/+2
| |
* | Correct tcp flags explanation code for CWR (should be W, not C)jim-p2012-12-271-1/+1
| |
* | Fix DHCPv6 lease deletion. Fixes #2726jim-p2012-12-261-1/+4
| |
* | Static mappings are not pool-specific. They exist independent of any pool, ↵jim-p2012-12-261-0/+2
| | | | | | | | and you can't actually add static mappings "inside" a pool range. So disable the static map list/controls if editing a pool, since they are "global" for an interface. Fixes #2370.
* | Add description to additional DHCP pools. Implements #2733jim-p2012-12-261-3/+24
| |
* | Various fixes to removal of pipesErmal2012-12-194-7/+16
| |
* | Merge pull request #287 from bcyrill/alias_gifErmal Luçi2012-12-191-5/+16
|\ \ | | | | | | Add IP alias support to GIF interfaces
| * | Remove whitespacebcyrill2012-12-191-1/+1
| | |
| * | Add IP alias support to GIF interfacesbcyrill2012-12-191-5/+16
| | |
* | | Fix stray DOS carriage return.jim-p2012-12-191-1/+1
|/ /
* | Sync PBI scriptsjim-p2012-12-181-347/+849
| |
OpenPOWER on IntegriCloud