Commit Graph

12203 Commits

Author SHA1 Message Date
Phil Davis
24516832ea Fix getext to gettext typo 2014-10-31 08:07:23 +05:45
Phil Davis
b3f0b2e1a8 Fix getext to gettext typo 2014-10-31 08:06:17 +05:45
Ermal
737b18f23b Allow accept_unencrypted_mainmode_messages to be enabled if needed 2014-10-30 21:35:51 +01:00
Renato Botelho
a437287444 Fix a typo on array index, related to ticket #3963 2014-10-29 11:02:47 -02:00
Renato Botelho
fd057a5676 Merge pull request #1317 from phil-davis/patch-1 2014-10-28 15:00:16 -02:00
Renato Botelho
7c1997914f Merge pull request #1297 from phil-davis/patch-23 2014-10-28 14:26:51 -02:00
Renato Botelho
0a8d7fe996 Back to use listr instead of vncellt since it has small fonts and mitigate changes of go outside the sidget. It should fix #3937 2014-10-28 09:49:25 -02:00
Renato Botelho
30cb409d63 Simplify logic 2014-10-28 09:24:56 -02:00
Renato Botelho
bf50b0a42f Remove unecessary variables 2014-10-28 09:10:47 -02:00
Renato Botelho
9c76c0f1e0 Whitespace and indent 2014-10-28 09:08:28 -02:00
Chris Buechler
7e1aa4b771 fix ping_hosts.sh to not ping IPsec if CARP is in backup 2014-10-27 15:32:17 -05:00
Phil Davis
577b776e55 Warn if attempting to import IPv6 range
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.
2014-10-24 20:23:00 +05:45
Phil Davis
feb1953e84 Expand range or subnet for host alias
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.
2014-10-24 20:10:50 +05:45
jim-p
c25d1fd7e5 Encode values before displaying them back to the user in notification settings 2014-10-21 14:25:53 -04:00
Chris Buechler
9b86d3fe6f + is a valid character in some dynamic DNS providers' usernames. Fixes #3912 2014-10-21 01:54:13 -05:00
Renato Botelho
a23adfbaa0 Merge pull request #1306 from phil-davis/patch-3 2014-10-20 12:00:54 -05:00
Chris Buechler
13ec619c9c h-node should be 8 2014-10-19 19:30:43 -05:00
Renato Botelho
2ac79aded6 Merge pull request #1310 from phil-davis/patch-6 2014-10-16 16:46:11 -05:00
Renato Botelho
308e304218 Merge pull request #1311 from phil-davis/patch-7 2014-10-16 16:44:06 -05:00
jim-p
497563bec4 Fix the log widget to lookup hosts by DNS using a link rather than AJAX. Quick fix for now. Ticket #3829 2014-10-16 15:21:38 -04:00
Phil Davis
466aae837b Manage dhcpleaseinlocaltime consistently
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.
2014-10-15 14:26:30 +05:45
Phil Davis
73a9669840 Provide an edit button for static mapped entries
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.
2014-10-15 12:26:29 +05:45
Phil Davis
fff9ee45c3 Whitespace in status_dhcp_leases.php 2014-10-15 11:32:23 +05:45
Ermal
8ff85c397c rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces. 2014-10-15 01:39:56 +02:00
Ermal
4703c007ef Fixes #3727 Do not unset ondemand for ppp type interfaces since it is controlled here only for pppoe/l2tp 2014-10-15 00:59:20 +02:00
Renato Botelho
69b79ff061 Fix PSK for non-ascii also here, ticket #3917 2014-10-14 12:41:22 -05:00
Renato Botelho
b907136c28 Improve IPsec status page for mobile. It fixes #3917 2014-10-14 11:50:36 -05:00
Renato Botelho
ca1fdcce98 Add missing gettext call 2014-10-14 11:46:09 -05:00
Renato Botelho
d6c9dcf926 Add missing gettext calls 2014-10-14 11:40:01 -05:00
Renato Botelho
6795e0da0b Fix indent and spaces 2014-10-14 11:23:31 -05:00
Renato Botelho
123d870060 Does not accept non-ascii characters on IPsec PSK. It fiixes #3931 2014-10-14 10:50:49 -05:00
Renato Botelho
a4c1fff294 Close this form early since there is another form below 2014-10-14 10:48:16 -05:00
Chris Buechler
dc4a8b9e54 update input_error description after changes for ticket #3491 2014-10-13 23:07:08 -05:00
Renato Botelho
5c2e687379 Make sentence more accurate as pointed out by phil-davis 2014-10-13 11:09:15 -05:00
Renato Botelho
1c764a3a50 GIF interfaces MTU must be something between 1280 and 8192, make the correct check. It fixes #3927 2014-10-13 10:42:14 -05:00
Chris Buechler
3b5b437baa fix text 2014-10-10 22:17:16 -05:00
Chris Buechler
0c4cd13f37 fix up text on sys_adv_misc 2014-10-10 21:54:54 -05:00
Chris Buechler
5046435dd0 fix text and descriptions in GRE edit page 2014-10-10 21:10:53 -05:00
Chris Buechler
b22f436afb s/removing/omitting/g for gateway monitor log entires. "Removing" is not necessarily correct, there are many circumstances where this runs where it wasn't there to begin with, and is potentially misleading. 2014-10-10 19:09:57 -05:00
Phil Davis
3b5707db5b Support up to 4 DNS Servers in DHCP 2014-10-07 07:45:19 +05:45
Phil Davis
81af6a0830 Support up to 4 DNS Servers in DHCP 2014-10-07 07:44:04 +05:45
Phil Davis
3d88ea11f2 Support up to 4 DNS Servers in DHCP 2014-10-07 07:42:12 +05:45
Phil Davis
6190312f27 Support up to 4 DNS Servers in DHCP 2014-10-07 07:40:28 +05:45
Ermal
9c29682669 Fixes #3909 Properly report and detect carp_status 2014-10-06 12:31:59 +02:00
Ermal
4aa7f542a3 Merge pull request #1303 from PiBa-NL/carp_without_matching_subnet 2014-10-06 08:21:24 +00:00
Steven Selph
3d77cc359f Add powerd normal mode flag (-n) 2014-10-05 18:35:08 -04:00
Renato Botelho
4665dbdd51 Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807 2014-10-03 12:15:44 -03:00
Chris Buechler
3c4fc30bea get back to our standard RFC-defined capitalization of IPsec 2014-10-02 16:19:58 -05:00
PiBa-NL
80a261a27e CARP, allow carp ip to be outside interface and alias subnets (FreeBSD10 feature) 2014-10-02 22:56:06 +02:00
Renato Botelho
3258d44276 Merge pull request #1300 from jean-m-cyr/master 2014-10-02 17:09:35 -03:00