summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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
|
* 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
| |
* | 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.
* | | 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
| | |
* | | Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-207-6/+76
|/ / | | | | | | 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.
* | Remove functions that are not used now with once mode of rtsoldErmal2013-03-191-3/+0
| |
* | Make sure file has content before call route deleteRenato Botelho2013-03-191-2/+4
| |
* | Respect 'States' option from Advanced/MiscRenato Botelho2013-03-191-10/+2
| | | | | | | | | | | | | | - 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
|/
* Diag DNS Lookup Dialog OutputN0YB2013-03-163-2/+27
| | | | | 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.
* Merge pull request #484 from N0YB/System_Firewall_Logs_FilteringJim P2013-03-161-5/+2
|\ | | | | Just a Couple Minor Tweaks
| * Just a Couple Minor TweaksN0YB2013-03-161-5/+2
| |
* | Use killbypid instead of a killall that never worksRenato Botelho2013-03-161-1/+1
| |
* | Fix indent and whitespacesRenato Botelho2013-03-161-16/+16
| |
* | Initialize array to silence warnings on foreachRenato Botelho2013-03-161-0/+1
| |
* | Avoid deleting the RA Subnet when IP is invalid, also simplify it a bitRenato Botelho2013-03-161-18/+13
| |
* | Fix indent and whitespacesRenato Botelho2013-03-161-10/+10
|/
* System Firewall Log Filtering by FieldsN0YB2013-03-151-38/+167
| | | | Previous filter form retained for raw logs view.
* Clarify what "Allow IPv6" does and does not control. Ticket #2874jim-p2013-03-131-1/+2
|
* fixup textChris Buechler2013-03-131-2/+2
|
* Move tmp/var init to just after mount of /cf so that the sizing works ↵jim-p2013-03-121-5/+5
| | | | properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
* Do not route do default gw when rule gw is downRenato Botelho2013-03-121-0/+16
| | | | | | | | - Add a new advanced misc option to change the behaviour - When it is set and rule has its own gateway, that is down, just disable the rule instead of routing it to default gw Fixes #2858
* Fix indent and whitespacesRenato Botelho2013-03-121-62/+62
|
* Add the ability for full installs to optionally use RAM disks for /tmp and ↵jim-p2013-03-112-42/+105
| | | | | | /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD. I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).
* Be more careful when performing a ping to use the correct ping type if an IP ↵jim-p2013-03-111-2/+2
| | | | address is entered.
* update github repo locationChris Buechler2013-03-102-2/+2
|
* Fix spelling.jim-p2013-03-091-1/+1
|
* Services Status Widget remove leftover >Phil Davis2013-03-091-1/+1
|
* fix text. Fixes #2863Chris Buechler2013-03-081-2/+2
|
* Merge pull request #479 from ExolonDX/masterJim P2013-03-081-1/+1
|\ | | | | Use HTMLENTITIES to deprecate the ampersand in page title URI
OpenPOWER on IntegriCloud