[wicked-commit] [openSUSE/wicked] 491c36: Doc: Add wicked release making HOWTO
Branch: refs/heads/sle12 Home: https://github.com/openSUSE/wicked Commit: 491c3678675a7ebd619bbc99a7526ce25444bf71 https://github.com/openSUSE/wicked/commit/491c3678675a7ebd619bbc99a7526ce254... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-04-17 (Thu, 17 Apr 2014) Changed paths: A Documentation/wicked-release-mini-howto.txt Log Message: ----------- Doc: Add wicked release making HOWTO Commit: 5f476b2c6abba4adc6d0a58ef88c75e15e100b69 https://github.com/openSUSE/wicked/commit/5f476b2c6abba4adc6d0a58ef88c75e15e... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-04-27 (Sun, 27 Apr 2014) Changed paths: A Documentation/wicked-release-mini-howto.txt Log Message: ----------- Merge pull request #215 from pwieczorkiewicz/release-mini-HOWTO Commit: c29dca4a22ad551dad5cdef50c39926620804f74 https://github.com/openSUSE/wicked/commit/c29dca4a22ad551dad5cdef50c39926620... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-04-30 (Wed, 30 Apr 2014) Changed paths: M client/ifdown.c M client/ifreload.c M client/ifstatus.c M client/ifup.c M client/main.c M client/wicked-client.h Log Message: ----------- client: Do not display transient return codes by default New option flag --transient is to enable transient return codes (dhcp timeout). By default ERROR is reported only on a severe errors. Commit: e7cf06f9dde4d8a75cd574dafd1a33e25b90631b https://github.com/openSUSE/wicked/commit/e7cf06f9dde4d8a75cd574dafd1a33e25b... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-04-30 (Wed, 30 Apr 2014) Changed paths: M client/ifdown.c M client/ifreload.c M client/ifstatus.c M client/ifup.c M client/main.c M client/wicked-client.h Log Message: ----------- Merge pull request #220 from pwieczorkiewicz/transient client: Do not display transient return codes by default bnc#875154 Commit: 391421d83a4cee42a47393f3dfc06381fa320d37 https://github.com/openSUSE/wicked/commit/391421d83a4cee42a47393f3dfc06381fa... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-04-30 (Wed, 30 Apr 2014) Changed paths: M autoip4/main.c M dhcp4/main.c M dhcp6/main.c M include/wicked/netinfo.h M include/wicked/util.h M nanny/main.c M server/main.c M src/netinfo.c M src/util.c Log Message: ----------- Do not close stderr on daemon() when in log-target Commit: 008f1d9494f632f203a72ef79c6a7a0f5c0f4ed4 https://github.com/openSUSE/wicked/commit/008f1d9494f632f203a72ef79c6a7a0f5c... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M autoip4/main.c M dhcp4/main.c M dhcp6/main.c M include/wicked/util.h M nanny/main.c M server/main.c M src/util.c Log Message: ----------- utils: close fds in child, after the daemon() call Commit: f50330bb9e9f7f876c249ce047f76c635695cc58 https://github.com/openSUSE/wicked/commit/f50330bb9e9f7f876c249ce047f76c6356... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M autoip4/main.c M dhcp4/main.c M dhcp6/main.c M include/wicked/netinfo.h M include/wicked/util.h M nanny/main.c M server/main.c M src/netinfo.c M src/util.c Log Message: ----------- Merge pull request #222 from mtomaschewski/noclose Do not close stderr in daemon() when used in log-target Commit: 9d8c54d9df520fe3d03884122023f67cd5fdcc08 https://github.com/openSUSE/wicked/commit/9d8c54d9df520fe3d03884122023f67cd5... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M src/capture.c Log Message: ----------- dhcp4: accept packets without udp checksum (bnc#873267) Commit: fa500cd8a9fcb8136d4d81d985767ea32d025031 https://github.com/openSUSE/wicked/commit/fa500cd8a9fcb8136d4d81d985767ea32d... Author: Olaf Hering <olaf@aepfle.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M src/capture.c Log Message: ----------- Merge pull request #223 from mtomaschewski/bnc873267 dhcp4: accept packets without udp checksum (bnc#873267) Commit: 0fb52f9ace8606d9e091507d9ad52333ce31426c https://github.com/openSUSE/wicked/commit/0fb52f9ace8606d9e091507d9ad52333ce... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- client: Introduce new ifmatcher flag ignore_startmode Default FALSE. Purpose to accept all kind of STARTMODE configurations in ifstatus. Commit: 9597acc0f77407485fda1e03088261d0a269a1bd https://github.com/openSUSE/wicked/commit/9597acc0f77407485fda1e03088261d0a2... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M client/ifstatus.c Log Message: ----------- ifstatus: Accept STARTMODE={off,manual} Commit: fcf74e0b9193f875b31886ce16e5c9dfb953ffb2 https://github.com/openSUSE/wicked/commit/fcf74e0b9193f875b31886ce16e5c9dfb9... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M client/ifreload.c M client/ifup.c M client/main.c M client/read-config.c Log Message: ----------- ifup, ifreload: rename force parameter to ignore-prio It makes more sense and also avoid generating unwanted <config> node in case of ifup|ifreload... Commit: 8193a5a39033c4bfddc4b52bbe1473dd8db2d440 https://github.com/openSUSE/wicked/commit/8193a5a39033c4bfddc4b52bbe1473dd8d... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M client/ifup.c Log Message: ----------- ifup: Add --ignore_startmode option to ignore STARTMODE Commit: b071d24fc05a10008cdccf7958757f190957c563 https://github.com/openSUSE/wicked/commit/b071d24fc05a10008cdccf7958757f1909... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M client/ifup.c Log Message: ----------- ifup: disable ignore_prio and ignore_startmode by default Introduce compile time flag DEBUG_BUILD to enable them in order to facilitate testing. Commit: 104906d1ec9fe441fd32f3e20a0a596e5f1e97cb https://github.com/openSUSE/wicked/commit/104906d1ec9fe441fd32f3e20a0a596e5f... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M client/ifreload.c M client/ifstatus.c M client/ifup.c M client/main.c M client/read-config.c M include/wicked/fsm.h M src/fsm.c Log Message: ----------- Merge pull request #224 from pwieczorkiewicz/ifstatus-manual ifup, ifstatus: cond. accept STARTMODE off and manual Commit: 93ea7237e7bd3da466bc4a788eae18b2aea18861 https://github.com/openSUSE/wicked/commit/93ea7237e7bd3da466bc4a788eae18b2ae... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- utils: Add ni_string_clear() Commit: c9cba737d2d9930d6f9f4f64f8483eec7b36d4cf https://github.com/openSUSE/wicked/commit/c9cba737d2d9930d6f9f4f64f8483eec7b... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M include/wicked/wireless.h M src/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: Remove secrets as soon as they are used Commit: 593b9c01885f4fccba173e0425f13690b35e31ae https://github.com/openSUSE/wicked/commit/593b9c01885f4fccba173e0425f13690b3... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M include/wicked/util.h M src/util.c M src/util_priv.h Log Message: ----------- util: Add ni_try_mlock() ni_try_mlock() checks for errno. It accepts EPERM error to continue, when user is not allowed to lock memory. Commit: 105df7493a972b10703cb53de427078dceb86724 https://github.com/openSUSE/wicked/commit/105df7493a972b10703cb53de427078dce... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M include/wicked/wireless.h M src/wireless.c Log Message: ----------- wireless: mlock the network structure Commit: 6c6536cfd3a767fd4c9a1fc695d25ab9641a3508 https://github.com/openSUSE/wicked/commit/6c6536cfd3a767fd4c9a1fc695d25ab964... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M client/suse/compat-suse.c M src/dbus-objects/wireless.c M src/wpa-supplicant.c Log Message: ----------- wireless: catch failing network object allocation Commit: 7127de72de905303f4d28f8b3b09c54304ea97e1 https://github.com/openSUSE/wicked/commit/7127de72de905303f4d28f8b3b09c54304... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M client/suse/compat-suse.c M include/wicked/util.h M include/wicked/wireless.h M src/dbus-objects/wireless.c M src/util.c M src/util_priv.h M src/wireless.c M src/wpa-supplicant.c Log Message: ----------- Merge pull request #225 from pwieczorkiewicz/wireless-passwd wireless: clean and protect passwd Commit: 008ef7045f6179c4f976871c7b8670b0372cb01a https://github.com/openSUSE/wicked/commit/008ef7045f6179c4f976871c7b8670b037... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M client/ifstatus.c Log Message: ----------- ifstatus: fixed address indenting in verbose mode Commit: 91a7e129730dc6f039bd09ad633fdf6201ec8f8a https://github.com/openSUSE/wicked/commit/91a7e129730dc6f039bd09ad633fdf6201... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M include/wicked/dbus.h M src/dbus-common.c Log Message: ----------- dbus: added ni_dbus_dict_get/add_uuid helpers Commit: 5d0b3eb4ebf5fc3718f7dbf9a0f1f5f916012aaf https://github.com/openSUSE/wicked/commit/5d0b3eb4ebf5fc3718f7dbf9a0f1f5f916... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M include/wicked/netinfo.h M src/netdev.c Log Message: ----------- leases: added ni_netdev_get_lease_by_uuid helper Commit: 7197e046798c11d59348e0646f96f4ec3d4923da https://github.com/openSUSE/wicked/commit/7197e046798c11d59348e0646f96f4ec3d... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M dhcp6/device.c M dhcp6/device.h M dhcp6/fsm.c Log Message: ----------- dhcp6: apply config uuid to lease and offer early Commit: e9cf3d9a649b54b5d17996df4a327d0dc29e6daf https://github.com/openSUSE/wicked/commit/e9cf3d9a649b54b5d17996df4a327d0dc2... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M dhcp4/device.c M dhcp4/fsm.c Log Message: ----------- dhcp4: apply config uuid to lease and offer early Commit: 7b376eae06b4b2180508fee744be6e3d55bc133a https://github.com/openSUSE/wicked/commit/7b376eae06b4b2180508fee744be6e3d55... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M src/dbus-objects/bridge.c Log Message: ----------- bridge: do not flood debug about port object path Commit: 2e290c33bfcb8bfc5c4ea82f02b3bfa847a58fb0 https://github.com/openSUSE/wicked/commit/2e290c33bfcb8bfc5c4ea82f02b3bfa847... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M src/dbus-objects/misc.c Log Message: ----------- model: fixed to check callback allocation and uuid Commit: d4f897263b85447b3a72cd5400c155f06be55b79 https://github.com/openSUSE/wicked/commit/d4f897263b85447b3a72cd5400c155f06b... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M schema/interface.xml M src/dbus-objects/addrconf.c Log Message: ----------- status: show only available leases with uuid Commit: 5100e2759275f40693fc960d941a99039acb14d4 https://github.com/openSUSE/wicked/commit/5100e2759275f40693fc960d941a99039a... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M include/wicked/addrconf.h M schema/addrconf.xml M schema/interface.xml M src/dbus-objects/addrconf.c M src/dbus-objects/misc.c Log Message: ----------- lease: added lease flags and show them in status Commit: 6980d61ed5b0c611a9ba7437cbcae4e9424dfd07 https://github.com/openSUSE/wicked/commit/6980d61ed5b0c611a9ba7437cbcae4e942... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M include/wicked/addrconf.h M include/wicked/netinfo.h Log Message: ----------- addrconf: moved name/tape functions to addrconf.h Commit: 1db677c3f37097cbbaf2a503ecf438cd994c71b6 https://github.com/openSUSE/wicked/commit/1db677c3f37097cbbaf2a503ecf438cd99... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M include/wicked/addrconf.h M include/wicked/system.h Log Message: ----------- addrconf: moved ni_system_update_from_lease to system.h Commit: 039195b6f65cd2caca80c4388371af0381394815 https://github.com/openSUSE/wicked/commit/039195b6f65cd2caca80c4388371af0381... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M include/wicked/util.h M src/util.c Log Message: ----------- utils: added ni_format_bitmap utility Commit: a0a06a75ebae5062236cc0bf5e413a5ab4346f34 https://github.com/openSUSE/wicked/commit/a0a06a75ebae5062236cc0bf5e413a5ab4... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M client/ifstatus.c M dhcp4/device.c M dhcp4/fsm.c M dhcp6/device.c M dhcp6/device.h M dhcp6/fsm.c M include/wicked/addrconf.h M include/wicked/dbus.h M include/wicked/netinfo.h M include/wicked/system.h M include/wicked/util.h M schema/addrconf.xml M schema/interface.xml M src/dbus-common.c M src/dbus-objects/addrconf.c M src/dbus-objects/bridge.c M src/dbus-objects/misc.c M src/netdev.c M src/util.c Log Message: ----------- Merge pull request #226 from mtomaschewski/mt/dhcp4or6 status: show only available leases with uuid Commit: 857911740bee1b23bb29f6e16fca34538ce382e0 https://github.com/openSUSE/wicked/commit/857911740bee1b23bb29f6e16fca34538c... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M src/wpa-supplicant.c Log Message: ----------- wireless: add INTERFACE_DISABLED state Commit: ef201cdf3a7aa5094943c32bd14d79d9dece4a24 https://github.com/openSUSE/wicked/commit/ef201cdf3a7aa5094943c32bd14d79d9de... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- wireless: Add AUTHENTICATING state Commit: 31b78d783c34e5d559325c97ff1e46a89c550901 https://github.com/openSUSE/wicked/commit/31b78d783c34e5d559325c97ff1e46a89c... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M src/wpa-supplicant.c M src/wpa-supplicant.h Log Message: ----------- Merge pull request #228 from pwieczorkiewicz/wireless-states Add missing wpa_supplicant intermediate states. Commit: 71b90f28e345e7cc748f18d51fc201be3dbdf5c6 https://github.com/openSUSE/wicked/commit/71b90f28e345e7cc748f18d51fc201be3d... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-08 (Thu, 08 May 2014) Changed paths: M VERSION M configure.ac Log Message: ----------- version 0.5.22 Compare: https://github.com/openSUSE/wicked/compare/beee3bba2d5d...71b90f28e345
participants (1)
-
Marius Tomaschewski