summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* fix text to remove non-applicable copy/paste from v4 relayChris Buechler2013-08-211-1/+1
|
* Remove this particular form tag that doesn't appear to serve any purpose on ↵jim-p2013-08-201-2/+0
| | | | this page, and breaks the drop-down zone selector. Fixes #3153
* Add patch from the ticket to fix #3149jim-p2013-08-201-3/+15
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-4/+13
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-2/+8
|
* Revert "Improve sh syntax using ${} for all variables"Renato Botelho2013-08-191-29/+29
| | | | | | This was cherry-pick'd by mistake This reverts commit 1702a838194d2f4ffaa99359f888a42b0832472a.
* Merge pull request #778 from N0YB/patch-11Renato Botelho2013-08-181-1/+1
|\ | | | | Update functions.inc.php
| * Update functions.inc.phpN0YB2013-08-171-1/+1
| | | | | | May as well remove this errant td end tag too.
| * Update functions.inc.phpN0YB2013-08-171-1/+1
| | | | | | | | Fix gateway widget size change on first update. Inner table size changes because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding & cellspacing.
* | Strip off scope before attempting to resolve the IPv6 IP here.jim-p2013-08-171-0/+1
|/
* Rather than doing auto-detection, fall back to a glob for now when listing ↵jim-p2013-08-161-1/+2
| | | | potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection.
* Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.jim-p2013-08-161-0/+1
|
* When renaming or deleting a virtual server, clean up the old relayd anchor ↵jim-p2013-08-152-2/+9
| | | | name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
* Improve sh syntax using ${} for all variablesRenato Botelho2013-08-151-29/+29
|
* Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
|
* Relax advanced options firewall rules testsPhil Davis2013-08-141-12/+3
| | | | | Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3 So allow these through the front-end GUI validation also. Code change for 2.1 branch.
* Fix double-click to edit on OpenVPN CSC entriesjim-p2013-08-141-1/+1
|
* Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-2/+5
|
* Fix checkes for nested aliases containing FQDNs on static routes. It fixes #2941Renato Botelho2013-08-141-13/+8
|
* Do not allow to add nested alias containing FQDNs when current alias is used ↵Renato Botelho2013-08-141-0/+15
| | | | on a static route, ticket #2941
* Make sure an alias is not used by a static route before delete, ticket #2941Renato Botelho2013-08-141-0/+2
|
* Fix check for existing IP Address in DHCP mappingIndividual IT Services2013-08-131-1/+1
| | | | | | Even the Error message says: "This Hostname, IP or MAC address already exists." the IP Address was not checked if it already was given to a client as static mapped Conflicts: usr/local/www/services_dhcp_edit.php
* Fix interface selections on UPnP to show the customized descriptions entered ↵jim-p2013-08-122-4/+37
| | | | by the user. While here, add an external interface selection knob. Fixes #3141
* Warn user that change will not take effect immediatelyRenato Botelho2013-08-081-0/+9
|
* Do not call -f twice (thx eri)Renato Botelho2013-08-071-1/+0
|
* Fix whitespacesRenato Botelho2013-08-071-8/+8
|
* Improvements on Diagnostics -> RoutesRenato Botelho2013-08-071-50/+151
| | | | | | | * Add filter expression * Add limit number of rows option (default 100) * Run one netstat for each section * Load netstat result using ajax after page is loaded
* Show apinger as a service when active, and display its status on ↵jim-p2013-08-061-0/+1
| | | | gateway-related pages.
* Add the MAC manufacturer code to the CP status pagejim-p2013-08-061-1/+13
|
* Add the MAC manufacturer code to the DHCPv6 leases view.jim-p2013-08-061-1/+11
|
* Add the MAC manufacturer code to the NDP table.jim-p2013-08-061-1/+11
|
* fix text - add space between sentences. This got lost in another commitWarren Baker2013-08-051-1/+1
|
* Clarify that the graph is for mbuf clustersjim-p2013-08-051-1/+1
|
* Update system.phpN0YB2013-08-051-1/+1
| | | | | | fix text - s/by/be Conflicts: usr/local/www/system.php
* typosCharlie Marshall2013-08-051-2/+2
|
* Merge pull request #763 from N0YB/patch-9Renato Botelho2013-08-051-1/+1
|\ | | | | Update diag_logs_filter.php
| * Update diag_logs_filter.phpN0YB2013-08-051-1/+1
| | | | | | fix typo - s/expression/expression
* | Merge pull request #759 from N0YB/patch-5Warren Baker2013-08-051-1/+1
|\ \ | | | | | | Update system_advanced_admin.php
| * | Update system_advanced_admin.phpN0YB2013-08-041-1/+1
| |/ | | | | fix typo s/Communcations/Communications/
* | Merge pull request #760 from N0YB/patch-6Warren Baker2013-08-051-1/+1
|\ \ | | | | | | Update system.php
| * | Update system.phpN0YB2013-08-051-1/+1
| |/ | | | | fix text - add space between sentences.
* | Merge pull request #761 from N0YB/patch-7Warren Baker2013-08-051-1/+1
|\ \ | | | | | | Update interfaces.php
| * | Update interfaces.phpN0YB2013-08-051-1/+1
| |/ | | | | fix text - Capitalize sentence. s/this/This
* | Merge pull request #762 from N0YB/patch-8Warren Baker2013-08-051-1/+1
|\ \ | | | | | | Update services_dyndns_edit.php
| * | Update services_dyndns_edit.phpN0YB2013-08-051-1/+1
| |/ | | | | fix typo - s/sperate/separate
* | Update diag_logs_settings.phpN0YB2013-08-051-1/+1
|/ | | fix text - s/rulessets/rule sets
* fix text - s/occured/occurred/Chris Buechler2013-08-019-9/+9
|
* Revert "Remove unecessary variable"Renato Botelho2013-07-301-2/+4
| | | | | | Variable is used below This reverts commit 010639a89ba4ebdd1267274e8c0dcfc6d474ce03.
* Show friendly interface name, fixes #3095Renato Botelho2013-07-301-1/+1
|
* tighten overly broad regexes for SMART monitoringDaniel Becker2013-07-302-2/+2
|
OpenPOWER on IntegriCloud