Renato Botelho
bd17a3035f
Merge pull request #1560 from phil-davis/get_possible_traffic_source_addresses
2015-03-16 08:13:41 -03:00
Phil Davis
a08d505596
Update get_possible_traffic_source_addresses returned array format
...
With this change it looks to me like the way it is intended to be, based
on what was done to get_possible_listen_ips()
Please review and check if this is what was intended for the code. With
this change it should make the returned $sourceips array be in a
consistent format the same way as get_possible_listen_ips()
This is a fix for code that was only committed in master. So at this
time the fix is only needed in master.
2015-03-13 14:30:51 +05:45
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
664aef0be1
correct missing == in ipsec.inc
2015-03-12 22:05:18 -05:00
Chris Buechler
d045f38067
Merge pull request #1557 from phil-davis/patch-3
2015-03-12 22:01:02 -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
ac0c435545
Set txpower since that seems to work fine now. Explicitly set authmode wpa here, though it's also handled by the supplicant/authenticator. Ticket #4516
...
Conflicts:
etc/inc/interfaces.inc
2015-03-12 20:47:40 -05:00
Phil Davis
cc229ee94a
Missin double equals in captiveportal.inc
...
Looking at where this is nested inside various if statements, I do not think this error did too much harm - only to the $mac['descr'] - in this particular code flow $username is not used for important stuff after this point.
2015-03-13 07:30:52 +05:45
Renato Botelho
f087d45398
Do not start filterdns during boot until a proper fix is done. Ticket #4296
2015-03-12 21:09:46 -03: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
6a2eb517c9
If we bail not being able to find the P1 source, log an error.
...
Conflicts:
etc/inc/vpn.inc
2015-03-12 14:50:08 -05:00
Chris Buechler
167087b852
Merge pull request #1556 from phil-davis/patch-5
2015-03-12 01:31:53 -05:00
Chris Buechler
2991a9496e
Merge pull request #1554 from phil-davis/patch-3
2015-03-12 01:28:11 -05:00
Phil Davis
4736014055
White space in ipsec.inc
2015-03-12 12:02:04 +05:45
Chris Buechler
524a014026
use-compression is no longer a valid config option in lighttpd, it can't be enabled. This just throws an error in the log, remove it.
2015-03-12 00:52:12 -05:00
Chris Buechler
486d727848
Fix IPsec on CARP IPs, broken when fixing IPsec with gateway groups and VIPs.
2015-03-12 00:10:22 -05:00
Chris Buechler
b8c3654c3f
clean up unique IDs text a bit.
2015-03-11 22:01:17 -05:00
Chris Buechler
c014babde0
Move libstrongswan-unity.so when Unity plugin is disabled so it can't modify the P2. Workaround for Ticket #4178
2015-03-11 20:38:57 -05:00
Phil Davis
a2c2c3b4b3
White space in filter.inc
2015-03-12 06:29:22 +05:45
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
02acc7afdf
Detect when broken rc.firmware is running, fix it and restart. This should fix #4328
2015-03-11 19:14:16 -03:00
Renato Botelho
830ceadf02
Remove -U from mtree call used to restore files permissions, this is replacing symlink targets by the old values. Ticket #4328
2015-03-11 17:46:54 -03:00
Renato Botelho
b33f69c4c0
Merge pull request #1547 from phil-davis/Code-Style-etc-inc-vwx3
2015-03-11 17:42:40 -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
0d443728d5
Explicit disable ssl.use-compression on lighty config. It should fix #4230
2015-03-11 14:09:22 -03: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
e75c2bf512
Revert "Enable beast protection by default for new installations, there is a code in place to disable it when a hifn card is present"
...
This reverts commit 23645bf703 .
2015-03-11 13:55:42 -03:00
Renato Botelho
87bf8d4d0e
Revert "Remove double // on config tag"
...
This reverts commit 8df86e1fc6 .
2015-03-11 13:55:39 -03:00
Renato Botelho
8df86e1fc6
Remove double // on config tag
...
Spotted by: BBCan177
2015-03-11 13:51:40 -03:00
Phil Davis
04e95a18ed
Merge branch 'master' into Code-Style-etc-inc-vwx3
...
Conflicts:
etc/inc/vpn.inc
2015-03-11 21:23:50 +05:45
Renato Botelho
a03974a3fa
Add a log message when hostres SNMP module is ignored on APU boards
2015-03-11 10:07:25 -03:00
Renato Botelho
05036071e2
Disable SNMP hostres module on APU boards until we figure out why it's crashing on this specific board. Ticket #4403
2015-03-11 09:44:27 -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
Renato Botelho
23645bf703
Enable beast protection by default for new installations, there is a code in place to disable it when a hifn card is present
2015-03-11 08:28:15 -03:00
Chris Buechler
e99affae86
update description after adaptive start/end default change.
2015-03-11 01:37:27 -05:00