Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: b699d906028bce0dac5b89ba5141838511f10ecb
https://github.com/openSUSE/wicked/commit/b699d906028bce0dac5b89ba514183851…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/extension.c
Log Message:
-----------
extensions: fix ni_c_binding_new return value typo
Commit: b1248e97a77ab27b80ae484b92c627bba2e7b99e
https://github.com/openSUSE/wicked/commit/b1248e97a77ab27b80ae484b92c627bba…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M src/extension.c
M src/extension.h
M src/firmware.h
Log Message:
-----------
extensions: update copyright and license-notices
Commit: 12ef1b0b783635fbb4b25269ac15cc128f5fcc9f
https://github.com/openSUSE/wicked/commit/12ef1b0b783635fbb4b25269ac15cc128…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M src/process.c
M src/process.h
Log Message:
-----------
process: improve and cleanup get/setenv functions
- refactor and add support to get/set ni_var_array to environ
and expose the ni_environ shellcmd/process utilities
- changed to apply default environment to ni_process instance
instead already to ni_shellcmd (template)
Commit: 8aa0431ecdad51db50b9028a3dd8ca33439a1b01
https://github.com/openSUSE/wicked/commit/8aa0431ecdad51db50b9028a3dd8ca334…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M include/wicked/util.h
M src/util.c
Log Message:
-----------
utils: add ni_var_array_set_var(s) utilities
Commit: 474a01bd5b09e8b4ecacc660fd327421458f3c2f
https://github.com/openSUSE/wicked/commit/474a01bd5b09e8b4ecacc660fd3274214…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M src/firmware.c
Log Message:
-----------
firmware: fix check if a script is executable
Don't check the whole script command string, but it's argv[0]
element only, even it's the same with current definitions.
Commit: 1d62acef008d79e05d48da0c0b05f1c299c0761d
https://github.com/openSUSE/wicked/commit/1d62acef008d79e05d48da0c0b05f1c29…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M src/firmware.c
Log Message:
-----------
firmware: apply extension environment to scripts
Commit: e7065a7c016df70f7ccb523a9b2cfba7c481eb40
https://github.com/openSUSE/wicked/commit/e7065a7c016df70f7ccb523a9b2cfba7c…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M src/appconfig.c
M src/appconfig.h
M src/dbus-objects/naming.c
M src/extension.c
Log Message:
-----------
appconfig: refactor firmware extension definition
Add enabled/disabled flag to extension, refactor and migrate the
firmware extension definition parsing to use one extensions per
firmware as in system-updater and dbus-service extensions with
a `show-config` and `list-ifnames` script actions and consider
env variables specified in the extension and script scopes.
Commit: 1586f86efdd6e86ea440b14b7fea19ed352baf92
https://github.com/openSUSE/wicked/commit/1586f86efdd6e86ea440b14b7fea19ed3…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M src/firmware.c
Log Message:
-----------
firmware: adjust to execute new script actions
Commit: 40251567ac5c0312ebdd927b8e74e0a8a7da8263
https://github.com/openSUSE/wicked/commit/40251567ac5c0312ebdd927b8e74e0a8a…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M client/firmware.c
Log Message:
-----------
client: adjust firmware extensions commands
- fix enable|disable to add override to client-firmware.xml
config only for requested firmware extensions and without
to repeat details like script action command.
- add firmware name selectors also to interfaces|extensions
- add --format options showing xml results instead of txt,
--expand for complete xml firmware definition config and
--show to show modified config results on stdout only.
Commit: 9d315d55046251ae4273344db1970a291cae525a
https://github.com/openSUSE/wicked/commit/9d315d55046251ae4273344db1970a291…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M client/firmware.c
Log Message:
-----------
client: add firmware revert command
Add firmware revert command removing firmware extension changes
from client-firmware.xml applied by the firmware enable|disable
commands, reverting the firmware extension to it's default state.
Commit: 9528f4da3587016d24ca7656f5360b1367fc7849
https://github.com/openSUSE/wicked/commit/9528f4da3587016d24ca7656f5360b136…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M man/Makefile.am
A man/src/wicked-firmware.8.md
A man/wicked-firmware.8.in
M wicked.spec.in
Log Message:
-----------
man: add `wicked-firmware(8)` manual page
Commit: 848d4cf33a5f749b36d8592d973b6ba30579a6bc
https://github.com/openSUSE/wicked/commit/848d4cf33a5f749b36d8592d973b6ba30…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M man/wicked-config.5.in
Log Message:
-----------
man: update firmware-discovery in wicked-config(5)
Commit: 61f4cfdde40ddcf14925d8d09c92ff0bb6b4318b
https://github.com/openSUSE/wicked/commit/61f4cfdde40ddcf14925d8d09c92ff0bb…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M etc/client-nbft.xml.in
M etc/client.xml.in
Log Message:
-----------
config: adjust firmware extensions in client.xml
Commit: d310d520274c72f7105f0f82c19024667ecdcfb9
https://github.com/openSUSE/wicked/commit/d310d520274c72f7105f0f82c19024667…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M wicked.spec.in
Log Message:
-----------
spec: cleanup nbft config on wicked-nbft uninstall
Commit: 7a49e90b254d919583c0ceb7b8de3a77643407d5
https://github.com/openSUSE/wicked/commit/7a49e90b254d919583c0ceb7b8de3a776…
Author: cfconrad <cfamullaconrad(a)suse.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M client/firmware.c
M etc/client-nbft.xml.in
M etc/client.xml.in
M include/wicked/util.h
M man/Makefile.am
A man/src/wicked-firmware.8.md
M man/wicked-config.5.in
A man/wicked-firmware.8.in
M src/appconfig.c
M src/appconfig.h
M src/dbus-objects/naming.c
M src/extension.c
M src/extension.h
M src/firmware.c
M src/firmware.h
M src/process.c
M src/process.h
M src/util.c
M wicked.spec.in
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/962
client: improve netif-firmware-discovery extension
Compare: https://github.com/openSUSE/wicked/compare/67bf40128f89...7a49e90b254d
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: bb59a98e060e0e46ff9cac6ca992e730de5982d7
https://github.com/openSUSE/wicked/commit/bb59a98e060e0e46ff9cac6ca992e730d…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M src/addrconf.c
M src/dhcp6/device.c
M src/dhcp6/options.c
M src/dhcp6/options.h
Log Message:
-----------
dhcp6: remove unused clone & copy clean parameter
The clean parameter to omit lifetimes and status in the ia and iadr
clone and list copy functions were used only with a FALSE argument.
Commit: 3e513a60e610d9cec6607e2ae1e5e4d22ab7503c
https://github.com/openSUSE/wicked/commit/3e513a60e610d9cec6607e2ae1e5e4d22…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M include/wicked/address.h
M include/wicked/util.h
M src/address.c
M src/auto6.c
M src/dhcp6/options.c
M src/dhcp6/options.h
M src/extension.c
M src/extension.h
M src/ifevent.c
M src/netinfo_priv.h
M src/util.c
Log Message:
-----------
slist: use for address,extension,dhcp6,var_array
Commit: 1a1359df3bcd897304cea014f928d818a8cd6335
https://github.com/openSUSE/wicked/commit/1a1359df3bcd897304cea014f928d818a…
Author: cfconrad <cfamullaconrad(a)suse.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M include/wicked/address.h
M include/wicked/util.h
M src/addrconf.c
M src/address.c
M src/auto6.c
M src/dhcp6/device.c
M src/dhcp6/options.c
M src/dhcp6/options.h
M src/extension.c
M src/extension.h
M src/ifevent.c
M src/netinfo_priv.h
M src/util.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/960
slist: use for address,extension,dhcp6,var_array
Compare: https://github.com/openSUSE/wicked/compare/d0012cf82bd1...1a1359df3bcd