Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 64032dc01165d3368334d956663fd3d1ac5531c5
https://github.com/openSUSE/wicked/commit/64032dc01165d3368334d956663fd3d1a…
Author: Karol Mroz <kmroz(a)suse.com>
Date: 2014-01-30 (Thu, 30 Jan 2014)
Changed paths:
M src/dbus-xml.c
Log Message:
-----------
[dbus-xml] serialize bitmap data as comma separated lists
For improved readability, serialize bitmap constrained data as delimiter
separated lists. We accept the following forms in intf.xml files:
<node>flag1__DELIM__...__DELIM__flagN</node>
where __DELIM__ is " ,|\t\n"
OR
<node>
<flag1/>
...
<flagN/>
</node>
When dispalying this data to user (via show-xml, for example), we use
the form:
<node>flag1 ,..., flagN</node>
Commit: fb41aee533d378e8ebd8116af662beb6eaaceacf
https://github.com/openSUSE/wicked/commit/fb41aee533d378e8ebd8116af662beb6e…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-30 (Thu, 30 Jan 2014)
Changed paths:
M src/dbus-xml.c
Log Message:
-----------
Merge pull request #143 from kmroz/kmroz-wicked-gh-macvlan
[dbus-xml] serialize bitmap data as comma separated lists
Compare: https://github.com/openSUSE/wicked/compare/c01ec08c47f0...fb41aee533d3
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: c01ec08c47f080e56ff7223db9a5f11b6e883942
https://github.com/openSUSE/wicked/commit/c01ec08c47f080e56ff7223db9a5f11b6…
Author: Pawel Wieczorkiewicz <pwieczorkiewicz(a)suse.de>
Date: 2014-01-30 (Thu, 30 Jan 2014)
Changed paths:
M server/main.c
Log Message:
-----------
ModemManager: fixing a warning introduced in 7acddcda
Instead of disabling the modem manager init function call
(leads to unused function warning) set global opt_no_modem_manager
switch to TRUE.
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: f62afdc22860b239b77c6e8158fcc0f092e0d61b
https://github.com/openSUSE/wicked/commit/f62afdc22860b239b77c6e8158fcc0f09…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M src/Makefile.am
R src/dhcp-lease.c
A src/dhcp4/lease.c
Log Message:
-----------
dhcp4: moved src/dhcp-lease.c to src/dhcp4/lease.c
Commit: 64e4a0343dab7b96cf588c591c6dd880f4d298ca
https://github.com/openSUSE/wicked/commit/64e4a0343dab7b96cf588c591c6dd880f…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M dhcp6/protocol.c
M dhcp6/protocol.h
M src/dhcp6/options.c
M src/dhcp6/options.h
Log Message:
-----------
dhcp6: moved status and option names to src/dhcp6
Commit: 2764b85d935a1ab8505a7f2acdfddf89b16335b5
https://github.com/openSUSE/wicked/commit/2764b85d935a1ab8505a7f2acdfddf89b…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M dhcp6/protocol.c
M src/dhcp6/options.c
M src/dhcp6/options.h
Log Message:
-----------
dhcp6: use a complete name for ia-address option
Commit: fa5aef7066cb2e79663c824e9a6a4aacca6e0420
https://github.com/openSUSE/wicked/commit/fa5aef7066cb2e79663c824e9a6a4aacc…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M include/wicked/xml.h
M src/xml.c
Log Message:
-----------
xml: added new xml_node_new_element_uint utility
Commit: fc734c9090241678eb782abf2acfe15bd7a1f113
https://github.com/openSUSE/wicked/commit/fc734c9090241678eb782abf2acfe15bd…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M dhcp6/Makefile.am
M dhcp6/device.c
R dhcp6/duid.c
R dhcp6/duid.h
M dhcp6/fsm.c
M dhcp6/main.c
M dhcp6/protocol.c
M dhcp6/state.c
M src/Makefile.am
A src/duid.c
A src/duid.h
Log Message:
-----------
dhcp6: moved dhcp6/duid.[ch] to src/duid.[ch]
Commit: 0b42471e3a1efca283e4546d04100a044a572ad2
https://github.com/openSUSE/wicked/commit/0b42471e3a1efca283e4546d04100a044…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M include/wicked/addrconf.h
M src/netinfo.c
Log Message:
-----------
addrconf: added nds-server,context,tree to the lease
Commit: a5afc87bfed2d017a4de6985953eb4f0373524cd
https://github.com/openSUSE/wicked/commit/a5afc87bfed2d017a4de6985953eb4f03…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M src/Makefile.am
M src/dhcp4/lease.c
A src/dhcp4/lease.h
A src/dhcp6/lease.c
A src/dhcp6/lease.h
M src/leasefile.c
A src/leasefile.h
Log Message:
-----------
addrconf: initial lease writting/parsing helpers
Commit: 0961f2a95aba2791b310d68b87d1c952ac52e694
https://github.com/openSUSE/wicked/commit/0961f2a95aba2791b310d68b87d1c952a…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M src/leasefile.c
Log Message:
-----------
addrconf: fixed a read/write tag inconsistence
Commit: 5242f47ae80fa655c0410ca7e5b72712d15f0fcc
https://github.com/openSUSE/wicked/commit/5242f47ae80fa655c0410ca7e5b72712d…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M src/leasefile.c
M src/leasefile.h
Log Message:
-----------
addrconf: initial lease file read/write (disarmed)
Commit: 6d2de7b91eafdf49d93bb1171bd7f315992e6be1
https://github.com/openSUSE/wicked/commit/6d2de7b91eafdf49d93bb1171bd7f3159…
Author: Karol Mroz <kmroz(a)users.noreply.github.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M dhcp6/Makefile.am
M dhcp6/device.c
R dhcp6/duid.c
R dhcp6/duid.h
M dhcp6/fsm.c
M dhcp6/main.c
M dhcp6/protocol.c
M dhcp6/protocol.h
M dhcp6/state.c
M include/wicked/addrconf.h
M include/wicked/xml.h
M src/Makefile.am
R src/dhcp-lease.c
A src/dhcp4/lease.c
A src/dhcp4/lease.h
A src/dhcp6/lease.c
A src/dhcp6/lease.h
M src/dhcp6/options.c
M src/dhcp6/options.h
A src/duid.c
A src/duid.h
M src/leasefile.c
A src/leasefile.h
M src/netinfo.c
M src/xml.c
Log Message:
-----------
Merge pull request #142 from mtomaschewski/dhcp-leases
addrconf: initial lease writting/parsing helpers
Compare: https://github.com/openSUSE/wicked/compare/afb89b392fbf...6d2de7b91eaf
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: d524537572148badbcca976f42880864da16df22
https://github.com/openSUSE/wicked/commit/d524537572148badbcca976f42880864d…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths:
M src/leaseinfo.c
Log Message:
-----------
leaseinfo: fixed index increment and ip-addr format
Append a /prefixlen to IPADDR same as in ifcfg files
(fate#316111, comment 13 and 14).
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 7b52fbd7eb60f24fdfbe7019c1f134711d047174
https://github.com/openSUSE/wicked/commit/7b52fbd7eb60f24fdfbe7019c1f134711…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
Changed paths:
M dhcp4/dbus-api.c
M dhcp4/device.c
M dhcp4/dhcp.h
M dhcp4/fsm.c
M dhcp4/main.c
M dhcp4/protocol.c
M dhcp4/protocol.h
M include/wicked/addrconf.h
M src/appconfig.h
M src/config.c
M src/dbus-objects/addrconf.c
M src/dhcp-lease.c
M src/leaseinfo.c
M src/netinfo.c
Log Message:
-----------
dhcp4: use common dhcp4 prefix for dhcp4 specifics