Branch: refs/heads/sle12 Home: https://github.com/openSUSE/wicked Commit: 1f35256744a433678024724b68a40020191dc55b https://github.com/openSUSE/wicked/commit/1f35256744a433678024724b68a4002019... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M include/wicked/constants.h M src/names.c Log Message: ----------- constants: add macvtap to interface type and name Commit: 6d1dbe7eb58223a42b0656acbd6bdba670b2c6b4 https://github.com/openSUSE/wicked/commit/6d1dbe7eb58223a42b0656acbd6bdba670... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M src/Makefile.am A src/hashcsum.c R src/md5sum.c Log Message: ----------- utils: renamed md5sum.c to hashcsum.c Commit: f225a8c6d46a415b5a796cf43958a266e6435475 https://github.com/openSUSE/wicked/commit/f225a8c6d46a415b5a796cf43958a266e6... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M include/wicked/util.h M include/wicked/xml.h M src/fsm.c M src/hashcsum.c M src/xml-writer.c Log Message: ----------- xml: added hash sha1/md5 algorithm parameter Commit: 60150ed55d8ff7eedd50ed9f54561b9c6628918d https://github.com/openSUSE/wicked/commit/60150ed55d8ff7eedd50ed9f54561b9c66... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M include/wicked/types.h M include/wicked/util.h M include/wicked/xml.h M src/util.c M src/xml-writer.c Log Message: ----------- xml: utils to hash as uuid v3 (md5) or v5 (sha1) Commit: 53f0f5a9a2f71f18bd265cab10500be39845d6fe https://github.com/openSUSE/wicked/commit/53f0f5a9a2f71f18bd265cab10500be398... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M src/fsm.c Log Message: ----------- config: generate v5 UUIDs from xml config content Commit: c969f0fc2dbc938b96abb6cbb0b14a06d317cbe2 https://github.com/openSUSE/wicked/commit/c969f0fc2dbc938b96abb6cbb0b14a06d3... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M testing/uuid-test.c Log Message: ----------- testing: added xml_node_uuid sample to uuid-test Commit: eedb2708909a19965bc4dfab7954c947ff9313fb https://github.com/openSUSE/wicked/commit/eedb2708909a19965bc4dfab7954c947ff... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M client/compat.c M client/suse/compat-suse.c Log Message: ----------- compat: support macvtap interface type Differentiate between using MACVLAN_/MACVTAP_ sysconfig variables. Commit: 93c1dd5609c62b8887083dd603c4fa132c740fd0 https://github.com/openSUSE/wicked/commit/93c1dd5609c62b8887083dd603c4fa132c... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M src/ifconfig.c M src/iflist.c Log Message: ----------- ifconifg: add macvtap support Commit: 56acd2a884e899fe88989689871776e3d6d94450 https://github.com/openSUSE/wicked/commit/56acd2a884e899fe88989689871776e3d6... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M include/wicked/objectmodel.h M schema/macvlan.xml M src/dbus-objects/macvlan.c M src/dbus-objects/model.h M src/netdev.c Log Message: ----------- dbus: add macvtap service Added new macvtap dbus services. Augments existing macvlan code to handle new macvtap device type. Commit: e34761a0c9c0617035902257ebcaa33defb4c6a7 https://github.com/openSUSE/wicked/commit/e34761a0c9c0617035902257ebcaa33def... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M etc/org.opensuse.Network.conf M src/dbus-objects/interface.c Log Message: ----------- dbus: enable macvtap service Commit: d09357bf00a457769e61354d2f050bfe62228aa1 https://github.com/openSUSE/wicked/commit/d09357bf00a457769e61354d2f050bfe62... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M client/compat.c M client/suse/compat-suse.c M etc/org.opensuse.Network.conf M include/wicked/constants.h M include/wicked/objectmodel.h M schema/macvlan.xml M src/dbus-objects/interface.c M src/dbus-objects/macvlan.c M src/dbus-objects/model.h M src/ifconfig.c M src/iflist.c M src/names.c M src/netdev.c Log Message: ----------- Merge pull request #201 from kmroz/macvtap-dev2-rc1 initial macvtap support Commit: f0aa682c6ef27e7bf63baf9fabf3341ae90b85b7 https://github.com/openSUSE/wicked/commit/f0aa682c6ef27e7bf63baf9fabf3341ae9... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M include/wicked/types.h M include/wicked/util.h M include/wicked/xml.h M src/Makefile.am M src/fsm.c A src/hashcsum.c R src/md5sum.c M src/util.c M src/xml-writer.c M testing/uuid-test.c Log Message: ----------- Merge pull request #202 from mtomaschewski/sha1sum-uuid config: generate v5 UUIDs from xml config content Commit: 3cf5016ac2c1ea155d67ad2f5f08da73fffe6f32 https://github.com/openSUSE/wicked/commit/3cf5016ac2c1ea155d67ad2f5f08da73ff... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- util: Add ni_var_array_remove() and ni_var_array_remove_at() Commit: abd021ce057797abcc35112af079f264d4e3b509 https://github.com/openSUSE/wicked/commit/abd021ce057797abcc35112af079f264d4... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M include/wicked/xml.h M src/xml.c Log Message: ----------- xml: Add xml_node_del_attr() utility Commit: e83deb690c0d6adc90ea34809a98cac8fe808033 https://github.com/openSUSE/wicked/commit/e83deb690c0d6adc90ea34809a98cac8fe... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M include/wicked/xml.h M src/xml.c Log Message: ----------- xml: Fix functions retrieving numerical attr values Commit: 27bfb37206ee63185c3abefa1aaba9c824070cc3 https://github.com/openSUSE/wicked/commit/27bfb37206ee63185c3abefa1aaba9c824... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M src/util.c Log Message: ----------- util: add "yes|no" to ni_parse_boolean() Commit: 7619c6e3f9ee89ae004fb1d07d6a7eaa0cc000ea https://github.com/openSUSE/wicked/commit/7619c6e3f9ee89ae004fb1d07d6a7eaa0c... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M client/ifstatus.c M include/wicked/constants.h Log Message: ----------- ifstatus: Do not consider client-state in ifstatus Rename status NOT_STARTED to UNCONFIGURED Commit: d78d1484508295e9144b209b15aeaa60a9da029c https://github.com/openSUSE/wicked/commit/d78d1484508295e9144b209b15aeaa60a9... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M src/dbus-objects/macvlan.c M src/ifconfig.c Log Message: ----------- macvlan: reduce number of linktype function calls Commit: 410b8ba52b0dd1eb8b53ad27df88b787881c9f40 https://github.com/openSUSE/wicked/commit/410b8ba52b0dd1eb8b53ad27df88b78788... Author: Karol Mroz <kmroz@suse.com> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: A samples/suse/host6/ifcfg-macvtap1 A samples/wicked/macvtap1.xml Log Message: ----------- samples: macvtap sample configurations Commit: a0151bd6606329eceeea119d067e0b542929c38a https://github.com/openSUSE/wicked/commit/a0151bd6606329eceeea119d067e0b5429... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c Log Message: ----------- Print errors in ni_dhcp4_build_message Commit: e9f55ac78622b6b40e376b1567a6e220199b2158 https://github.com/openSUSE/wicked/commit/e9f55ac78622b6b40e376b1567a6e22019... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: A samples/suse/host6/ifcfg-macvtap1 A samples/wicked/macvtap1.xml M src/dbus-objects/macvlan.c M src/ifconfig.c Log Message: ----------- Merge pull request #203 from kmroz/macvtap-optimize Commit: 95a6e462cb01eb686a6775bdf24a15b0cffb60b6 https://github.com/openSUSE/wicked/commit/95a6e462cb01eb686a6775bdf24a15b0cf... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c Log Message: ----------- Merge pull request #204 from olafhering/olh-bnc866993-dhcp4-renew-unicast Commit: a0e1dff579749f7735f5b8a7f59fcd2ad25f39c5 https://github.com/openSUSE/wicked/commit/a0e1dff579749f7735f5b8a7f59fcd2ad2... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M client/ifstatus.c M include/wicked/constants.h M include/wicked/util.h M include/wicked/xml.h M src/util.c M src/xml.c Log Message: ----------- Cherry-picked commits from pwieczorkiewicz:client-state Signed-off-by: Marius Tomaschewski <mt@suse.de> Commit: 17ab5b4e75cafd7684bbfc861e6db90f885f48fb https://github.com/openSUSE/wicked/commit/17ab5b4e75cafd7684bbfc861e6db90f88... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c Log Message: ----------- Correct printing of missing options or lease Commit: e978f5e46696b45fa593697ec95aa93b023a84c8 https://github.com/openSUSE/wicked/commit/e978f5e46696b45fa593697ec95aa93b02... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c Log Message: ----------- Print also ifname in ni_dhcp4_build_message Commit: e547018a7f81e27e0c5090cfec6d123fdf5c5196 https://github.com/openSUSE/wicked/commit/e547018a7f81e27e0c5090cfec6d123fdf... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c Log Message: ----------- Use inet_ntop instead of inet_ntoa in ni_dhcp4_build_message Commit: 6250f87481d2f1792b0fb492f5d02c3712eb7184 https://github.com/openSUSE/wicked/commit/6250f87481d2f1792b0fb492f5d02c3712... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/device.c Log Message: ----------- Use temporary variable for buf in ni_dhcp4_device_send_message Commit: d3e7b59a74048a4b5a2690252f96a2a6c05e0b02 https://github.com/openSUSE/wicked/commit/d3e7b59a74048a4b5a2690252f96a2a6c0... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/device.c M dhcp4/protocol.c Log Message: ----------- Renew DHCP4 lease via unicast (bnc#866993) Commit: c93be33916d500d5a0e2e8b9a952cc4339844b9b https://github.com/openSUSE/wicked/commit/c93be33916d500d5a0e2e8b9a952cc4339... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/device.c M dhcp4/protocol.c Log Message: ----------- Merge pull request #205 from olafhering/olh-bnc866993-dhcp4-renew-unicast Renew DHCP4 lease via unicast (bnc#866993) hotfix Commit: b62b3a4c30117e481514f6cb6fdeb536a6b606b9 https://github.com/openSUSE/wicked/commit/b62b3a4c30117e481514f6cb6fdeb536a6... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M dhcp4/protocol.c M dhcp4/protocol.h Log Message: ----------- dhcp4: fixed posix-tz-dbname code added to parse Commit: bdd6960f80e947ddbc07b549987c4d8fe709cc3d https://github.com/openSUSE/wicked/commit/bdd6960f80e947ddbc07b549987c4d8fe7... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-28 (Fri, 28 Mar 2014) Changed paths: M README Log Message: ----------- README: added sample commands to build from source Commit: 9f30501893cdf49da54b9a9b04db41ef4b3c3aed https://github.com/openSUSE/wicked/commit/9f30501893cdf49da54b9a9b04db41ef4b... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-03-28 (Fri, 28 Mar 2014) Changed paths: M VERSION M configure.ac Log Message: ----------- version 0.5.16 Compare: https://github.com/openSUSE/wicked/compare/11a4cc95fa9f...9f30501893cd