Commit Graph

21214 Commits

Author SHA1 Message Date
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
Jim P
4a8dba5e16 Merge pull request #489 from ExolonDX/branch_01
Tidy up "traffic shaper" XHTML
2013-03-22 08:08:18 -07: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
f06ce79db7 Bump this a bit to allow for faster speed 2013-03-21 15:01:52 +00:00
Ermal
b2b002cd6c Reduce a bit the entropy collection sources to not hurt performance. There are plenty of other sources on today systems 2013-03-21 15:00:55 +00:00
Ermal
87dfd8265d Escape the argument to avoid potential issues 2013-03-21 14:53:11 +00: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
jim-p
e52cb3a4e8 Respect the product name here. 2013-03-21 09:26:30 -04:00
jim-p
dadf8ebb48 use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893 2013-03-21 09:09:32 -04: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
Ermal Luçi
8f38fd8de9 Merge pull request #487 from rdlugosz/change_apinger_status_path
Track apinger status in /var/run instead of /tmp
2013-03-20 15:14:24 -07:00
Ermal
0761504504 No need for the ::(separators) they will be there 2013-03-20 21:58:59 +00:00
Ermal
d93776088c Check lower bound as well 2013-03-20 21:53:09 +00:00
Ermal
733c6f893e The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add support for variable length v4 prefix for 6rd 2013-03-20 20:41:16 +00:00
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
daffbc34a9 While I'm here, fix an IPv6 ICMP easy rule issue. 2013-03-20 13:26:17 -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
Ermal
919ff1f070 To actually use the linklocal of :1 delete the auto assigned linklocal 2013-03-20 16:05:19 +00: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
Ryan Dlugosz
3e3ff93172 Track apinger status in /var/run instead of /tmp
This is a one line status file updated every few seconds. It would be
better to store this in /var/run since that is (always?) a ram disk on
pfSense. Especially important on systems with flash storage.

see: http://forum.pfsense.org/index.php/topic,52734.msg281834.html#msg281834
2013-03-20 05:01:37 -04:00
Ermal
ccc5f959ad Remove even this seems dhclient is smart enough to avoid this by itself 2013-03-19 20:27:30 +00:00
Ermal
a9518178f9 Remove functions that are not used now with once mode of rtsold 2013-03-19 20:19:03 +00:00
Renato Botelho
4e6667b219 Simplify a bit logic 2013-03-19 17:06:01 -03:00
Renato Botelho
e5a27e16bf Fix typo 2013-03-19 17:01:20 -03:00
Ermal
b8ded12521 Use full patch 2013-03-19 19:57:36 +00:00
Ermal
9b6010ffc5 Run rtsold only for one reply since it will spam with dhcp6c processes otherwise. Also remove ambiguity by using curlies in functions 2013-03-19 19:56:55 +00:00
jim-p
10e000f7d1 Fix missed ; 2013-03-19 15:03:06 -04: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
Ermal
1af4f4e022 Bring down even rtsold process 2013-03-19 16:28:06 +00:00
Ermal
673c2f8b82 Actually enforce for not dhcp6 interfaces 2013-03-19 16:23:18 +00:00
Ermal
fa5bf66fc5 Relax after bootup enforcement since its not needed anymore 2013-03-19 16:21:44 +00:00
Ermal
29f2f07a66 The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the configuration more consistent 2013-03-19 16:21:44 +00:00
smos
145cc5181c Fix the Cellular strength indicator, rssi was always reporting 8 because we didn't use the variable.
The dBm values array was reversed, corrected
2013-03-19 13:47:18 +01:00
Ermal
7fd67662b4 Do not run this during startup since it will be called anyhow 2013-03-19 13:52:26 +00:00
Ermal
961a0fa5a9 Use propper variable for is_ipaddrv6 test 2013-03-19 13:16:41 +00:00