summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tidy up "shaper.inc" XHTMLColin Fleming2013-03-221-40/+48
| | | | | | | | | | Add CDATA sections to javascript Close off the BR tags
* | Merge pull request #493 from ExolonDX/branch_05Jim P2013-03-221-11/+11
|\ \ | | | | | | Tidy up "traffic shaper wizard" XHTML
| * | Tidy up "traffic shaper wizard" XHTMLColin Fleming2013-03-221-11/+11
| |/ | | | | | | | | | | Move "tree.css" to the HEAD statement and manually close the HEAD statement Close BR and P tags
* | Merge pull request #492 from ExolonDX/branch_04Jim P2013-03-221-55/+51
|\ \ | | | | | | Tidy up "traffic shaper layer7" XHTML
| * | Tidy up "traffic shaper layer7" XHTMLColin Fleming2013-03-221-55/+51
| |/ | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #491 from ExolonDX/branch_03Jim P2013-03-221-19/+24
|\ \ | | | | | | Tidy up "traffic shaper limiter" XHTML
| * | Tidy up "traffic shaper limiter" XHTMLColin Fleming2013-03-221-19/+24
| |/ | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #490 from ExolonDX/branch_02Jim P2013-03-221-10/+10
|\ \ | | | | | | Tidy up "traffic shaper queue" XHTML
| * | Tidy up "traffic shaper queue" XHTMLColin Fleming2013-03-221-10/+10
| |/ | | | | | | | | | | | | | | 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.
* | Merge pull request #489 from ExolonDX/branch_01Jim P2013-03-221-21/+21
|\ \ | |/ |/| Tidy up "traffic shaper" XHTML
| * Tidy up "traffic shaper" XHTMLColin Fleming2013-03-221-21/+21
|/ | | | | | | | | 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
* Fix wording/formatting of promisc optionjim-p2013-03-211-2/+5
|
* Bump this a bit to allow for faster speedErmal2013-03-211-1/+2
|
* Reduce a bit the entropy collection sources to not hurt performance. There ↵Ermal2013-03-211-1/+4
| | | | are plenty of other sources on today systems
* Escape the argument to avoid potential issuesErmal2013-03-211-1/+1
|
* No need for nocsrf here tooErmal2013-03-211-2/+0
|
* Merge pull request #486 from 01101001c/masterErmal Luçi2013-03-213-0/+655
|\ | | | | Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
| * Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).01101001c2013-03-183-0/+655
| | | | | | | | Original post: http://forum.pfsense.org/index.php/topic,59193.0.html
* | No need to set it for the system information widgetErmal2013-03-211-2/+0
| |
* | No need to set nocsrf from my testingErmal2013-03-211-4/+1
| |
* | Respect the product name here.jim-p2013-03-211-0/+2
| |
* | use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893jim-p2013-03-211-0/+6
| |
* | Merge pull request #488 from phil-davis/masterErmal Luçi2013-03-211-18/+59
|\ \ | | | | | | DynDNS status widget async update
| * | DynDNS status widget add 5 minute refreshPhil Davis2013-03-211-1/+4
| | | | | | | | | 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.
| * | DynDNS status widget async updatePhil Davis2013-03-201-18/+56
| | | | | | | | | | | | 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.
* | | Merge pull request #487 from rdlugosz/change_apinger_status_pathErmal Luçi2013-03-201-5/+5
|\ \ \ | | | | | | | | Track apinger status in /var/run instead of /tmp
| * | | Track apinger status in /var/run instead of /tmpRyan Dlugosz2013-03-201-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | 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
* | | No need for the ::(separators) they will be thereErmal2013-03-201-1/+1
| | |
* | | Check lower bound as wellErmal2013-03-201-1/+1
| | |
* | | The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add ↵Ermal2013-03-202-18/+5
| | | | | | | | | | | | support for variable length v4 prefix for 6rd
* | | Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary ↵jim-p2013-03-201-93/+93
| | | | | | | | | | | | duplication of Localhost and VPN rules.
* | | Add the user/time tracking to Port forwards and outbound NAT also.jim-p2013-03-203-1/+87
| | |
* | | While I'm here, fix an IPv6 ICMP easy rule issue.jim-p2013-03-201-0/+3
| | |
* | | Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-209-29/+114
| | | | | | | | | | | | 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.
* | | To actually use the linklocal of :1 delete the auto assigned linklocalErmal2013-03-201-0/+3
|/ /
* | Remove even this seems dhclient is smart enough to avoid this by itselfErmal2013-03-191-3/+0
| |
* | Remove functions that are not used now with once mode of rtsoldErmal2013-03-192-17/+0
| |
* | Simplify a bit logicRenato Botelho2013-03-191-12/+6
| |
* | Fix typoRenato Botelho2013-03-191-1/+1
| |
* | Use full patchErmal2013-03-191-1/+1
| |
* | Run rtsold only for one reply since it will spam with dhcp6c processes ↵Ermal2013-03-191-5/+9
| | | | | | | | otherwise. Also remove ambiguity by using curlies in functions
* | Fix missed ;jim-p2013-03-191-1/+1
| |
* | Make sure file has content before call route deleteRenato Botelho2013-03-191-2/+4
| |
* | Respect 'States' option from Advanced/MiscRenato Botelho2013-03-192-10/+74
| | | | | | | | | | | | | | - 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
* | Remove redundant callRenato Botelho2013-03-191-1/+0
| |
* | Improve ppp-linkdown:Renato Botelho2013-03-191-23/+24
| | | | | | | | | | - Improve readability giving name to parameter variables - Add path for all command calls
* | Fix default route deletionRenato Botelho2013-03-191-1/+1
| |
* | Fix indentRenato Botelho2013-03-191-2/+2
| |
* | Bring down even rtsold processErmal2013-03-191-0/+3
| |
* | Bring down even rtsold processErmal2013-03-191-0/+15
| |
OpenPOWER on IntegriCloud