Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 3ec0aa0a0aaf31c5fb8e8156f493f4f0a9e5388d
https://github.com/openSUSE/wicked/commit/3ec0aa0a0aaf31c5fb8e8156f493f4f0a…
Author: Karol Mroz <kmroz(a)suse.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M extensions/resolver
M include/wicked/netinfo.h
M src/appconfig.h
M src/config.c
M src/extension.c
M src/netinfo.c
M src/update.c
Log Message:
-----------
[config] Streamline extension runtime dir creation
1. Use /var/run/wicked/extension/EXTENSION_NAME
2. Do the creation from ni_extension_statedir(), rather than adding
extension specific functions to config.
Commit: 6b3135b2ea9cf922c826a4e0cc340c044555661a
https://github.com/openSUSE/wicked/commit/6b3135b2ea9cf922c826a4e0cc340c044…
Author: Karol Mroz <kmroz(a)suse.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M etc/server.xml.in
M extensions/Makefile.am
A extensions/hostname
M include/wicked/constants.h
M src/dbus-objects/interface.c
M src/dbus-objects/model.c
M src/names.c
M src/update.c
Log Message:
-----------
[system_update] Hostname update from lease
Update system hostname from first arriving lease with hostname field set,
and emit hostname updated signal. Subsequent leases not allowed to set
hostname unless:
i. lease that set hostname has been removed
ii. arriving lease is an update
Compare: https://github.com/openSUSE/wicked/compare/b375b949e7c5...6b3135b2ea9c
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 1045f1af1cde8e40051ad73976d65e1efab8a5ea
https://github.com/openSUSE/wicked/commit/1045f1af1cde8e40051ad73976d65e1ef…
Author: Pawel Wieczorkiewicz <pwieczorkiewicz(a)suse.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M include/wicked/util.h
M src/util.c
Log Message:
-----------
util: New function ni_file_exists_fmt()
It can be used to create a concatenated pathname and
check for existance of a file.
Commit: bce23903476ce915180326a0935b0e6d077b75f4
https://github.com/openSUSE/wicked/commit/bce23903476ce915180326a0935b0e6d0…
Author: Pawel Wieczorkiewicz <pwieczorkiewicz(a)suse.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M client/Makefile.am
M client/compat-suse.c
M client/compat.c
M client/ifup.c
A client/read-config.c
M client/wicked-client.h
M include/wicked/netinfo.h
M src/firmware.c
Log Message:
-----------
client: Changing ifconfig reading and loading
New file: read-config.c
New function ni_ifconfig_read() added as well as
multiple other read() function for different type of
config source.
Commit: becf4879b6951fbfc7c7ee3ec2323eca8f34f068
https://github.com/openSUSE/wicked/commit/becf4879b6951fbfc7c7ee3ec2323eca8…
Author: Pawel Wieczorkiewicz <pwieczorkiewicz(a)suse.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M client/wicked-client.h
M include/wicked/netinfo.h
M src/config.c
M src/netinfo.c
Log Message:
-----------
config: Change config sources handling logic
Commit: b375b949e7c525b8302e9b579a8938c9f3bc5e96
https://github.com/openSUSE/wicked/commit/b375b949e7c525b8302e9b579a8938c9f…
Author: Pawel Wieczorkiewicz <pwieczorkiewicz(a)suse.de>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M client/main.c
M man/wicked.8.in
Log Message:
-----------
client: Add show-config parameter
show-config displays configs (pre-parsed to xml)
from all types of sources.
Compare: https://github.com/openSUSE/wicked/compare/533fb1a845ce...b375b949e7c5
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 989f8d027f19eed7831b24876898756e174079a0
https://github.com/openSUSE/wicked/commit/989f8d027f19eed7831b24876898756e1…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M autoip4/main.c
M client/main.c
M dhcp4/main.c
M dhcp6/main.c
M nanny/main.c
M server/main.c
M src/logging.c
Log Message:
-----------
[logging] corrected --log-target destination parsing
- Fixed to correctly compare complete strings
- Changed to a more common syslog[:facility:options]
instead of the previous syslog[:options:facility].
- Reworked to use more readable/generic table mapping
Commit: 533fb1a845ce61180cea9e6898f8f497586687ff
https://github.com/openSUSE/wicked/commit/533fb1a845ce61180cea9e6898f8f4975…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M man/wickedd.8.in
Log Message:
-----------
[wickedd.8] documented --log-target details
Compare: https://github.com/openSUSE/wicked/compare/b030f080a514...533fb1a845ce
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: a9a1f359266479d958ec6dad4952bcfb9298bbb7
https://github.com/openSUSE/wicked/commit/a9a1f359266479d958ec6dad4952bcfb9…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2013-09-18 (Wed, 18 Sep 2013)
Changed paths:
M include/wicked/util.h
M src/util.c
Log Message:
-----------
[utils] added a ni_realpath utility wrapper
Commit: 9391d77c3c56c68d04a6fb033747e41404768c4a
https://github.com/openSUSE/wicked/commit/9391d77c3c56c68d04a6fb033747e4140…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2013-09-18 (Wed, 18 Sep 2013)
Changed paths:
M include/wicked/netinfo.h
M src/appconfig.h
M src/netinfo.c
Log Message:
-----------
[appconfig] added ni_get_global_config_dir and path
The ni_set_global_config_path function now also resolves
to absolute (for daemons) and rejects incorrect paths.
Commit: d77c513f654b70e59c8630f7a84500dd6b878864
https://github.com/openSUSE/wicked/commit/d77c513f654b70e59c8630f7a84500dd6…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2013-09-18 (Wed, 18 Sep 2013)
Changed paths:
M autoip4/main.c
M client/main.c
M dhcp4/main.c
M dhcp6/main.c
M nanny/main.c
M server/main.c
M util/schema2html.c
Log Message:
-----------
Fail when the global --config path gets rejected
Compare: https://github.com/openSUSE/wicked/compare/da51aeea4d55...d77c513f654b