Branch: refs/heads/sle12-sp2-next Home: https://github.com/openSUSE/wicked Commit: e87447837241055e7fd72fb0ddf8acca7ed204a7 https://github.com/openSUSE/wicked/commit/e87447837241055e7fd72fb0ddf8acca7e... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths: M src/teamd.c
Log Message: ----------- team: fix fp and filename leaks on chown/mod error
Commit: 92e9a5dc16f75c7fcc7a1a0a6b84e411fbcac585 https://github.com/openSUSE/wicked/commit/92e9a5dc16f75c7fcc7a1a0a6b84e411fb... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths: M src/util.c
Log Message: ----------- utils: fix wrong check in ni_string_set()
Commit: 7e02c71e65fc6f101e5801fe90fe04945e788da1 https://github.com/openSUSE/wicked/commit/7e02c71e65fc6f101e5801fe90fe04945e... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths: M src/Makefile.am A src/systemctl.c A src/systemctl.h
Log Message: ----------- lib: add systemctl.[c|h] for general systemctl handling
Commit: 2766d729495045898dbbc686601cb794e35c7322 https://github.com/openSUSE/wicked/commit/2766d729495045898dbbc686601cb794e3... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths: M src/teamd.c
Log Message: ----------- teamd: make use of systemctl api from the lib
Commit: 006ed26e1d57410dbe138879b3785c71d5ace7e4 https://github.com/openSUSE/wicked/commit/006ed26e1d57410dbe138879b3785c71d5... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-10 (Tue, 10 May 2016)
Changed paths: M src/teamd.c M src/util.c
Log Message: ----------- Merge pull request #646 from pwieczorkiewicz/teamd-config
team: fix fp and filename leaks on chown/mod error
Commit: 62d06103ea12f1fd4a038482ca81520ac7abd8d9 https://github.com/openSUSE/wicked/commit/62d06103ea12f1fd4a038482ca81520ac7... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths: M src/Makefile.am A src/systemctl.c A src/systemctl.h M src/teamd.c
Log Message: ----------- Merge pull request #647 from pwieczorkiewicz/systemctl_sep
lib, teamd: add systemctl.[c|h] for general systemctl handling
Commit: be4506ee6b15c53940140b6bc73acb0c9b377ed8 https://github.com/openSUSE/wicked/commit/be4506ee6b15c53940140b6bc73acb0c9b... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths: M include/wicked/netinfo.h M src/ifconfig.c M src/netinfo.c
Log Message: ----------- netdev: add ni_netdev_name_to_index()
Commit: f53820776ad96fad98768378881c3200acbd8952 https://github.com/openSUSE/wicked/commit/f53820776ad96fad98768378881c3200ac... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths: M include/wicked/netinfo.h M src/ifconfig.c M src/netinfo.c
Log Message: ----------- Merge pull request #648 from pwieczorkiewicz/netdev_exists
netdev: add ni_netdev_name_to_index wrapper utility
Commit: 4bba1fc55286855f57ea59cbc869529848721bce https://github.com/openSUSE/wicked/commit/4bba1fc55286855f57ea59cbc869529848... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-13 (Fri, 13 May 2016)
Changed paths: M etc/Makefile.am A etc/systemd/wickedd-pppd@.service.in M wicked.spec.in
Log Message: ----------- ppp: add wickedd-pppd@.service systemd service file
Commit: 7f107501d3dfb8898d338f06a136f5eba8655099 https://github.com/openSUSE/wicked/commit/7f107501d3dfb8898d338f06a136f5eba8... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-13 (Fri, 13 May 2016)
Changed paths: M src/address.c M src/iflist.c
Log Message: ----------- ppp: map ARPHRD_PPP to ppp link type
Commit: bc8635410d35d67ffffdac990393723359c27845 https://github.com/openSUSE/wicked/commit/bc8635410d35d67ffffdac990393723359... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-17 (Tue, 17 May 2016)
Changed paths: M include/wicked/ppp.h M include/wicked/system.h M src/Makefile.am M src/dbus-objects/ppp.c M src/ifconfig.c M src/iflist.c M src/kernel.c M src/kernel.h M src/netdev.c M src/ppp.c A src/pppd.c A src/pppd.h
Log Message: ----------- ppp: initial pppoe service implementation
Commit: 6ae3c049cf8f6f867a189a81e076dd37124f4922 https://github.com/openSUSE/wicked/commit/6ae3c049cf8f6f867a189a81e076dd3712... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-17 (Tue, 17 May 2016)
Changed paths: M include/wicked/objectmodel.h M src/dbus-objects/interface.c M src/dbus-objects/model.h
Log Message: ----------- dbus: register ppp device and factory service
Commit: fc44cfc2b6a3eddc7c488ccecf9ec1a05eab21dc https://github.com/openSUSE/wicked/commit/fc44cfc2b6a3eddc7c488ccecf9ec1a05e... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-17 (Tue, 17 May 2016)
Changed paths: M schema/ppp.xml
Log Message: ----------- schema: add general PPP schema with pppoe mode
Commit: ac4905722515b931cb389c2828ab0b0445162d0f https://github.com/openSUSE/wicked/commit/ac4905722515b931cb389c2828ab0b0445... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M client/compat.c M client/suse/compat-suse.c
Log Message: ----------- compat: add suse pppoe ifcfg and providers support
Commit: 4edae6b5f441db32f808d52722852b358ed78c59 https://github.com/openSUSE/wicked/commit/4edae6b5f441db32f808d52722852b358e... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M src/ifconfig.c M src/pppd.c M src/pppd.h
Log Message: ----------- ppp: remove options file when netdev creation fails
Commit: b8a4b77e58a07b38bc4c995c2698417d44dfd800 https://github.com/openSUSE/wicked/commit/b8a4b77e58a07b38bc4c995c2698417d44... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M man/Makefile.am A man/ifcfg-ppp.5.in M wicked.spec.in
Log Message: ----------- ppp: add ifcfg-ppp(5) man page
Commit: ebea5e3b6a88c150508697a3b8a7d8c9e69a73aa https://github.com/openSUSE/wicked/commit/ebea5e3b6a88c150508697a3b8a7d8c9e6... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M src/iflist.c
Log Message: ----------- ppp: add netconfig discover filtering
Commit: 191722d8f2845671f4645f30f192aa78058c2107 https://github.com/openSUSE/wicked/commit/191722d8f2845671f4645f30f192aa7805... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M src/process.h
Log Message: ----------- process: add missed ni_shellcmd_setenv prototype
Commit: 29f19b881ab1322f15d68bb2e6b69360660a2ac2 https://github.com/openSUSE/wicked/commit/29f19b881ab1322f15d68bb2e6b6936066... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/ppp.h M man/ifcfg-ppp.5.in M schema/ppp.xml M src/dbus-objects/ppp.c M src/ppp.c M src/pppd.c
Log Message: ----------- ppp: add dns config handling
Commit: 69a72a0ac97b366ed9e6c10a7ddee234713942b5 https://github.com/openSUSE/wicked/commit/69a72a0ac97b366ed9e6c10a7ddee23471... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M client/compat.c M include/wicked/ppp.h M schema/ppp.xml M src/dbus-objects/ppp.c M src/ppp.c M src/pppd.c
Log Message: ----------- ppp: move usepeerdns to dns node
Commit: 4a6bae41c0467c2b3a3d23f6af0d1d68cf45964e https://github.com/openSUSE/wicked/commit/4a6bae41c0467c2b3a3d23f6af0d1d68cf... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M src/pppd.c
Log Message: ----------- ppp: add pre-start and post-stop handling calls
Commit: 7ad74598a11c0b9cf18e31594458aeb8e77c5d87 https://github.com/openSUSE/wicked/commit/7ad74598a11c0b9cf18e31594458aeb8e7... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M src/pppd.c
Log Message: ----------- ppp: call pre-start|post-stop on service start|stop
Commit: 847a99cc502ccba5942fbf7dddd1b1c163bec602 https://github.com/openSUSE/wicked/commit/847a99cc502ccba5942fbf7dddd1b1c163... Author: Marius Tomaschewski mt@suse.de Date: 2016-05-19 (Thu, 19 May 2016)
Changed paths: M client/compat.c M client/suse/compat-suse.c M etc/Makefile.am A etc/systemd/wickedd-pppd@.service.in M include/wicked/objectmodel.h M include/wicked/ppp.h M include/wicked/system.h M man/Makefile.am A man/ifcfg-ppp.5.in M schema/ppp.xml M src/Makefile.am M src/address.c M src/dbus-objects/interface.c M src/dbus-objects/model.h M src/dbus-objects/ppp.c M src/ifconfig.c M src/iflist.c M src/kernel.c M src/kernel.h M src/netdev.c M src/ppp.c A src/pppd.c A src/pppd.h M src/process.h M wicked.spec.in
Log Message: ----------- Merge pull request #649 from pwieczorkiewicz/ppp
Initial implementation of PPPoE (fate#317976, bsc#865573, boo#913861)
Commit: bd48dae821c3af0a0168a0764c550541e5780040 https://github.com/openSUSE/wicked/commit/bd48dae821c3af0a0168a0764c550541e5... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths: M VERSION
Log Message: ----------- version 0.6.34
Compare: https://github.com/openSUSE/wicked/compare/5f55c60a94f2...bd48dae821c3