aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant
Commit message (Collapse)AuthorAgeFilesLines
* main/wpa_supplicant: security fix for CVE-2016-4476, CVE-2016-4477Natanael Copa2016-05-306-1/+348
| | | | fixes #5638
* main/wpa_supplicant: fix config permissionsNatanael Copa2016-05-181-3/+3
| | | | ref #5592
* Added dbus support. Fixes #4968Francesco Colista2015-12-212-6/+6
|
* main/wpa_supplicant: upgrade to 2.5Sören Tempel2015-10-2710-446/+17
|
* main/wpa_supplicant: install sample config to /usr/share/doc/...Sören Tempel2015-10-271-6/+2
|
* main/wpa_supplicant: don't use GNU readlineSören Tempel2015-10-212-7/+7
| | | | Instead use the internal readline implementation.
* main/wpa_supplicant: enable CONFIG_EAP_FASTSören Tempel2015-10-212-5/+5
|
* main/wpa_supplicant: use a config file based on defconfigSören Tempel2015-10-212-82/+506
| | | | | | | The defconfig file can be found in the wpa_supplicant source tree in the wpa_supplicant/ directory. It should contain all options that where enabled before with one exception: Options that are no longer available have been removed.
* main/wpa_supplicant: update websiteSören Tempel2015-10-211-2/+2
|
* main/wpa_supplicant: don't hardcode paths in error messageSören Tempel2015-10-212-4/+4
|
* main/wpa_supplicant: remove bogus freq_listNatanael Copa2015-09-081-2/+4
| | | | ref #4612
* main/wpa_supplicant: add wpa_cli(8) action scriptSören Tempel2015-09-072-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This action script manages the associated network interfaces. It start them when wpa_supplicant successfully established a connection and it stops them when wpa_supplicant disconnected from an access point. When traveling between different location / networks / access points with my laptop I noticed that udhcpc didn't automatically require a new lease and had to be restarted each time I was associated with a new access point. I had to manually invoke `ifdown <interface> && ifup <interface>` each time I associated with a new access point. Searching for solutions I looked at gentoo's netifrc[1] and noticed that they are using a wpa_cli(8) action script[2] to solve this. I read the gentoo action script[3] and decided to write a new action script for alpine loosely based on gentoo's version. This is the result. Maybe there is a better way to solve this problem if so I would to hear about it. Otherwise I believe that this is the best approach to solve it. It should also make it unnecessary to add the wpa_supplicant service to the boot level since it doesn't need to be started before the networking service anymore. The action script has to be started manually using `wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh` currently. I couldn't decide how to start it automatically. Gentoo starts it as a part of netifrc using start-stop-daemon[4]. Maybe we should start it with the same options from the wpa_supplicant OpenRC service? [1]: https://gitweb.gentoo.org/proj/netifrc.git [2]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n54 [3]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_cli.sh [4]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n164
* main/wpa_supplicant: simplify OpenRC serviceSören Tempel2015-09-052-27/+10
| | | | Alpine only supports the Linux kernel.
* main/wpa_supplicant: various security fixesNatanael Copa2015-06-158-1/+392
| | | | | | | | | | | | CVE-2015-4141 CVE-2015-4142 CVE-2015-4143 CVE-2015-4144 CVE-2015-4145 CVE-2015-4146 ref #4339 ref #4266
* main/wpa_supplicant: upgrade to 2.4 and fix CVE-2015-1863Natanael Copa2015-05-193-28/+51
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/wpa_supplicant: upgrade to 2.3Natanael Copa2014-11-111-4/+4
|
* main/wpa_supplicant: upgrade to 2.2Natanael Copa2014-08-182-77/+5
|
* main/wpa_supplicant: enable WPS2, AP and P2PNatanael Copa2014-07-141-1/+4
| | | | ref #2887
* main/wpa_supplicant: fix radius server regression and build eapol_testNatanael Copa2014-05-292-2/+76
| | | | fixes #2774
* main/wpa_supplicant: upgrade to 2.1Natanael Copa2014-03-031-5/+5
|
* main/wpa_supplicant: fix musl buildTimo Teräs2013-12-172-1/+25
|
* main/wpa_supplicant: update licenseFabian Affolter2013-12-031-2/+2
|
* main/wpa_supplicant: bump pkgrel and fix whitespace damageNatanael Copa2013-09-042-5/+5
|
* main/wpa_supplicant: add dbus dependencySam Dodrill2013-09-041-1/+1
|
* main/wpa_supplicant: remove unused patchNatanael Copa2013-02-181-12/+0
|
* main/wpa_supplicant: upgrade to 2.0Natanael Copa2013-02-171-6/+10
|
* main/wpa_supplicant: needs dbusNatanael Copa2013-01-282-3/+3
|
* main/wpa_supplicant: upgrade to 1.1Natanael Copa2013-01-232-22/+9
|
* main/wpa_supplicant: build qt guiNatanael Copa2013-01-232-5/+33
|
* main/wpa_supplicant: rebuild against libnl3Natanael Copa2012-09-302-6/+29
|
* main/wpa_supplicant: upgrade to 1.0Natanael Copa2012-07-041-3/+3
|
* main/wpa_supplicant: rebuild against dbus-libsNatanael Copa2012-03-161-1/+1
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/wpa_supplicant: upgrade to 0.7.3Natanael Copa2010-09-171-3/+3
|
* Added default value for CC passed to build.Andrew Manison2010-07-191-3/+3
|
* main/wpa_supplicant: fix init.d script and move configNatanael Copa2010-06-172-5/+7
|
* main/wpa_supplicant: upgrade to 0.7.2Natanael Copa2010-06-173-3/+87
|
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/wpa_supplicant: upgrade to 0.7.1Natanael Copa2010-02-181-11/+14
|
* main/wpa_supplicant: upgrade to 0.6.10Natanael Copa2010-02-101-3/+3
|
* main/wpa_supplicant: moved from testingNatanael Copa2010-02-021-0/+113