[openSUSE/wicked] b699d9: extensions: fix ni_c_binding_new return value typo
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: b699d906028bce0dac5b89ba5141838511f10ecb https://github.com/openSUSE/wicked/commit/b699d906028bce0dac5b89ba5141838511... Author: Marius Tomaschewski <mt@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/b1248e97a77ab27b80ae484b92c627bba2... Author: Marius Tomaschewski <mt@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/12ef1b0b783635fbb4b25269ac15cc128f... Author: Marius Tomaschewski <mt@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/8aa0431ecdad51db50b9028a3dd8ca3343... Author: Marius Tomaschewski <mt@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/474a01bd5b09e8b4ecacc660fd32742145... Author: Marius Tomaschewski <mt@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/1d62acef008d79e05d48da0c0b05f1c299... Author: Marius Tomaschewski <mt@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/e7065a7c016df70f7ccb523a9b2cfba7c4... Author: Marius Tomaschewski <mt@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/1586f86efdd6e86ea440b14b7fea19ed35... Author: Marius Tomaschewski <mt@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/40251567ac5c0312ebdd927b8e74e0a8a7... Author: Marius Tomaschewski <mt@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/9d315d55046251ae4273344db1970a291c... Author: Marius Tomaschewski <mt@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/9528f4da3587016d24ca7656f5360b1367... Author: Marius Tomaschewski <mt@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/848d4cf33a5f749b36d8592d973b6ba305... Author: Marius Tomaschewski <mt@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/61f4cfdde40ddcf14925d8d09c92ff0bb6... Author: Marius Tomaschewski <mt@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/d310d520274c72f7105f0f82c19024667e... Author: Marius Tomaschewski <mt@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/7a49e90b254d919583c0ceb7b8de3a7764... Author: cfconrad <cfamullaconrad@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
participants (1)
-
cfconrad