Chris Buechler
f2f34088ac
txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516
2015-03-13 03:16:17 -05:00
Chris Buechler
0a950c4b0a
Apply WME input validation to all modes, not just hostap. Ticket #4516
2015-03-13 03:06:36 -05:00
Chris Buechler
141d316c7f
Default to 11ng if an option hasn't been configured. Previously we let the browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516
2015-03-13 02:56:12 -05:00
Chris Buechler
d31517e5fa
Default to WPA2, AES for new wireless interface configs. Ticket #4516
2015-03-13 02:31:39 -05:00
Chris Buechler
3fdd9cfa87
Auto-size the interface box on the bridge edit page.
2015-03-13 01:20:15 -05:00
Chris Buechler
1188cdc865
touch up interfaces.php text
2015-03-13 00:15:29 -05:00
Chris Buechler
310ea4e257
Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516
2015-03-12 23:44:40 -05:00
Chris Buechler
4958ca9eed
clean up input errors text
2015-03-12 23:26:13 -05:00
Chris Buechler
a819eab222
Fix up text, remove "only for Atheros" since the option is only shown if a compatible card exists.
2015-03-12 21:02:19 -05:00
Chris Buechler
6f5607f555
"Auto" channel with hostap doesn't work correctly at the moment, force choosing a specific channel with hostap mode for now.
2015-03-12 20:55:46 -05:00
Chris Buechler
aec55f9aa4
add more wireless validation. Ticket #4516
2015-03-12 18:53:14 -05:00
Chris Buechler
6cd14b43ee
Add more validation for wireless config settings. Ticket #4516
2015-03-12 18:22:43 -05:00
Chris Buechler
95df2de5aa
Add more input validation for wireless parameters. Ticket #4516
2015-03-12 16:49:06 -05:00
Chris Buechler
89e6f7af27
Touch up wifi text
2015-03-12 15:07:20 -05:00
Chris Buechler
b8c3654c3f
clean up unique IDs text a bit.
2015-03-11 22:01:17 -05:00
Renato Botelho
214c81026b
Proper fix #4443 , do not unset carp entry when content differ, also set correct real interface and use subnet to check IP protocol
2015-03-11 20:54:53 -03:00
Renato Botelho
c14781e3c0
Save vip interface and subnet to use to delete old vips from secondary nodes. Fixes #4446
2015-03-11 16:02:47 -03:00
Renato Botelho
04bbb3a588
Revert "Use a consistent variable name here. related to Ticket #4446 "
...
This reverts commit 309162b96d .
2015-03-11 16:02:47 -03:00
Chris Buechler
24dadbee06
add granular control of state timeouts. Ticket #4509
...
Conflicts:
etc/inc/filter.inc
2015-03-11 13:29:44 -05:00
Renato Botelho
3a0a59c812
Remove BEAST protection option since default cipher is now good and works with hifn cards
2015-03-11 14:03:29 -03:00
Renato Botelho
18017c9c44
Merge pull request #1549 from phil-davis/patch-2
2015-03-11 08:30:56 -03:00
Renato Botelho
26ca0fd080
Merge pull request #1550 from phil-davis/password-lock-symbol
2015-03-11 08:29:43 -03:00
Renato Botelho
b776b3e0d5
Merge pull request #1548 from phil-davis/pencils
2015-03-11 08:28:23 -03:00
Chris Buechler
e99affae86
update description after adaptive start/end default change.
2015-03-11 01:37:27 -05:00
Chris Buechler
309162b96d
Use a consistent variable name here. related to Ticket #4446
...
Conflicts:
usr/local/www/xmlrpc.php
2015-03-10 19:01:35 -05:00
Chris Buechler
24acc8f466
Don't enable interfaces_use by default. Add checkbox to enable on Advanced
...
tab, in case there are scenarios where it's desirable. Ticket #4341
2015-03-10 17:20:42 -05:00
Ermal LUÇI
30ea15dc63
Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings
2015-03-10 21:47:06 +01:00
Ermal LUÇI
0a0978d78f
Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings
2015-03-10 21:45:03 +01:00
Phil Davis
6787723455
Fix password box cursor position
...
Similar to
dedc40f7de
The password field shows the little lock icon, but the text input area
starts over the top of the icon and as I type in the field the password
"dots" go over the lock icon in each of these data entry places.
Changing the field name/id to not be "password" but to be "passwordfld",
"passwordfld1" "passwordfld2" and the like fixes it. Something does not
like the field being called just "password".
In interfaces.php I also changed the field "username" to be
"ppp_username". This standardized it to work in a similar way to
pppoe_username pptp_username fields. It looks easier to understand for
me.
2015-03-10 22:55:39 +05:45
Phil Davis
3853b43613
Fix SNMP Bind Interface list in master
...
The format of the array returned by get_possible_listen_ips() was changed.
This use of the returned array was not quite changed correctly. This fixes it so the drop-down list of SNMP Bind Interfaces is displayed correctly.
Note that the change to get_possible_listen_ips() (which also moved the function from system.inc to interfaces.inc) and associated effects is only in master. It has not been applied to RELENG_2_2 yet. So this fix is only needed in master.
I noticed this when using various files from master on a test system.
2015-03-10 20:27:11 +05:45
Ermal LUÇI
6127c541cc
Revert "Fixes #4446 Correct ipalias removal on top of carp during configuration sync."
...
master works differently and get_real_interface() resolves vips as well.
This reverts commit 8896fe1ceb .
2015-03-09 19:01:40 +01:00
Ermal LUÇI
8896fe1ceb
Fixes #4446 Correct ipalias removal on top of carp during configuration sync.
2015-03-09 18:52:23 +01:00
Phil Davis
e185c5846a
Pencil symbols
...
These are places in the GUI where the cursor sits not in the far left
side of the input box and there is odd-looking white space to the left
of the cursor. Normally there would be a little input graphic in the
white space to the left of the cursor (a pencil, a computer screen, a
lock symbol...)
This change makes the pencil be displayed in all those places.
2015-03-09 22:55:18 +05:45
jim-p
261f727120
Allow reassignment from PPP types to DHCP. From testing, it appears to work OK, this input validation appears to be outdated.
...
If there is some edge case that this catches, perhaps it needs to be a more specific test.
2015-03-09 10:36:12 -04:00
jim-p
5bd0ba3e5d
Add missing 'break' statement that broke switching from a PPP type to 'none'.
2015-03-09 10:22:48 -04:00
Renato Botelho
2385106ec9
Merge pull request #1544 from phil-davis/patch-4
2015-03-09 07:00:58 -03:00
Renato Botelho
ad42e4d8c9
Merge pull request #1542 from phil-davis/patch-2
2015-03-09 06:59:51 -03:00
k-paulius
ef1dfb8873
Add missing opening bracket
2015-03-08 18:17:26 -05:00
k-paulius
10192c3041
Remove extra closing brackets
2015-03-08 18:15:03 -05:00
k-paulius
29257358e7
$ldescr variable is not assigned a value and all 'Outgoing Network Interfaces' show Localhost as a name on UI
2015-03-08 18:07:32 -05:00
k-paulius
ec07dcfe94
Missing $
2015-03-08 18:04:48 -05:00
Chris Buechler
51b24a30a8
Update help to current config structure, touch up text while here. Fixes #4492
2015-03-08 00:43:23 -06:00
Chris Buechler
08af94cb89
Check for console="comconsole* rather than just *comconsole* in loader.conf, so it doesn't match just having comconsole_speed in loader.conf. Ticket #4464
2015-03-07 14:16:14 -06:00
jim-p
0a4fbd990e
Expand CARP demotion error, add button to reset demotion status.
2015-03-06 15:00:47 -05:00
Renato Botelho
277810659a
Remove multiple spaces from dns_split as a seatbelt, also fix the message since field is expected to be space separated and not comma. Ticket #4418
2015-03-06 11:26:18 -03:00
Phil Davis
4ad7848c25
DNS Forwarder Host Override Edit make the pencil symbols appear
...
In most places in the GUI a little pencil symbol appears before text input fields. For example it already appears for the Host, Domain and Description fields in this very form when you "Enter additional names for this host."
But in the main 4 fields of this form, the pencil does not display.
This fixes it to be the same as elsewhere.
I guess this is the "standard" supposed to be used. If so, then I will find the other places where class="formfld unknown" has the "unknown" missing.
2015-03-06 16:43:04 +05:45
Chris Buechler
8cb4f5b12a
touch up text
2015-03-06 03:36:03 -06:00
Chris Buechler
f54229df8c
fix up text
2015-03-05 22:12:32 -06:00
Chris Buechler
879d59d88a
Don't save config if input validation fails. Add input validation preventing "Harden DNSSEC Data" from being enabled if DNSSEC support isn't enabled.
2015-03-05 21:43:48 -06:00
Chris Buechler
5c7c369f5f
Remove the harden-glue option entirely and hard code it to yes. Ticket #4402
2015-03-05 19:35:12 -06:00