Hello there wicked-commit(a)opensuse.org
Greetings from our team!
We wish to inform you that your selected PC & Network Protection plan expired today and it's set to renew on 26 July - 2022.
As requested, the following plan is upgraded and reactivated and an additional annual fee $ 389.49 is charged from your account funds.
This message confirms that during the activation process you have authorized the auto debit payments and the same fee will be charged next year.
Questions/Queries? Contact # +1 (888) 996-5234
Advance Geek Squåd Protection Shield Plan
Customer Reference # 7946215328
Annual Fee : $ 389.49
Please be aware if you do not wish to renew the subscription kindly get in touch with us within 2 business days.
To review billing, update your payment details or cancel the services and get your full refund -
Contact us +1 (888) 996-5234
Thanks you!
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: b04d27121013bb058a47b34eecbee14862206ce5
https://github.com/openSUSE/wicked/commit/b04d27121013bb058a47b34eecbee1486…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M etc/Makefile.am
M etc/server.xml.in
M extensions/firewall
Log Message:
-----------
firewall-ext: skip firewallDown action without previous firewallUp
Reference: bsc#1201053
If a interface configuration contains FIREWALL=no, wicked should not
touch the firewall configuration on firewallUp _and_ firewallDown.
The firewall schema contains a `skip-unless-present="true"` for the
method firewallUp. This avoid the calling of the firewallUp DBus method
on the specific state, as long as the configuration doesn't contain the
<firewall> node.
On firewallDown, we do not have the configuration, thus we cannot use
`skip-unless-present="true"` here. And the firewallDown state calls
the firewallDown DBus method regardless of FIREWALL configuration value.
To avoid unexpected firewall changes, the firewall extension handle
firewallDown events only, if a corresponding firewallUp event was
invoked before.
Commit: 0cbb9cfdd61167bdbd1c64d5b2e09904f4618125
https://github.com/openSUSE/wicked/commit/0cbb9cfdd61167bdbd1c64d5b2e09904f…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M etc/Makefile.am
M etc/server.xml.in
M extensions/firewall
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/927
firewall-ext: skip firewallDown action without previous firewallUp (bsc#1201053)
Compare: https://github.com/openSUSE/wicked/compare/dd77b13f6e82...0cbb9cfdd611
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: c0734e6518c6c4f93f31c4f40eac78488b0020b8
https://github.com/openSUSE/wicked/commit/c0734e6518c6c4f93f31c4f40eac78488…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M src/Makefile.am
A src/addrconf.c
M src/netinfo.c
Log Message:
-----------
lease: moved functions from netinfo to addrconf.c
Commit: 5359abfd031ebcb950f1513a60a2c1c883d3d9a6
https://github.com/openSUSE/wicked/commit/5359abfd031ebcb950f1513a60a2c1c88…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M server/main.c
M src/Makefile.am
M src/addrconf.c
A src/addrconf.h
M src/auto6.c
M src/dbus-objects/addrconf.c
M src/ifconfig.c
M src/netinfo_priv.h
M src/update.c
Log Message:
-----------
lease: moved addrconf updater to addrconf.[ch]
Commit: 49adbbb32c1d59264e48d2471599ef17762d6741
https://github.com/openSUSE/wicked/commit/49adbbb32c1d59264e48d2471599ef177…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M src/addrconf.c
M src/addrconf.h
Log Message:
-----------
addrconf: add support to add further updater actions
Commit: 816d90ebb5369b6cc6fc1d12eafd5466707223d8
https://github.com/openSUSE/wicked/commit/816d90ebb5369b6cc6fc1d12eafd54667…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M src/dbus-objects/addrconf.c
Log Message:
-----------
addrconf: move verbose lease lookup to a function
Commit: b765d93a8db3ad2a1011a293d8242f65da8f4aa7
https://github.com/openSUSE/wicked/commit/b765d93a8db3ad2a1011a293d8242f65d…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M src/dhcp4/fsm.c
Log Message:
-----------
dhcp4: send released event with lease uuid
Commit: 0c9aaccc10095ddd399ed449581045372290aa90
https://github.com/openSUSE/wicked/commit/0c9aaccc10095ddd399ed449581045372…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M src/dbus-objects/addrconf.c
M src/ifconfig.c
Log Message:
-----------
addrconf: remove address before calling (dhcp) release
USGv6: DHCPv6_1_2_07b, According to RFC 3315 section 18.1.6, ”The client
MUST NOT use any of the addresses it is releasing as the source address
in the Release message or in any subsequently transmitted message.”
We didn't used the dhcp address as source in release, but because the
address were not yet removed from the interface, the host were still
able to use it and responded to echo request (ping) during the release,
causing an USGv6 testsuite failure.
Commit: dd77b13f6e821cf3d85e618d0beea2f1b3adcffa
https://github.com/openSUSE/wicked/commit/dd77b13f6e821cf3d85e618d0beea2f1b…
Author: cfconrad <40127946+cfconrad(a)users.noreply.github.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M server/main.c
M src/Makefile.am
A src/addrconf.c
A src/addrconf.h
M src/auto6.c
M src/dbus-objects/addrconf.c
M src/dhcp4/fsm.c
M src/ifconfig.c
M src/netinfo.c
M src/netinfo_priv.h
M src/update.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/926
addrconf: remove address before calling (dhcp) release
Compare: https://github.com/openSUSE/wicked/compare/773ab8acb971...dd77b13f6e82
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 24f9f18b22d22a5c3da9ea401f5472f21a91ce05
https://github.com/openSUSE/wicked/commit/24f9f18b22d22a5c3da9ea401f5472f21…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
wireless: <auth-proto> prefer wpa/rsn values over wpa1/wpa2
The variable WIRELESS_WPA_PROTO, the field <auth-proto> and the capability
field <wpa-protocols> referencing all the same bitmap. And we would
like to see wpa/rsn instead of wpa1/wpa2.
For backward compatibility wpa1/wpa2 can still be used but
is not generated on converting ifcfg to XML.
Commit: 773ab8acb9713cb3e0988ce318a0fad922863dcb
https://github.com/openSUSE/wicked/commit/773ab8acb9713cb3e0988ce318a0fad92…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2022-07-14 (Thu, 14 Jul 2022)
Changed paths:
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/923
wireless: <auth-proto> prefer wpa/rsn values over wpa1/wpa2
Compare: https://github.com/openSUSE/wicked/compare/f0dd6db37e33...773ab8acb971
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 0c40b925b71df792cea942b54ce4e1340f8d3fee
https://github.com/openSUSE/wicked/commit/0c40b925b71df792cea942b54ce4e1340…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Add missing GCMP to group capabilities
This avoid debug message:
```
wickedd[6821]: wlan1: unable to translate Group capability gcmp
```
Commit: 3f832be771756c23f4ccb05b4dcebae243f23847
https://github.com/openSUSE/wicked/commit/3f832be771756c23f4ccb05b4dcebae24…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wirless: Fix bss->rsn->management-group
wpa_supplicant send the Management-Group for a bss (scan-result) in
a different format then in capabilities, thus we need to have the
cipher name also without `-` bettween (e.g. `AES-128-CMAC` was given
as `AES128CMAC`)
Commit: 71759c08e5941dd159f779992e1f61c51fe6e2e4
https://github.com/openSUSE/wicked/commit/71759c08e5941dd159f779992e1f61c51…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M include/wicked/wireless.h
M schema/constants.xml.in
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
xml: Remove orphan wireless constant types
This commit remove the orphan types created with eed7dddbc.
Commit: f95d15e52848ba4934ea4394c1fc1f06e270aa2b
https://github.com/openSUSE/wicked/commit/f95d15e52848ba4934ea4394c1fc1f06e…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
M schema/constants.xml.in
M schema/wireless.xml
M src/dbus-objects/wireless.c
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
wireless: Add support for PMF (ieee80211w)
Add a option to set `PMF`. It can be `disabled`, `optional` or
`required`. For ifcfg configuration files use:
```
WIRELESS_PMF=[disabled|optional|required]
```
Commit: f02e3d908122125310fdf64069f1035eb997b368
https://github.com/openSUSE/wicked/commit/f02e3d908122125310fdf64069f1035eb…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/suse/compat-suse.c
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
Log Message:
-----------
wireless: Add ifcfg variable WIRELESS_KEY_MGMT
Commit: 0e72c1ed2548d3248acb9100fe0db38d35dc51f5
https://github.com/openSUSE/wicked/commit/0e72c1ed2548d3248acb9100fe0db38d3…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Use correct key_mgmt_map for wpa_supplicant
Commit: 332649e0c44fa8b427694277a8d0271ffe875912
https://github.com/openSUSE/wicked/commit/332649e0c44fa8b427694277a8d0271ff…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/dbus-objects/wireless.c
Log Message:
-----------
wireless-dbus: Rename ni_objectmode_mask_from_dbus to ni_objectmode_bitmap_from_dbus
Commit: c3a21f6b2968c9c9d62aa81da3d73cc8b18c5342
https://github.com/openSUSE/wicked/commit/c3a21f6b2968c9c9d62aa81da3d73cc8b…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/dbus-objects/wireless.c
M src/wireless.c
Log Message:
-----------
wireless: Set key-management default based on capabilities
We use the passphrase to detect a PSK configuration and the
eap-method for EAP.
Once a config is detected and the key-management wasn't set
explicit, we use defaults for PSK or EAP. The default is all
known suitable key-managment methods, but only those who
are mentioned in capabilities.
PMF will be enabled (optional), once it isn't set via config
and a "newer" key-management method is used.
Commit: 36c2f7ce1f55d4edcd0d879332acaade55f3debb
https://github.com/openSUSE/wicked/commit/36c2f7ce1f55d4edcd0d879332acaade5…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M include/wicked/wireless.h
M src/wireless.c
Log Message:
-----------
wireless: Do not use mlock for network
The usage of mlock is wrong here, as we protect a struct,
which has the pointer to the password, but not the password
it self.
Commit: 09ebe0a6a4263e1b26991a1f621ec60a89d6a54f
https://github.com/openSUSE/wicked/commit/09ebe0a6a4263e1b26991a1f621ec60a8…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/dbus-objects/wireless.c
M src/wireless.c
Log Message:
-----------
wireless: Use refcount api for ni_wireless_network_t
Commit: 514f626684aaf8d5da5ead736942afa75cfb1176
https://github.com/openSUSE/wicked/commit/514f626684aaf8d5da5ead736942afa75…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wpa-supplicant.c
Log Message:
-----------
wpa_supplicant: Add missing free of wpa-nif properties
Commit: 82d3700e3274d19a51b963bb25a2f46f5b15e497
https://github.com/openSUSE/wicked/commit/82d3700e3274d19a51b963bb25a2f46f5…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
Log Message:
-----------
man: ifcfg-wireless nicer output of WIRELESS_ESSID special chars
Commit: e2f5ec3073ef48703e8d2a45c93eee7e70a6f17f
https://github.com/openSUSE/wicked/commit/e2f5ec3073ef48703e8d2a45c93eee7e7…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wpa-supplicant.c
M src/wpa-supplicant.h
Log Message:
-----------
wpa-supplicant: Get properties of fi.w1.wpa_supplicant1
Commit: d5313a6d0f39f5cfe92e0c213269040b05ac53d4
https://github.com/openSUSE/wicked/commit/d5313a6d0f39f5cfe92e0c213269040b0…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Fix default key_mgmt for none FT support in wpa_supplicant
Commit: b922d2c222535c440434d6092e404d7a916b938c
https://github.com/openSUSE/wicked/commit/b922d2c222535c440434d6092e404d7a9…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
M schema/constants.xml.in
M schema/wireless.xml
M src/dbus-objects/wireless.c
M src/wireless.c
M src/wpa-supplicant.c
M src/wpa-supplicant.h
M util/mkconst.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/920
wireless: add support for WPA3 and PMF (bsc#1198894)
- Add variable to specify specific key management bit mask WIRELESS_KEY_MGMT
- Add variable to for Protected Management Frame setting WIRELESS_PMF
- Improve the default setting for key management
Compare: https://github.com/openSUSE/wicked/compare/2fd8a3f32d26...b922d2c22253
Branch: refs/heads/testing
Home: https://github.com/openSUSE/wicked
Commit: 0c40b925b71df792cea942b54ce4e1340f8d3fee
https://github.com/openSUSE/wicked/commit/0c40b925b71df792cea942b54ce4e1340…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Add missing GCMP to group capabilities
This avoid debug message:
```
wickedd[6821]: wlan1: unable to translate Group capability gcmp
```
Commit: 3f832be771756c23f4ccb05b4dcebae243f23847
https://github.com/openSUSE/wicked/commit/3f832be771756c23f4ccb05b4dcebae24…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wirless: Fix bss->rsn->management-group
wpa_supplicant send the Management-Group for a bss (scan-result) in
a different format then in capabilities, thus we need to have the
cipher name also without `-` bettween (e.g. `AES-128-CMAC` was given
as `AES128CMAC`)
Commit: 71759c08e5941dd159f779992e1f61c51fe6e2e4
https://github.com/openSUSE/wicked/commit/71759c08e5941dd159f779992e1f61c51…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M include/wicked/wireless.h
M schema/constants.xml.in
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
xml: Remove orphan wireless constant types
This commit remove the orphan types created with eed7dddbc.
Commit: f95d15e52848ba4934ea4394c1fc1f06e270aa2b
https://github.com/openSUSE/wicked/commit/f95d15e52848ba4934ea4394c1fc1f06e…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
M schema/constants.xml.in
M schema/wireless.xml
M src/dbus-objects/wireless.c
M src/wireless.c
M util/mkconst.c
Log Message:
-----------
wireless: Add support for PMF (ieee80211w)
Add a option to set `PMF`. It can be `disabled`, `optional` or
`required`. For ifcfg configuration files use:
```
WIRELESS_PMF=[disabled|optional|required]
```
Commit: f02e3d908122125310fdf64069f1035eb997b368
https://github.com/openSUSE/wicked/commit/f02e3d908122125310fdf64069f1035eb…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/suse/compat-suse.c
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
Log Message:
-----------
wireless: Add ifcfg variable WIRELESS_KEY_MGMT
Commit: 0e72c1ed2548d3248acb9100fe0db38d35dc51f5
https://github.com/openSUSE/wicked/commit/0e72c1ed2548d3248acb9100fe0db38d3…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Use correct key_mgmt_map for wpa_supplicant
Commit: 332649e0c44fa8b427694277a8d0271ffe875912
https://github.com/openSUSE/wicked/commit/332649e0c44fa8b427694277a8d0271ff…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/dbus-objects/wireless.c
Log Message:
-----------
wireless-dbus: Rename ni_objectmode_mask_from_dbus to ni_objectmode_bitmap_from_dbus
Commit: c3a21f6b2968c9c9d62aa81da3d73cc8b18c5342
https://github.com/openSUSE/wicked/commit/c3a21f6b2968c9c9d62aa81da3d73cc8b…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/dbus-objects/wireless.c
M src/wireless.c
Log Message:
-----------
wireless: Set key-management default based on capabilities
We use the passphrase to detect a PSK configuration and the
eap-method for EAP.
Once a config is detected and the key-management wasn't set
explicit, we use defaults for PSK or EAP. The default is all
known suitable key-managment methods, but only those who
are mentioned in capabilities.
PMF will be enabled (optional), once it isn't set via config
and a "newer" key-management method is used.
Commit: 36c2f7ce1f55d4edcd0d879332acaade55f3debb
https://github.com/openSUSE/wicked/commit/36c2f7ce1f55d4edcd0d879332acaade5…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M include/wicked/wireless.h
M src/wireless.c
Log Message:
-----------
wireless: Do not use mlock for network
The usage of mlock is wrong here, as we protect a struct,
which has the pointer to the password, but not the password
it self.
Commit: 09ebe0a6a4263e1b26991a1f621ec60a89d6a54f
https://github.com/openSUSE/wicked/commit/09ebe0a6a4263e1b26991a1f621ec60a8…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M client/suse/compat-suse.c
M include/wicked/wireless.h
M src/dbus-objects/wireless.c
M src/wireless.c
Log Message:
-----------
wireless: Use refcount api for ni_wireless_network_t
Commit: 514f626684aaf8d5da5ead736942afa75cfb1176
https://github.com/openSUSE/wicked/commit/514f626684aaf8d5da5ead736942afa75…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wpa-supplicant.c
Log Message:
-----------
wpa_supplicant: Add missing free of wpa-nif properties
Commit: 82d3700e3274d19a51b963bb25a2f46f5b15e497
https://github.com/openSUSE/wicked/commit/82d3700e3274d19a51b963bb25a2f46f5…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
Log Message:
-----------
man: ifcfg-wireless nicer output of WIRELESS_ESSID special chars
Commit: e2f5ec3073ef48703e8d2a45c93eee7e70a6f17f
https://github.com/openSUSE/wicked/commit/e2f5ec3073ef48703e8d2a45c93eee7e7…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wpa-supplicant.c
M src/wpa-supplicant.h
Log Message:
-----------
wpa-supplicant: Get properties of fi.w1.wpa_supplicant1
Commit: d5313a6d0f39f5cfe92e0c213269040b05ac53d4
https://github.com/openSUSE/wicked/commit/d5313a6d0f39f5cfe92e0c213269040b0…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M src/wireless.c
Log Message:
-----------
wireless: Fix default key_mgmt for none FT support in wpa_supplicant
Commit: 5ee0e2586a02ec2de344feda7f3de56b13fb77d2
https://github.com/openSUSE/wicked/commit/5ee0e2586a02ec2de344feda7f3de56b1…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M include/wicked/wireless.h
M man/ifcfg-wireless.5.in
M man/src/ifcfg-wireless.5.md
M schema/constants.xml.in
M schema/wireless.xml
M src/dbus-objects/wireless.c
M src/wireless.c
M src/wpa-supplicant.c
M src/wpa-supplicant.h
M util/mkconst.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/920
wireless: add support for WPA3 (Enterprise and Personal)
- Add variable to specify specific key management bit mask WIRELESS_KEY_MGMT
- Add variable to for Protected Management Frame setting WIRELESS_PMF
- Improve the default setting for key management
Compare: https://github.com/openSUSE/wicked/compare/2fd8a3f32d26...5ee0e2586a02