Commit Graph

10620 Commits

Author SHA1 Message Date
jim-p
4f3bb06237 Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection. 2013-04-01 16:41:26 -04:00
jim-p
2eaa97b952 Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page. 2013-04-01 12:57:50 -04:00
rbgarga
17c56f4aa8 Merge pull request #501 from phildd/master
Support for disabled services on services status displays
2013-04-01 08:35:34 -07:00
Renato Botelho
0ad707c6b9 Do not allow to rename a gateway group, as it is for gateways. Fixes #2914 2013-04-01 11:56:27 -03:00
phildd
fc7f02c6da Do not display disabled services on services status widget 2013-04-01 08:15:30 +05:45
Renato Botelho
7a47e29930 Avoid send user to top of the page when you open add new gateway box 2013-03-28 09:00:44 -03:00
Renato Botelho
4ad1e4ea74 Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900 2013-03-26 09:43:38 -03:00
Warren Baker
939cc57a97 Fix file name reference 2013-03-25 15:05:52 +02:00
rbgarga
aa95e7daea Merge pull request #495 from phil-davis/master
Dynamic DNS add option for verbose logging
2013-03-25 04:26:53 -07:00
Colin Fleming
7da5315dae Tidy up "shaper" and "firewall shaper" XHTML
Update VALIGN
Deprecated the ampersand in ANCHOR tags
Update TYPE in script
2013-03-23 21:12:13 +00:00
Renato Botelho
e680b2f912 Add checks to make sure CP hard timeout is less or equal DHCP server default lease time. It fixes #2899 2013-03-22 16:22:45 -03:00
jim-p
8b88ac79ac Simplify this code 2013-03-22 13:28:08 -04:00
jim-p
ee6e601110 Move these service control functions into service-utils.inc so they may be re-used. 2013-03-22 12:44:05 -04:00
Phil Davis
c8c90b81b5 Dynamic DNS add option for verbose logging
This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.
2013-03-22 22:10:38 +05:45
Jim P
327e6f2dae Merge pull request #493 from ExolonDX/branch_05
Tidy up "traffic shaper wizard" XHTML
2013-03-22 08:10:46 -07:00
Jim P
9d5c05443a Merge pull request #492 from ExolonDX/branch_04
Tidy up "traffic shaper layer7" XHTML
2013-03-22 08:10:22 -07:00
Jim P
2ef6bfbb7c Merge pull request #491 from ExolonDX/branch_03
Tidy up "traffic shaper limiter" XHTML
2013-03-22 08:09:30 -07:00
Jim P
86632dbce2 Merge pull request #490 from ExolonDX/branch_02
Tidy up "traffic shaper queue" XHTML
2013-03-22 08:08:47 -07:00
Colin Fleming
4271dfb8d4 Tidy up "traffic shaper wizard" XHTML
Move "tree.css" to the HEAD statement and manually close the HEAD
statement
Close BR and P tags
2013-03-22 14:58:10 +00:00
Colin Fleming
e750c0afc8 Tidy up "traffic shaper layer7" XHTML
Close INPUT, BR, P and IMG tags
Add "alt" to IMG tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Spelling mistake
Update PHP shorthand tag
Update HTML boolean operators
2013-03-22 14:54:55 +00:00
Colin Fleming
2174be2212 Tidy up "traffic shaper limiter" XHTML
Close INPUT, BR, IMG and P tags
Add "alt" to IMG tags
Deprecate ampersand in ANCHOR tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistatke
Updated PHP shorthand tag
2013-03-22 14:42:57 +00:00
Colin Fleming
f6b8150102 Tidy up "traffic shaper queue" XHTML
Deprecate the ampersand in the ANCHOR tag
Close BR and P tags
Move "tree.css" and "tree.js" to the HEAD statement and manually close
the HEAD statement
Spelling mistake.
2013-03-22 14:35:47 +00:00
Colin Fleming
df5c0bc036 Tidy up "traffic shaper" XHTML
Close INPUT, BR and P tags
Update PHP Shorthand tag
Spelling mistake
Move "tree.css" and "tree.js" to the HEAD statement and close the HEAD
statement manually
Deprecate the ampersand in the ANCHOR tag
2013-03-22 14:29:54 +00:00
jim-p
b2f73235f9 Fix wording/formatting of promisc option 2013-03-21 12:20:38 -04:00
Ermal
6d76984a6a No need for nocsrf here too 2013-03-21 14:48:27 +00:00
Ermal Luçi
0e0f9b9bd4 Merge pull request #486 from 01101001c/master
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
2013-03-21 07:47:45 -07:00
Ermal
cfa0c33672 No need to set it for the system information widget 2013-03-21 14:45:22 +00:00
Ermal
8760cbbcb7 No need to set nocsrf from my testing 2013-03-21 14:43:24 +00:00
Ermal Luçi
4c15d00660 Merge pull request #488 from phil-davis/master
DynDNS status widget async update
2013-03-21 01:21:49 -07:00
Phil Davis
b23e1a7034 DynDNS status widget add 5 minute refresh
It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for dynamic DNS.
2013-03-21 08:36:40 +05:45
jim-p
a1776dcfab Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary duplication of Localhost and VPN rules. 2013-03-20 16:07:15 -04:00
jim-p
33cc1e8677 Add the user/time tracking to Port forwards and outbound NAT also. 2013-03-20 15:58:13 -04:00
jim-p
ba1d9714c5 Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin. 2013-03-20 13:26:16 -04:00
Phil Davis
c1dcb7abe7 DynDNS status widget async update
The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the actual current public-facing IP. When an external link is slow, or particularly when the cable is plugged in (it seems up) but actually the internet is down, it takes a long time for a response from http://checkip.dyndns.com/ to time out. The dashboard page hangs in a half-drawn state (up to drawing the DynDNS status table) for up to 30 seconds.
This change puts the code that does these external operations into some ajax/Java script that runs after the dashboard has drawn up. Code concept unashamedly stolen from the system information widget.
2013-03-20 20:04:33 +05:45
Ermal
a9518178f9 Remove functions that are not used now with once mode of rtsold 2013-03-19 20:19:03 +00:00
Renato Botelho
def432e6cc Make sure file has content before call route delete 2013-03-19 15:52:27 -03:00
Renato Botelho
46e27ea790 Respect 'States' option from Advanced/Misc
- Respect this option and do not clean states when it's configured
- Create /etc/rc.kill_states to be easier to check $config

