Branch: refs/heads/sle15-sp3
Home: https://github.com/openSUSE/wicked
Commit: c9256d08c8a7236d70a60508f01752c444191679
https://github.com/openSUSE/wicked/commit/c9256d08c8a7236d70a60508f01752c44…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M src/ifconfig.c
Log Message:
-----------
ifconfig: refresh link state after unenslave
Obsolete state information caused to no set up the interface
after unenslave from undesired/unconfigured master while ifup
and caused an error of the wait for link/carrier call later.
Commit: eb7ff4308380013ebe903f0c11498e19afac5429
https://github.com/openSUSE/wicked/commit/eb7ff4308380013ebe903f0c11498e19a…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M include/wicked/netinfo.h
M src/netdev.c
Log Message:
-----------
netdev: cleanup and add all property reset utility
Commit: 468a60bcf107b7375702490a4a1171860429d852
https://github.com/openSUSE/wicked/commit/468a60bcf107b7375702490a4a1171860…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M src/fsm.c
Log Message:
-----------
fsm: reset all netdev properties before refresh
Commit: 31e83383efdb0bcb7530a8e91868fc11bdda52f3
https://github.com/openSUSE/wicked/commit/31e83383efdb0bcb7530a8e91868fc11b…
Author: mmnelemane <mmnelemane(a)suse.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
A .gitlab/issue_templates/issue.md
Log Message:
-----------
Add new template file for regular issues
Commit: d7972817e30c1af37743c449c205802e7b777526
https://github.com/openSUSE/wicked/commit/d7972817e30c1af37743c449c205802e7…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M client/ifdown.c
M client/ifreload.c
M client/ifup.c
M client/read-config.c
M configure.ac
M etc/Makefile.am
M etc/common.xml.in
M man/ifcfg.5.in
M man/wicked-config.5.in
M nanny/main.c
M nanny/nanny.c
M src/appconfig.h
M src/config.c
M src/fsm.c
M wicked.spec.in
Log Message:
-----------
cleanup: remove obsolete use-nanny=false (gh#openSUSE/wicked#815)
Commit: d8e7727ffde98536f676fd4967380fedc31f5768
https://github.com/openSUSE/wicked/commit/d8e7727ffde98536f676fd4967380fedc…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M include/wicked/netinfo.h
M src/fsm.c
M src/ifconfig.c
M src/netdev.c
Log Message:
-----------
Merge pull request #850 from mtomaschewski/ifup-unenslave
ifup: fix for set up with unenslave from unconfigured master (boo#954329)
Commit: 56a823276f95c0eefc064d4afe3e6a241cfe1c5d
https://github.com/openSUSE/wicked/commit/56a823276f95c0eefc064d4afe3e6a241…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M client/ifdown.c
M client/ifreload.c
M client/ifup.c
M client/read-config.c
M configure.ac
M etc/Makefile.am
M etc/common.xml.in
M man/ifcfg.5.in
M man/wicked-config.5.in
M nanny/main.c
M nanny/nanny.c
M src/appconfig.h
M src/config.c
M src/fsm.c
M wicked.spec.in
Log Message:
-----------
Merge pull request #851 from mtomaschewski/drop-use-nanny
cleanup: remove obsolete use-nanny=false (gh#openSUSE/wicked#815)
Commit: 852f195837be9513da660b143b57d576c1ea36b6
https://github.com/openSUSE/wicked/commit/852f195837be9513da660b143b57d576c…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
M src/dbus-message.c
Log Message:
-----------
dbus: add initial variant container type handling
Commit: 662cd552db276b84517bbbe3aeccece905320d68
https://github.com/openSUSE/wicked/commit/662cd552db276b84517bbbe3aeccece90…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
Log Message:
-----------
dbus: Add ni_dbus_variant_print(stringbuf, var)
Add function to print a ni_variant_t into a stringbuf. Also implement
the type DBUS_TYPE_VARIANT.
Added DBUS_TYPE_ARRAY represented like <array> to avoid warnings.
Commit: cf6b7cdd8a12608ea0e738a0cba635db8c10d9ab
https://github.com/openSUSE/wicked/commit/cf6b7cdd8a12608ea0e738a0cba635db8…
Author: Fabian Vogt <fvogt(a)suse.de>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M wicked.spec.in
Log Message:
-----------
Let wicked-service also provide service(network)
The old provides is kept for compatibility for now.
Commit: 0c07e72fd495f06e189c96417f6e09576ac4c5ce
https://github.com/openSUSE/wicked/commit/0c07e72fd495f06e189c96417f6e09576…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
M src/dbus-message.c
Log Message:
-----------
Merge pull request #852 from cfconrad/dbus-variant
dbus: add initial variant container type handling
Commit: d398b9fbd81c6a3892b41280f72d62851ea7d75b
https://github.com/openSUSE/wicked/commit/d398b9fbd81c6a3892b41280f72d62851…
Author: Ludwig Nussel <ludwig.nussel(a)suse.de>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M wicked.spec.in
Log Message:
-----------
prepare usrmerge (boo#1029961)
When the %usrmerged macro is set, all binaries should be placed in /usr.
No change to file list without.
Commit: aacf60547cb5d7907030e2754cd5ca69856a5e94
https://github.com/openSUSE/wicked/commit/aacf60547cb5d7907030e2754cd5ca698…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M src/dbus-xml.c
Log Message:
-----------
dbus: Display element name on unknown enum value error
If a enum value contain unknown things, the error message should output
also the element name which it belongs to.
New output format looks like:
```
Dec 04 13:57:54 linux-22ob wickedd-nanny[3372]: /run/wicked/nanny/policy__wlan1.xml:21: element <auth-proto>: unknown enum value "wpa1,wpa2"
```
Commit: d19b41243208cbe1b889042564ab47e2c71aa014
https://github.com/openSUSE/wicked/commit/d19b41243208cbe1b889042564ab47e2c…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M src/dbus-xml.c
Log Message:
-----------
src/dbus-xml.c: strip whitespace
Commit: 140a945645a1292d4bb5efd240f02f386ae70ae6
https://github.com/openSUSE/wicked/commit/140a945645a1292d4bb5efd240f02f386…
Author: Jaroslav Jindrak <jjindrak(a)suse.cz>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M client/suse/compat-suse.c
Log Message:
-----------
client: parse sysconfig files in the correct order
Commit: e59b8609519395f65717d1c37c66f85f28f8938b
https://github.com/openSUSE/wicked/commit/e59b8609519395f65717d1c37c66f85f2…
Author: Rubén Torrero Marijnissen <rtorreromarijnissen(a)suse.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M wicked.spec.in
Log Message:
-----------
Merge pull request #853 from Vogtinator/patch-1
spec: let wicked-service also provide service(network)
Commit: a65d572ce351518d02fc40770e2e41115d8806a9
https://github.com/openSUSE/wicked/commit/a65d572ce351518d02fc40770e2e41115…
Author: cfconrad <40127946+cfconrad(a)users.noreply.github.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M client/suse/compat-suse.c
Log Message:
-----------
Merge pull request #856 from Dzejrou/master
client: parse sysctl files in the correct order (bsc#1181186)
Commit: 5ed54b4295c26ed75a7d0d07dcc17e7f4731c914
https://github.com/openSUSE/wicked/commit/5ed54b4295c26ed75a7d0d07dcc17e7f4…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M wicked.spec.in
Log Message:
-----------
Merge pull request #854 from lnussel/usrmerge
rpm: prepare for usrmerge (boo#1029961)
In order to prepare for Tumbleweed to finish the [UsrMerge](https://en.opensuse.org/openSUSE:Usr_merge), the compat symlinks in /(s)bin have to get out of the way. The rpm macro %usrmerged was introduced to allow to prepare packages and to be able to do the switch globally once as soon as all packages are prepared.
Commit: 2a05c77ede159ab152a4595a44f9e9f7c1d94370
https://github.com/openSUSE/wicked/commit/2a05c77ede159ab152a4595a44f9e9f7c…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M src/dbus-xml.c
Log Message:
-----------
Merge pull request #855 from cfconrad/github_cfconrad_master_pr_display_error
dbus: Display element name on unknown enum value error
Commit: fc3da8167a8f99e6ac40b4770723e6689fd69de9
https://github.com/openSUSE/wicked/commit/fc3da8167a8f99e6ac40b4770723e6689…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M include/wicked/address.h
M src/address.c
Log Message:
-----------
address: add nodad address flag utilities
Commit: a6255dd4c220735c9555bdc299bba85932cced15
https://github.com/openSUSE/wicked/commit/a6255dd4c220735c9555bdc299bba8593…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M include/wicked/addrconf.h
M src/dbus-objects/addrconf.c
M src/netinfo.c
Log Message:
-----------
lease: add utility to set all addresses (non-)tentative
Commit: 22c9f13a553e616edd7088aab4f234b782ae1715
https://github.com/openSUSE/wicked/commit/22c9f13a553e616edd7088aab4f234b78…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M src/dhcp6/device.c
M src/dhcp6/dhcp6.h
M src/dhcp6/fsm.c
Log Message:
-----------
dhcp6: set lease addresses tentative on link-up/reconnect
When we've just started or on each link-up (carrier detected)
event, set all lease addresses tentative for the next commit
to retrigger dad as we "may have moved to a new link".
Commit: 42b443fbc6ef71f2a26400558138f257aabbfe91
https://github.com/openSUSE/wicked/commit/42b443fbc6ef71f2a26400558138f257a…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M src/ifconfig.c
Log Message:
-----------
ifconfig: differentiate if to re-trigger dad on address updates
Commit: 2e403ca0e5bd2436f35b9bfd1228940523aa9911
https://github.com/openSUSE/wicked/commit/2e403ca0e5bd2436f35b9bfd122894052…
Author: Rubén Torrero Marijnissen <rtorreromarijnissen(a)suse.com>
Date: 2021-02-19 (Fri, 19 Feb 2021)
Changed paths:
M include/wicked/addrconf.h
M include/wicked/address.h
M src/address.c
M src/dbus-objects/addrconf.c
M src/dhcp6/device.c
M src/dhcp6/dhcp6.h
M src/dhcp6/fsm.c
M src/ifconfig.c
M src/netinfo.c
Log Message:
-----------
Merge pull request #857 from mtomaschewski/retrigger-dad-or-not
ifconfig: differentiate if to re-trigger dad on address updates (bsc#1177215)
Commit: 6655fe90790c31f87b7bc96590ac3ce2893c0f00
https://github.com/openSUSE/wicked/commit/6655fe90790c31f87b7bc96590ac3ce28…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M include/wicked/dbus-service.h
M include/wicked/dbus.h
Log Message:
-----------
dbus: add signature utility macro for common types
Signed-off-by: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Commit: d3660eeb3409eae3fa691e86a3719c273669d08b
https://github.com/openSUSE/wicked/commit/d3660eeb3409eae3fa691e86a3719c273…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M include/wicked/dbus-service.h
M src/dbus-object.c
Log Message:
-----------
dbus: Add generic object_path and object_path_array property macros
This commit add the two macros:
* `NI_DBUS_GENERIC_OBJECT_PATH_PROPERTY`
* `NI_DBUS_GENERIC_OBJECT_PATH_ARRAY_PROPERTY`
and the required impelementations to fill `.set`, `.get` and `.parse` in
the ni_dbus_property_t structure.
Commit: 1b2c0588476954e332868432d1abdd7c54dd87c0
https://github.com/openSUSE/wicked/commit/1b2c0588476954e332868432d1abdd7c5…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M include/wicked/dbus-service.h
M include/wicked/dbus.h
M src/dbus-object.c
Log Message:
-----------
Merge pull request #858 from cfconrad/master_mr_110_object_path_array
dbus: Add generic object_path and object_path_array property macros
Commit: 0a59dfb63bbd1e539d789f32b5b14a940f726052
https://github.com/openSUSE/wicked/commit/0a59dfb63bbd1e539d789f32b5b14a940…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
Log Message:
-----------
dbus: Add ni_dbus_variant_is_object_path_array()
Add new function to check if variant is of type object-path-array,
and also `NI_DBUS_OBJECT_PATH_ARRAY_SIGNATURE`.
Commit: ee332a0af747ec8814bf885fa4ea409c5da5b2fc
https://github.com/openSUSE/wicked/commit/ee332a0af747ec8814bf885fa4ea409c5…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
M src/dbus-common.h
M src/dbus-message.c
Log Message:
-----------
dbus: Add ni_dbus_variant_t of type UINT32_ARRAY
This allow sending and receiving of DBus types like 'au'
(DBUS_TYPE_ARRAY_AS_STRING DBUS_TYPE_UINT32_AS_STRING).
Commit: 26cf34f26bc4ba324bb841659085a9db93a4a84d
https://github.com/openSUSE/wicked/commit/26cf34f26bc4ba324bb841659085a9db9…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M include/wicked/dbus.h
M src/dbus-common.c
M src/dbus-common.h
M src/dbus-message.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/859
dbus: Add ni_dbus_variant_t of type UINT32_ARRAY
Commit: 66681c3398e48165e118ca1fc525222c9c2262df
https://github.com/openSUSE/wicked/commit/66681c3398e48165e118ca1fc525222c9…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M VERSION
Log Message:
-----------
version 0.6.65
- ifconfig: differentiate if to re-trigger dad on address updates (bsc#1177215)
- client: parse sysctl files in the correct order (bsc#1181186)
- ifup: fix for set up with unenslave from unconfigured master (boo#954329)
- rpm: prepare for new builds using usrmerged rpm macro (boo#1029961)
- rpm: Let wicked-service also provide service(network)
- cleanup: remove obsolete use-nanny=false (gh#openSUSE/wicked#815)
- dbus: add variant container, generic object-path and uint32 array macros
Commit: 805b4929aa30e5653a44c53f4d77c2a1a1e188b5
https://github.com/openSUSE/wicked/commit/805b4929aa30e5653a44c53f4d77c2a1a…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M VERSION
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/860
version 0.6.65
Commit: 9c10b4c284851f716e0905c2abcef9fe4ad223a7
https://github.com/openSUSE/wicked/commit/9c10b4c284851f716e0905c2abcef9fe4…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
A .gitlab/issue_templates/issue.md
M VERSION
M client/ifdown.c
M client/ifreload.c
M client/ifup.c
M client/read-config.c
M client/suse/compat-suse.c
M configure.ac
M etc/Makefile.am
M etc/common.xml.in
M include/wicked/addrconf.h
M include/wicked/address.h
M include/wicked/dbus-service.h
M include/wicked/dbus.h
M include/wicked/netinfo.h
M man/ifcfg.5.in
M man/wicked-config.5.in
M nanny/main.c
M nanny/nanny.c
M src/address.c
M src/appconfig.h
M src/config.c
M src/dbus-common.c
M src/dbus-common.h
M src/dbus-message.c
M src/dbus-object.c
M src/dbus-objects/addrconf.c
M src/dbus-xml.c
M src/dhcp6/device.c
M src/dhcp6/dhcp6.h
M src/dhcp6/fsm.c
M src/fsm.c
M src/ifconfig.c
M src/netdev.c
M src/netinfo.c
M wicked.spec.in
Log Message:
-----------
Merge version-0.6.65 into sle15-sp3
See merge request wicked-maintainers/wicked!133
Commit: d47aa2101029238c9526914e454452c97beb26ce
https://github.com/openSUSE/wicked/commit/d47aa2101029238c9526914e454452c97…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M src/dhcp4/device.c
M src/dhcp4/dhcp4.h
M src/dhcp4/fsm.c
Log Message:
-----------
dhcp4: discover on reboot timeout after start-delay (bsc#1181812)
When enabled, randomize start delay in range 1..config, max 10sec.
Commit: ded7f66ccbc8b98ef6d8a78534df53f1a2108e16
https://github.com/openSUSE/wicked/commit/ded7f66ccbc8b98ef6d8a78534df53f1a…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M configure.ac
M src/config.c
M wicked.spec.in
Log Message:
-----------
dhcp6: request nis options on sle15 by default
Commit: 86bcdd9e21bee58807b5813c288e684d2c8eb6ca
https://github.com/openSUSE/wicked/commit/86bcdd9e21bee58807b5813c288e684d2…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M client/suse/compat-suse.c
M src/config.c
Log Message:
-----------
config: fix to init update flag mask to defaults
Commit: 840a9372a69c9d8f6c29af2dd152b93233739418
https://github.com/openSUSE/wicked/commit/840a9372a69c9d8f6c29af2dd152b9323…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M include/wicked/util.h
M src/util.c
Log Message:
-----------
utils: add an string array find match utility
Commit: 7ae954e38d366e40913716eb6595255390931d1b
https://github.com/openSUSE/wicked/commit/7ae954e38d366e40913716eb659525539…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M include/wicked/nis.h
M src/nis.c
M src/state.c
Log Message:
-----------
nis: cleanup nis definitions for wicked
Commit: e23949fe561cd16b52ab488f92138b5184e9cb5e
https://github.com/openSUSE/wicked/commit/e23949fe561cd16b52ab488f92138b518…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M schema/addrconf.xml
M src/dbus-objects/misc.c
M src/dhcp6/lease.c
M src/leasefile.c
M src/leaseinfo.c
Log Message:
-----------
lease: consider nis with multiple domains for dhcp6
Commit: fe395ee115d4a8150b1954f7bdba8f4df1e74641
https://github.com/openSUSE/wicked/commit/fe395ee115d4a8150b1954f7bdba8f4df…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M src/dhcp6/protocol.c
Log Message:
-----------
dhcp6: set nis servers from response msg in lease
Commit: 9f7b90f0a656f2fff1799d1a497faff858b37766
https://github.com/openSUSE/wicked/commit/9f7b90f0a656f2fff1799d1a497faff85…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M src/dhcp4/device.c
M src/dhcp4/dhcp4.h
M src/dhcp4/fsm.c
Log Message:
-----------
dhcp4: discover on reboot timeout after start-delay (bsc#1181812)
Merge pull request https://github.com/openSUSE/wicked/pull/865
Commit: a9385218e5f40688a41374af21e42338be8d6933
https://github.com/openSUSE/wicked/commit/a9385218e5f40688a41374af21e42338b…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M client/suse/compat-suse.c
M configure.ac
M include/wicked/nis.h
M include/wicked/util.h
M schema/addrconf.xml
M src/config.c
M src/dbus-objects/misc.c
M src/dhcp6/lease.c
M src/dhcp6/protocol.c
M src/leasefile.c
M src/leaseinfo.c
M src/nis.c
M src/state.c
M src/util.c
M wicked.spec.in
Log Message:
-----------
dhcp6: request nis options on sle15 by default (bsc#1181812)
Merge pull request https://github.com/openSUSE/wicked/pull/866
Compare: https://github.com/openSUSE/wicked/compare/e0433bb25ee9...a9385218e5f4