Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 2be9ee3df3a51685c10b14cebd0b8798272d5a14 https://github.com/openSUSE/wicked/commit/2be9ee3df3a51685c10b14cebd0b879827... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M include/wicked/util.h M src/util.c
Log Message: ----------- util: add utility to init uuid to a null uuid
Commit: bacc59d4b1dedaca97eca9648c8e918b41730b31 https://github.com/openSUSE/wicked/commit/bacc59d4b1dedaca97eca9648c8e918b41... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M src/client/ifconfig.h M src/client/policy.c
Log Message: ----------- ifconfig: improve xml config/policy access utils
Commit: 1e8480d64621755da9bc9d43c3953c0e41ab3912 https://github.com/openSUSE/wicked/commit/1e8480d64621755da9bc9d43c3953c0e41... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M src/client/policy.c
Log Message: ----------- client: checksum ifpolicy converted from ifconfig
Commit: 5de453ed21b9ab043dfddbac6812001e4cc43058 https://github.com/openSUSE/wicked/commit/5de453ed21b9ab043dfddbac6812001e4c... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M include/wicked/fsm.h M nanny/device.c M nanny/nanny.c M nanny/nanny.h M nanny/policy.c M src/fsm-policy.c M src/fsm.c
Log Message: ----------- fsm: add ni_fsm_policy_array_t primitives and cleanup
Commit: 73b69d7bb76778ed0dbd93754c9f4fac8acb1952 https://github.com/openSUSE/wicked/commit/73b69d7bb76778ed0dbd93754c9f4fac8a... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M src/dbus-server.c
Log Message: ----------- dbus: use bool constants in unregister server object
Commit: 52e898437360ebfacd99eb158b2654525c8cb139 https://github.com/openSUSE/wicked/commit/52e898437360ebfacd99eb158b2654525c... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths: M nanny/main.c M nanny/nanny.c M nanny/nanny.h M nanny/policy.c
Log Message: ----------- nanny: imporove managed policy creation and set owner
Commit: c6e981da0fc2216cda042c0c7f1ae19f8fc72ba2 https://github.com/openSUSE/wicked/commit/c6e981da0fc2216cda042c0c7f1ae19f8f... Author: Clemens Famulla-Conrad cfamullaconrad@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/dbus-service.h
Log Message: ----------- dbus: Remove not used .parse function from ni_dbus_property
Commit: 64db817f64c37fb7c4d10a86f1b5943ca15ea5a5 https://github.com/openSUSE/wicked/commit/64db817f64c37fb7c4d10a86f1b5943ca1... Author: Clemens Famulla-Conrad cfamullaconrad@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c
Log Message: ----------- dbus: remove rw setting from NI_DUBS_GENERIC_DICT_PROPERTY
Commit: c2a038568a220051dbfbdb2a6b31f027c72d51be https://github.com/openSUSE/wicked/commit/c2a038568a220051dbfbdb2a6b31f027c7... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/fsm.h M src/fsm.c
Log Message: ----------- fsm: refactor worker from xml to expose identify
Commit: d4cb0d074602999b9d197e840e1d4553a9776b59 https://github.com/openSUSE/wicked/commit/d4cb0d074602999b9d197e840e1d4553a9... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/fsm.h M src/fsm.c
Log Message: ----------- fsm: expose also an ni_fsm_ifworker_new utility
Commit: d0d739e229487c31e188a99240314b2bad2e8854 https://github.com/openSUSE/wicked/commit/d0d739e229487c31e188a99240314b2bad... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M client/nanny.c M src/client/ifconfig.h
Log Message: ----------- client: use const in nanny add policy xml node call
Commit: 686ba7928d19ce8004c1319bed5ad7ff510349d7 https://github.com/openSUSE/wicked/commit/686ba7928d19ce8004c1319bed5ad7ff51... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c
Log Message: ----------- dbus: Cleanup the dbus-service.h file and corresponding makros
1) remove the unused .parse() function to gain the possibility to specify the `PROPERTY` makros with `SET_FN` or `GET_FN` to define only `.get` or `.set` handler function, e.g.: ```NI_DBUS_GENERIC_BYTE_ARRAY_PROPERTY(bss, IEs, ies, SET_FN)```. - `SET_FN` => from DBus to C - `GET_FN` => from C to DBus 2) remove the unused `rw` argument from `NI_DBUS_GENERIC_DICT_PROPERTY`.
From gitlab merge request wicked-maintainers/wicked!167 by Clemens Famulla-Conrad
Commit: 68fc34253cd3a20ba03bffd76ae40b8754a9c3d1 https://github.com/openSUSE/wicked/commit/68fc34253cd3a20ba03bffd76ae40b8754... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M src/dbus-objects/wireless.c M src/wpa-supplicant.c
Log Message: ----------- dbus: remove rw flag from wireless dict properties
Commit: ea9d289795f5ddbb864b7af155b32ce061f408d5 https://github.com/openSUSE/wicked/commit/ea9d289795f5ddbb864b7af155b32ce061... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M include/wicked/dbus-service.h M src/dbus-objects/lldp.c M src/dbus-objects/wireless.c M src/wpa-supplicant.c
Log Message: ----------- dbus: Cleanup the dbus-service.h file and corresponding makros
Merge pull request https://github.com/openSUSE/wicked/pull/875
Commit: f7c4ba637953d2bd12fab7ea024541dd257dc95e https://github.com/openSUSE/wicked/commit/f7c4ba637953d2bd12fab7ea024541dd25... Author: Marius Tomaschewski mt@suse.de Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths: M client/nanny.c M include/wicked/fsm.h M include/wicked/util.h M nanny/device.c M nanny/main.c M nanny/nanny.c M nanny/nanny.h M nanny/policy.c M src/client/ifconfig.h M src/client/policy.c M src/dbus-server.c M src/fsm-policy.c M src/fsm.c M src/util.c
Log Message: ----------- fsm: cleanup and improve config and policy access utils
Merge pull request https://github.com/openSUSE/wicked/pull/876
Compare: https://github.com/openSUSE/wicked/compare/2e02a634ac25...f7c4ba637953
wicked-commit@lists.opensuse.org