summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code Style sbin tmp usrPhil Davis2015-03-1321-339/+402
| | | | Bits and pieces from sbin tmp and usr but not yet usr/local/www
* txpower was disabled for good reason it would appear, it triggers syntax ↵Chris Buechler2015-03-132-2/+6
| | | | 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
* Apply WME input validation to all modes, not just hostap. Ticket #4516Chris Buechler2015-03-131-5/+5
|
* Default to 11ng if an option hasn't been configured. Previously we let the ↵Chris Buechler2015-03-131-1/+7
| | | | browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516
* Default to WPA2, AES for new wireless interface configs. Ticket #4516Chris Buechler2015-03-131-2/+2
|
* Auto-size the interface box on the bridge edit page.Chris Buechler2015-03-131-1/+2
|
* touch up interfaces.php textChris Buechler2015-03-137-10/+10
|
* Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516Chris Buechler2015-03-127-10/+15
|
* clean up input errors textChris Buechler2015-03-127-9/+9
|
* correct missing == in ipsec.incChris Buechler2015-03-121-1/+1
|
* Merge pull request #1557 from phil-davis/patch-3Chris Buechler2015-03-121-1/+1
|\
| * Missin double equals in captiveportal.incPhil Davis2015-03-131-1/+1
| | | | | | 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.
* | Fix up text, remove "only for Atheros" since the option is only shown if a ↵Chris Buechler2015-03-127-5/+5
| | | | | | | | compatible card exists.
* | "Auto" channel with hostap doesn't work correctly at the moment, force ↵Chris Buechler2015-03-121-0/+4
| | | | | | | | choosing a specific channel with hostap mode for now.
* | Set txpower since that seems to work fine now. Explicitly set authmode wpa ↵Chris Buechler2015-03-121-2/+5
|/ | | | | | | here, though it's also handled by the supplicant/authenticator. Ticket #4516 Conflicts: etc/inc/interfaces.inc
* Do not start filterdns during boot until a proper fix is done. Ticket #4296Renato Botelho2015-03-122-17/+21
|
* add more wireless validation. Ticket #4516Chris Buechler2015-03-121-1/+4
|
* Add more validation for wireless config settings. Ticket #4516Chris Buechler2015-03-121-0/+22
|
* Add more input validation for wireless parameters. Ticket #4516Chris Buechler2015-03-121-0/+36
|
* Touch up wifi textChris Buechler2015-03-127-12/+12
|
* If we bail not being able to find the P1 source, log an error.Chris Buechler2015-03-121-0/+1
| | | | | Conflicts: etc/inc/vpn.inc
* Merge pull request #1556 from phil-davis/patch-5Chris Buechler2015-03-121-10/+10
|\
| * White space in ipsec.incPhil Davis2015-03-121-10/+10
| |
* | Merge pull request #1554 from phil-davis/patch-3Chris Buechler2015-03-121-45/+45
|\ \ | |/ |/|
| * White space in filter.incPhil Davis2015-03-121-45/+45
| |
* | use-compression is no longer a valid config option in lighttpd, it can't be ↵Chris Buechler2015-03-121-3/+0
| | | | | | | | enabled. This just throws an error in the log, remove it.
* | Fix IPsec on CARP IPs, broken when fixing IPsec with gateway groups and VIPs.Chris Buechler2015-03-121-5/+9
| |
* | clean up unique IDs text a bit.Chris Buechler2015-03-111-2/+2
| |
* | Move libstrongswan-unity.so when Unity plugin is disabled so it can't modify ↵Chris Buechler2015-03-111-0/+9
|/ | | | the P2. Workaround for Ticket #4178
* Proper fix #4443, do not unset carp entry when content differ, also set ↵Renato Botelho2015-03-111-2/+1
| | | | correct real interface and use subnet to check IP protocol
* Detect when broken rc.firmware is running, fix it and restart. This should ↵Renato Botelho2015-03-111-0/+21
| | | | fix #4328
* Remove -U from mtree call used to restore files permissions, this is ↵Renato Botelho2015-03-111-1/+1
| | | | replacing symlink targets by the old values. Ticket #4328
* Merge pull request #1547 from phil-davis/Code-Style-etc-inc-vwx3Renato Botelho2015-03-110-0/+0
|\
| * Merge branch 'master' into Code-Style-etc-inc-vwx3Phil Davis2015-03-1125-69/+111
| |\ | | | | | | | | | | | | Conflicts: etc/inc/vpn.inc
| * | Code style etc inc vwx3Phil Davis2015-03-098-808/+1020
| | | | | | | | | | | | | | | rebased version with conflicts resolved due to a bunch of recent changes in vpn.inc
* | | Save vip interface and subnet to use to delete old vips from secondary ↵Renato Botelho2015-03-111-9/+14
| | | | | | | | | | | | nodes. Fixes #4446
* | | Revert "Use a consistent variable name here. related to Ticket #4446"Renato Botelho2015-03-111-6/+2
| | | | | | | | | | | | This reverts commit 309162b96d6ad0db09c132cc0aabc890bfe1909f.
* | | add granular control of state timeouts. Ticket #4509Chris Buechler2015-03-112-2/+244
| | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc
* | | Explicit disable ssl.use-compression on lighty config. It should fix #4230Renato Botelho2015-03-111-0/+3
| | |
* | | Remove BEAST protection option since default cipher is now good and works ↵Renato Botelho2015-03-112-57/+2
| | | | | | | | | | | | with hifn cards
* | | Revert "Enable beast protection by default for new installations, there is a ↵Renato Botelho2015-03-111-1/+0
| | | | | | | | | | | | | | | | | | code in place to disable it when a hifn card is present" This reverts commit 23645bf703578919ba52e857ed2e221db08ef61a.
* | | Revert "Remove double // on config tag"Renato Botelho2015-03-111-1/+1
| | | | | | | | | | | | This reverts commit 8df86e1fc6cb5a8b0d39bfe7f790c6df6dede222.
* | | Remove double // on config tagRenato Botelho2015-03-111-1/+1
| |/ |/| | | | | Spotted by: BBCan177
* | Add a log message when hostres SNMP module is ignored on APU boardsRenato Botelho2015-03-111-6/+9
| |
* | Disable SNMP hostres module on APU boards until we figure out why it's ↵Renato Botelho2015-03-111-1/+6
| | | | | | | | crashing on this specific board. Ticket #4403
* | Merge pull request #1549 from phil-davis/patch-2Renato Botelho2015-03-111-2/+2
|\ \
| * | Fix SNMP Bind Interface list in masterPhil Davis2015-03-101-2/+2
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #1550 from phil-davis/password-lock-symbolRenato Botelho2015-03-114-29/+29
|\ \ \
| * | | Fix password box cursor positionPhil Davis2015-03-104-29/+29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254 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.
* | | Merge pull request #1548 from phil-davis/pencilsRenato Botelho2015-03-119-16/+16
|\ \ \
OpenPOWER on IntegriCloud