summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * Use HTMLENTITIES to deprecate the ampersandColin Fleming2013-03-081-1/+1
| |
* | Be consistent on the checkErmal2013-03-081-2/+1
| |
* | Prevent mtu bigger than 9000Ermal2013-03-081-1/+1
| |
* | Merge pull request #470 from ExolonDX/branch_01Jim P2013-03-071-22/+20
|\ \ | | | | | | Tidy up System:General Setup XHTML
| * | Tidy up System:General Setup XHTMLColin Fleming2013-03-071-22/+20
| |/ | | | | | | | | Close INPUT tags Tidy up HTML boolean operators
* | Merge pull request #471 from ExolonDX/branch_02Jim P2013-03-071-37/+37
|\ \ | | | | | | Tidy up System:Advanced:Admin XHTML
| * | Tidy up System:Advanced:Admin XHTMLColin Fleming2013-03-071-37/+37
| |/ | | | | | | | | | | | | Added proper CDATA sections to scripts Updated HTML boolean operators Close BR tagas Close INPUT tags
* | Merge pull request #472 from ExolonDX/branch_03Jim P2013-03-071-38/+38
|\ \ | | | | | | Tidy up System:Advanced:FirewallNat XHTML
| * | Tidy up System:Advanced:FirewallNat XHTMLColin Fleming2013-03-071-38/+38
| |/ | | | | | | | | Close BR tags Updated HTML boolean operators
* | Merge pull request #473 from ExolonDX/branch_04Jim P2013-03-071-24/+24
|\ \ | | | | | | Tidy up System:Advanced:Network XHTML
| * | Tidy up System:Advanced:Network XHTMLColin Fleming2013-03-071-24/+24
| |/ | | | | | | | | | | Close BR tags Update CDATA sections in script tags Update HTML boolean operators
* | Merge pull request #474 from ExolonDX/branch_06Jim P2013-03-071-13/+13
|\ \ | | | | | | Tidy up System:Advanced:Tunables XHTML
| * | Tidy up System:Advanced:Tunables XHTMLColin Fleming2013-03-071-13/+13
| |/ | | | | | | | | Deprecate ampersand Close INPUT tags
* | Merge pull request #475 from ExolonDX/branch_07Jim P2013-03-071-15/+16
|\ \ | | | | | | Tidy up System:Advanced:Notifications XHTML
| * | Tidy up System:Advanced:Notifications XHTMLColin Fleming2013-03-071-15/+16
| |/ | | | | | | Close INPUT tags
* | Tidy up System:Advanced:Misc XHTMLColin Fleming2013-03-071-30/+31
|/ | | | | | | Close BR tags Close INPUT tags Update CDATA secions in script tags Update HTML boolean operators
* Fix stale bandwidth-by-IP table entriesPhil Davis2013-03-081-22/+20
| | | When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed at the end - e.g. 8 rows (0-7), then next update has only 5 rows (0-4). Row 5 is hidden but rows 6 and 7 remain displayed.
* Validate MTU changes for VLANs and let user change it againRenato Botelho2013-03-071-20/+36
|
* Bandwidth by IP - allow filter by local and remotePhil Davis2013-03-071-5/+17
|
* Bandwidth by IP - allow filter by local and remotePhil Davis2013-03-071-18/+24
|
* Try to fix the issue reported on ↵Ermal2013-03-071-7/+3
| | | | http://forum.pfsense.org/index.php/topic,59746.0.html
* Bandwidth by IP - display static map names also when FQDN selectedPhil Davis2013-03-071-1/+1
| | | If display FQDN was selected, and an IP had no reverse lookup FQDN, but did have a DHCP static mapping, the static map name was not displayed - just 1 line I overlooked when adding the FQDN option.
* Merge pull request #464 from phil-davis/masterChris Buechler2013-03-062-6/+54
|\ | | | | Add display by host name option to Traffic Graph
| * Traffic Graph add option to display FQDNPhil Davis2013-03-071-1/+2
| |
| * Traffic Graph add option to display FQDNPhil Davis2013-03-071-6/+9
| | | | | | It was easy to give the user the choice of displaying IP Address, just the Host Name or the FQDN. And the display wraps long FQDNs OK.
| * Add display by host name to Traffic GraphPhil Davis2013-03-061-2/+35
| |
| * Add display by host name to Traffic GraphPhil Davis2013-03-061-4/+15
| |
* | Fix gettext/linkjim-p2013-03-061-1/+1
| |
OpenPOWER on IntegriCloud