summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days ↵Chris Buechler2014-11-0417-17/+0
| | | | and hasn't been relevant in years.
* clean up textChris Buechler2014-11-041-4/+3
|
* Use a better method of finding disks for SMART.jim-p2014-11-042-3/+2
| | | | Old code was inaccurate and also listed entries that were symlinks to other disks
* Restore 3 values back on NAT-T settings Just Enable now its Auto as per ↵Ermal2014-11-041-2/+3
| | | | strongswan default. and off disabled mobike. Ticket #3979
* Rename the options to actually make sense with strongswanErmal2014-11-041-2/+2
|
* Remove Force options since it has not meaning for now.Ermal2014-11-041-4/+3
|
* Catch some more sensitive info when sanitizing.jim-p2014-11-041-0/+10
|
* Merge pull request #1328 from wagonza/masterRenato Botelho2014-11-031-10/+10
|\
| * Make sure defaults values are actually used. Fixes #3974Warren Baker2014-11-031-10/+10
| |
* | Fix indentRenato Botelho2014-11-033-68/+68
| |
* | Revert "Indent better"Renato Botelho2014-11-033-1006/+1006
|/ | | | This reverts commit a431bfc9e698c753d9a54218af9076184deb6251.
* Indent betterWarren Baker2014-11-033-1006/+1006
|
* Be consistent with the other pagesWarren Baker2014-11-031-17/+5
|
* Add bracesWarren Baker2014-11-033-78/+135
|
* Correct dispaly of checkboxes for ipsecErmal2014-11-021-2/+2
|
* Allow accept_unencrypted_mainmode_messages to be enabled if neededErmal2014-10-301-0/+18
|
* Fix a typo on array index, related to ticket #3963Renato Botelho2014-10-291-1/+1
|
* Merge pull request #1317 from phil-davis/patch-1Renato Botelho2014-10-281-1/+1
|\
| * SpellingPhil Davis2014-09-281-1/+1
| |
* | Merge pull request #1297 from phil-davis/patch-23Renato Botelho2014-10-282-39/+142
|\ \
| * | Warn if attempting to import IPv6 rangePhil Davis2014-10-241-1/+4
| | | | | | | | | There is currently no code to convert an IPv6 range to a set of corresponding IPv6 subnets, so warn the user if they attempt that from the alias bulk import GUI.
| * | Expand range or subnet for host aliasPhil Davis2014-10-241-18/+95
| | | | | | | | | | | | | | | When entering a host alias, if the user put an IP range (like 192.168.0.10-192.168.0.20) or a subnet (like 192.168.1.200/29) then expand it into a list of individual IP addresses. Check that it will not make too many rows to exceed the existing 5000 row limit on the GUI. Note: expanding ranges and subnets like this is only for IPv4 for now. Entering an IPv6 range or subnet in a hosts alias will display a message telling the user that is not supported - it could be done in future but currently the routines that convert this stuff are only for IPv4. I have done as much validation as I can think of, and where there is a problem the original user-entered data is preserved for re-display, as well as the input errors being displayed. So IMO it should be self-documenting.
| * | Clarify bracketingPhil Davis2014-09-271-2/+2
| | | | | | | | | to minimize risk of a problem when adding code here in the future.
| * | Allow extended alias inputs #3890Phil Davis2014-09-271-35/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently if you enter a space-separated list of subnets in the IP address box when entering an alias, the code reports that the data is invalid. But it does actually expand the list of subnets into multiple rows, and enters the various subnet CIDRs into the CIDR column for the user. The user can press Save a second time and the data is now valid so the code saves it happily. This is rather odd, as reported in redmine #3890. Also, if you input an IP range (e.g. 192.168.20.0-192.168.20.30) plus description and in the 2nd row put some other subnet and description, the range is correctly expanded, but the description only appears against the 1st subnet of the range. The description from the 2nd row ends up as the description against the 2nd subnet of the range, and the rest of the descriptions are blank. i.e. the descriptions do not get copied and pushed down as the IP ranges are expanded. This change fixes all that stuff by first parsing the posted data and expanding any IP ranges and/or space-separated lists, building arrays that have all their entries lined up: $input_addresses[] $input_address_subnet[] $final_address_details[] which are then validated. This is for master (2.2) branch. Actually it was not too difficult to integrate.
* | | Back to use listr instead of vncellt since it has small fonts and mitigate ↵Renato Botelho2014-10-281-9/+8
| | | | | | | | | | | | changes of go outside the sidget. It should fix #3937
* | | Simplify logicRenato Botelho2014-10-281-21/+20
| | |
* | | Remove unecessary variablesRenato Botelho2014-10-281-5/+3
| | |
* | | Whitespace and indentRenato Botelho2014-10-281-59/+85
| | |
* | | fix ping_hosts.sh to not ping IPsec if CARP is in backupChris Buechler2014-10-271-1/+1
| | |
* | | Encode values before displaying them back to the user in notification settingsjim-p2014-10-211-10/+10
| | |
* | | + is a valid character in some dynamic DNS providers' usernames. Fixes #3912Chris Buechler2014-10-211-1/+1
| | |
* | | Merge pull request #1306 from phil-davis/patch-3Renato Botelho2014-10-204-13/+45
|\ \ \
| * | | Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-3/+11
| | | |
| * | | Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-3/+11
| | | |
| * | | Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-3/+11
| | | |
| * | | Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-4/+12
| | | |
* | | | h-node should be 8Chris Buechler2014-10-191-1/+1
| | | |
* | | | Merge pull request #1310 from phil-davis/patch-6Renato Botelho2014-10-161-41/+44
|\ \ \ \
| * | | | Provide an edit button for static mapped entriesPhil Davis2014-10-151-2/+5
| | | | | | | | | | | | | | | | | | | | As suggested in forum https://forum.pfsense.org/index.php?topic=82883.msg0#new Instead of a non-functioning red plus icon, show an edit icon for static mapped entries, and take the user to services_dhcp_edit page if it is clicked. IMHO this makes it much easier to correct things that are noticed when viewing the Status, DHCP Leases display.
| * | | | Whitespace in status_dhcp_leases.phpPhil Davis2014-10-151-39/+39
| | | | |
* | | | | Merge pull request #1311 from phil-davis/patch-7Renato Botelho2014-10-161-3/+16
|\ \ \ \ \
| * | | | | Manage dhcpleaseinlocaltime consistentlyPhil Davis2014-10-151-3/+16
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dhcpleaseinlocaltime is actually a global setting, but the setting is stored per-DHCP-enabled-interface. The display code in status_dhcp_leases already sorts this out - if any interface has the setting enabled then the displayed lease times are adjusted to local time. This fixes up the input of the setting. If dhcpleaseinlocaltime is checked on any interface, then it will now be shown checked whichever interface tab the user happens to have open. Whatever the user does to the checkbox, the setting is saved to all interfaces in the config - this is particularly neccesary when unchecking the box. The setting must be cleared in the config for all interfaces. The way this change works, there is no need to convert existing configs. The code correctly works with both old and new configs. This came up again in forum: https://forum.pfsense.org/index.php?topic=82881.msg0 It is an annoying "feature" so I think it is worth clearing it up on the UI.
* | | | | Fix the log widget to lookup hosts by DNS using a link rather than AJAX. ↵jim-p2014-10-161-2/+2
|/ / / / | | | | | | | | | | | | Quick fix for now. Ticket #3829
* | | | rename interfaces_carp_setup to interfaces_sync_setup and call it during ↵Ermal2014-10-154-4/+4
| | | | | | | | | | | | | | | | bootup since it does not only relate to carp interfaces.
* | | | Fixes #3727 Do not unset ondemand for ppp type interfaces since it is ↵Ermal2014-10-151-1/+2
| | | | | | | | | | | | | | | | controlled here only for pppoe/l2tp
* | | | Fix PSK for non-ascii also here, ticket #3917Renato Botelho2014-10-141-0/+6
| | | |
* | | | Improve IPsec status page for mobile. It fixes #3917Renato Botelho2014-10-141-1/+20
| | | |
* | | | Add missing gettext callRenato Botelho2014-10-141-1/+1
| | | |
* | | | Add missing gettext callsRenato Botelho2014-10-141-30/+36
| | | |
* | | | Fix indent and spacesRenato Botelho2014-10-141-196/+222
| | | |
OpenPOWER on IntegriCloud