~kzapalowicz/snappy-hwe-snaps/+git/wifi-ap:feature/use-tests-extras

Last commit made on 2017-02-01
Get this branch:
git clone -b feature/use-tests-extras https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/wifi-ap
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
feature/use-tests-extras
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/wifi-ap

Recent commits

83c0f1a... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

tests: use tests-extras repository for test image creation

8d325ad... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch master

Merge-Proposal: https://code.launchpad.net/~teknoraver/snappy-hwe-snaps/+git/wifi-ap/+merge/314322

b6b5c19... by Matteo Croce

multiple set support

Config can now set multiple values with a single call.
The sintax is a simple key=value list, for example:
config set disable=true wifi.essid=Ubuntu wifi.interface=wlan0

ffae0fb... by Simon Fels

Bump version to 11

2f9a2a0... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-int-overflow

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap/+merge/314024

25219d0... by Simon Fels

cmd: wizard: don't use predefined max int constant as it casues an overflow

5e40d11... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-auto-wizard

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap/+merge/313999

5da3481... by Simon Fels

cmd: wizard: ignore interface selected for AP operation

52ebffa... by Simon Fels

cmd: wizard: take interface with lowest metric and default route

If we have multiple interfaces with a default route the current code
took the last one in the list. Actually we need to take the one with
the lowest metric value.

203c737... by Simon Fels

cmd: client: error out when calling user is not root

With the unix domain socket being owned by root we have another
security boundary in place, which is that only root can talk
to the service. To improve our user experience we should give
our users a hint what they need to do instead of simply failing
with a error message.