~morphis/snappy-hwe-snaps/+git/wifi-ap:fix-int-overflow

Last commit made on 2017-01-03
Get this branch:
git clone -b fix-int-overflow https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap
Only Simon Fels can upload to this branch. If you are Simon Fels please log in for upload directions.

Branch merges

Branch information

Name:
fix-int-overflow
Repository:
lp:~morphis/snappy-hwe-snaps/+git/wifi-ap

Recent commits

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.

6370f4e... by Simon Fels

Bump version to 10

a368217... 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/313531

2370ae7... by Matteo Croce

use unix sockets instead of localhost

replace all HTTP calls to port 5005 on localhost interface
with connections on unix sockets which are faster and more secure

091d6c6... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch improve-debugging

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

2d059f1... by Simon Fels

Load mac80211_hwsim driver a bit earlier before the first test runs

The driver was loaded after the prepare script checked for the existence
of a locally build .snap file and if present it skipped loading the driver
which caused the first test to always fail.