It helps ticket #2887
2013-03-19 15:36:53 -03:00
Renato Botelho
9cc119c259 Remove redundant call 2013-03-19 15:36:53 -03:00
Renato Botelho
2c27096c9c Improve ppp-linkdown:
- Improve readability giving name to parameter variables
- Add path for all command calls
2013-03-19 15:36:53 -03:00
Renato Botelho
6d5460e650 Fix default route deletion 2013-03-19 15:36:53 -03:00
Renato Botelho
94b49d82f6 Fix indent 2013-03-19 15:36:53 -03:00
Ermal
6d0473b4af Bring down even rtsold process 2013-03-19 16:28:36 +00:00
01101001c
4fc5400000 Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
2013-03-18 17:08:01 -07:00
N0YB
fe74228f2a Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.
Especially useful when filtering so that filter does not have to be reposted to return to the current page.
2013-03-16 17:19:46 -07:00
Jim P
ba6b2811a1 Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks
2013-03-16 14:09:51 -07:00
N0YB
c3b8ad61e7 Just a Couple Minor Tweaks 2013-03-16 14:07:00 -07:00
Renato Botelho
e074fb75a9 Use killbypid instead of a killall that never works 2013-03-16 13:09:16 -03:00
Renato Botelho
6d529efd81 Fix indent and whitespaces 2013-03-16 10:32:20 -03:00
Renato Botelho
2abfec49c6 Initialize array to silence warnings on foreach 2013-03-16 08:56:58 -03:00
Renato Botelho
fba196c34b Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit 2013-03-16 08:34:50 -03:00