Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 1beb31b8bab714cd2c93d72dfb9c08620c5a9572
https://github.com/openSUSE/wicked/commit/1beb31b8bab714cd2c93d72dfb9c08620…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-05 (Fri, 05 Dec 2014)
Changed paths:
M include/wicked/logging.h
M src/logging.c
Log Message:
-----------
logging: added debug_ipv4 and ipv4 trace flag
Commit: 682d09a78352ca67d48f08349c3b612daebd5cca
https://github.com/openSUSE/wicked/commit/682d09a78352ca67d48f08349c3b612da…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M src/iflist.c
M src/ipv4.c
M src/ipv6.c
M src/netinfo_priv.h
Log Message:
-----------
sysctl: prefer device config flags from newlink
Commit: 3b0751182a2f7d24dba6328f84eeb95b63327ada
https://github.com/openSUSE/wicked/commit/3b0751182a2f7d24dba6328f84eeb95b6…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M src/ipv4.c
M src/ipv6.c
M src/sysfs.c
Log Message:
-----------
sysctl: do not fail on read-only proc (bsc#904432)
Do not write sysctl settings which are already set and
do not fail on read-only /proc/sys/net, e.g. under LXC.
Commit: af1437dab801555e4b25ce13f162214505551243
https://github.com/openSUSE/wicked/commit/af1437dab801555e4b25ce13f16221450…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M include/wicked/logging.h
M src/iflist.c
M src/ipv4.c
M src/ipv6.c
M src/logging.c
M src/netinfo_priv.h
M src/sysfs.c
Log Message:
-----------
Merge pull request #470 from mtomaschewski/sysctls
sysctl: do not trigger ifup failure on read-only proc (bsc#904432)
Compare: https://github.com/openSUSE/wicked/compare/b07402bfb541...af1437dab801
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: ac287020931828e3ae92c5063583e76e3fe8e931
https://github.com/openSUSE/wicked/commit/ac287020931828e3ae92c5063583e76e3…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M src/ifevent.c
M src/iflist.c
Log Message:
-----------
netlink: fix to free parsed ipv4 address label
Commit: b34ab765d318c45c8649ff93cee3a50a8e746818
https://github.com/openSUSE/wicked/commit/b34ab765d318c45c8649ff93cee3a50a8…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M src/client/client_state.c
Log Message:
-----------
client-state: free state xml node data in save
Commit: 6b552da46842e459678baee5c13d4c5e47ad805e
https://github.com/openSUSE/wicked/commit/6b552da46842e459678baee5c13d4c5e4…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M include/wicked/bridge.h
M include/wicked/system.h
M src/bridge.c
M src/dbus-objects/bridge.c
M src/ifconfig.c
Log Message:
-----------
bridge: free (duplicate) port on bridge add failure
Commit: f7f0fb3db7433cf82a356710e8ec8f4a76f4fa47
https://github.com/openSUSE/wicked/commit/f7f0fb3db7433cf82a356710e8ec8f4a7…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-02 (Tue, 02 Dec 2014)
Changed paths:
M src/process.c
Log Message:
-----------
process: close fd after read in run_and_capture_output
Commit: 9694647a7d391c7647f26522d89c870a4e8ee9b7
https://github.com/openSUSE/wicked/commit/9694647a7d391c7647f26522d89c870a4…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-12-03 (Wed, 03 Dec 2014)
Changed paths:
M include/wicked/bridge.h
M include/wicked/system.h
M src/bridge.c
M src/client/client_state.c
M src/dbus-objects/bridge.c
M src/ifconfig.c
M src/ifevent.c
M src/iflist.c
M src/process.c
Log Message:
-----------
Merge pull request #468 from mtomaschewski/leaks
fixes for memory and file descriptor leaks
Compare: https://github.com/openSUSE/wicked/compare/f2a7f00715b4...9694647a7d39