[wicked-commit] [openSUSE/wicked] dff04e: wireless: Add names for extra EAP authentication m...
Branch: refs/heads/sle12-sp1-test Home: https://github.com/openSUSE/wicked Commit: dff04ed2663244c6728997028a4cf9c90898d118 https://github.com/openSUSE/wicked/commit/dff04ed2663244c6728997028a4cf9c908... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M include/wicked/wireless.h M src/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: Add names for extra EAP authentication methods The new names are: PAP, CHAP, MSCHAP, FAST, AKA, AKA', SIM Commit: d1a0d24320ce272941867a170b4792d28ab9c145 https://github.com/openSUSE/wicked/commit/d1a0d24320ce272941867a170b4792d28a... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M client/suse/compat-suse.c M include/wicked/wireless.h M man/ifcfg-wireless.5.in Log Message: ----------- wireless: fix WIRELESS_EAP_MODE and WIRELESS_EAP_AUTH (bsc#936514) The WIRELESS_EAP_MODE is used to define method for inner auth. The WIRELESS_EAP_AUTH is used to define method for outer auth. Commit: bec247511b2885b9fc1627075db1cf1fe8eb608a https://github.com/openSUSE/wicked/commit/bec247511b2885b9fc1627075db1cf1fe8... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M client/suse/compat-suse.c M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: when WIRELESS_EAP_MODE not specified use TTLS PEAP TLS Commit: b2e0122353937b67ca97605f73cdba9bdf114397 https://github.com/openSUSE/wicked/commit/b2e0122353937b67ca97605f73cdba9bdf... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M src/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: Default phase2 auth method is any (bsc#936514, boo#927615) Commit: 83d73f87a036541653e96a1a3558a2437a58be04 https://github.com/openSUSE/wicked/commit/83d73f87a036541653e96a1a3558a2437a... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M client/compat.c M client/suse/compat-suse.c M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: add proper handling for phase1 variables (peapver) Commit: a114c4bf60932ee57ab9fca2e7348188d55cdfc1 https://github.com/openSUSE/wicked/commit/a114c4bf60932ee57ab9fca2e7348188d5... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M client/compat.c M client/suse/compat-suse.c M man/ifcfg-wireless.5.in M schema/wireless.xml M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: add peaplabel handling for EAP phase1 Commit: 861d770e236489f5125085c90dbac19f96eb7579 https://github.com/openSUSE/wicked/commit/861d770e236489f5125085c90dbac19f96... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M src/dbus-objects/wireless.c Log Message: ----------- wireless: support WPA1, WPA2 or both in EAP mode Commit: 079fa6210cbb7f5dee687aba21f50d0e19f8956b https://github.com/openSUSE/wicked/commit/079fa6210cbb7f5dee687aba21f50d0e19... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M src/dbus-objects/misc.c Log Message: ----------- ipv6: clear old address list before applying new When receiving device addresses/routes status via dbus, clear the old lists before applying new. In address case, it caused to wait the full time in the client-side tentative address check, because the the address with tentative flag were not replaced properly. Commit: 3a5de36ccad9012d48bc790a648eb9cc17726da3 https://github.com/openSUSE/wicked/commit/3a5de36ccad9012d48bc790a648eb9cc17... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M src/dbus-objects/misc.c Log Message: ----------- Merge pull request #622 from mtomaschewski/tentative-wait ipv6: clear old address list before applying new Commit: a3307951679baa8626ec086b7680473bebce583b https://github.com/openSUSE/wicked/commit/a3307951679baa8626ec086b7680473beb... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-01-28 (Thu, 28 Jan 2016) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/wireless.h M man/ifcfg-wireless.5.in M schema/wireless.xml M src/dbus-objects/wireless.c M src/wireless.c M src/wpa-supplicant.c Log Message: ----------- Merge pull request #621 from pwieczorkiewicz/wireless_eap wireless: fix EAP inconsistencies; add missing method names (bsc#936514, boo#927615) Compare: https://github.com/openSUSE/wicked/compare/e36fc3c3b9cf...a3307951679b
participants (1)
-
Marius Tomaschewski