[openSUSE/wicked] 4cedb2: xml-schema: Add hex-string
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 4cedb2f2499a982aae5c8743ec693b0a142de5d9 https://github.com/openSUSE/wicked/commit/4cedb2f2499a982aae5c8743ec693b0a14... Author: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Date: 2021-04-15 (Thu, 15 Apr 2021) Changed paths: M schema/types.xml M src/dbus-xml.c Log Message: ----------- xml-schema: Add hex-string On XML, the data is in the format of `^([0-9a-f]{2})*$` and each two ascii characters representing one byte. It can be used to store opaque data in XML. The DBus end will get a byte-array. Commit: de295f3dfa7ba1af4e3e092ae1a1da35745a7d05 https://github.com/openSUSE/wicked/commit/de295f3dfa7ba1af4e3e092ae1a1da3574... Author: Marius Tomaschewski <mt@suse.com> Date: 2021-04-15 (Thu, 15 Apr 2021) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- utils: added parse bitmap string and array utils Signed-off-by: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Commit: 3d2acc92c01b02c4c7951cbabc8898c480111966 https://github.com/openSUSE/wicked/commit/3d2acc92c01b02c4c7951cbabc8898c480... Author: Marius Tomaschewski <mt@suse.com> Date: 2021-04-15 (Thu, 15 Apr 2021) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- utils: format bitmap to array and string alternatives Signed-off-by: Clemens Famulla-Conrad <cfamullaconrad@suse.de> Commit: 32ab8c25d2bce4b023a53b93c692976eecd8c93b https://github.com/openSUSE/wicked/commit/32ab8c25d2bce4b023a53b93c692976eec... Author: Marius Tomaschewski <mt@suse.de> Date: 2021-04-16 (Fri, 16 Apr 2021) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- utils: format/parse bitmap to array and string alternatives Merge pull request https://github.com/openSUSE/wicked/pull/867 Commit: d1675a67887a38c0efaf656647062cbee4032e75 https://github.com/openSUSE/wicked/commit/d1675a67887a38c0efaf656647062cbee4... Author: Marius Tomaschewski <mt@suse.de> Date: 2021-04-16 (Fri, 16 Apr 2021) Changed paths: M schema/types.xml M src/dbus-xml.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/870 xml-schema: add hex-string byte-array notation Compare: https://github.com/openSUSE/wicked/compare/8cbb5ccdfaa4...d1675a67887a
participants (1)
-
Marius Tomaschewski