]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agoresolved: transaction - increase number of retry attempts 841/head
Tom Gundersen [Mon, 3 Aug 2015 12:25:49 +0000 (14:25 +0200)] 
resolved: transaction - increase number of retry attempts

With the exponential backoff, we can perform more requests in the same amount of time,
so bump this a bit.

In case of large RTT this may be necessary in order not to regress, and in case
of large packet-loss it will make us more robust. The latter is particularly
relevant once we start probing for features (and hence may see packet-loss
until we settle on the right feature level).

8 years agoresolved: transaction - exponentially increase retry timeouts
Tom Gundersen [Tue, 28 Jul 2015 00:32:24 +0000 (02:32 +0200)] 
resolved: transaction - exponentially increase retry timeouts

Rather than fixing this to 5s for unicast DNS and 1s for LLMNR, start
at a tenth of those values and increase exponentially until the old
values are reached. For LLMNR the recommended timeout for IEEE802
networks (which basically means all of the ones we care about) is 100ms,
so that should be uncontroversial. For unicast DNS I have found no
recommended value. However, it seems vastly more likely that hitting a
500ms timeout is casued by a packet loss, rather than the RTT genuinely
being greater than 500ms, so taking this as a startnig value seems
reasonable to me.

In the common case this greatly reduces the latency due to normal packet
loss. Moreover, once we get support for probing for features, this means
that we can send more packets before degrading the feature level whilst
still allowing us to settle on the correct feature level in a reasonable
timeframe.

The timeouts are tracked per server (or per scope for the multicast
protocols), and once a server (or scope) receives a successfull package
the timeout is reset. We also track the largest RTT for the given
server/scope, and always start our timouts at twice the largest
observed RTT.

8 years agoresolved: cache - use clock_boottime_or_monotonic()
Tom Gundersen [Tue, 28 Jul 2015 00:45:04 +0000 (02:45 +0200)] 
resolved: cache - use clock_boottime_or_monotonic()

We cannot rely on CLOCK_BOOTTIME being supported by the kernel, so fallack
to CLOCK_MONOTONIC if the former is not supported.

8 years agoMerge pull request #837 from ssahani/dhcp
Daniel Mack [Mon, 3 Aug 2015 07:55:41 +0000 (09:55 +0200)] 
Merge pull request #837 from ssahani/dhcp

networkd: fix neworkd crash

8 years agoMerge pull request #836 from mbiebl/man-fix-typo-systemd-fsck
Daniel Mack [Sun, 2 Aug 2015 20:54:13 +0000 (22:54 +0200)] 
Merge pull request #836 from mbiebl/man-fix-typo-systemd-fsck

man: fix typo in systemd-fsck@

8 years agoman: fix typo in systemd-fsck@ 836/head
Michael Biebl [Sun, 2 Aug 2015 20:22:15 +0000 (22:22 +0200)] 
man: fix typo in systemd-fsck@

8 years agoMerge pull request #834 from namhyung/sdbus-cleanup-v2
David Herrmann [Sun, 2 Aug 2015 17:32:21 +0000 (19:32 +0200)] 
Merge pull request #834 from namhyung/sdbus-cleanup-v2

sd-bus: Small cleanups (v2)

8 years agosd-bus: cleanup bus_reset_parsed_address() 834/head
Namhyung Kim [Sat, 1 Aug 2015 15:59:42 +0000 (00:59 +0900)] 
sd-bus: cleanup bus_reset_parsed_address()

Both strv_free() and mfree() return NULL pointer after free.

8 years agosd-bus: use mfree() in bus_reset_queues()
Namhyung Kim [Sat, 1 Aug 2015 15:59:42 +0000 (00:59 +0900)] 
sd-bus: use mfree() in bus_reset_queues()

Recently mfree() was introduced to reduce work of tedious free + reset
pointers.  Use it in bus_reset_queues() too.

8 years agosd-bus: cleanup bus_close_fds()
Namhyung Kim [Sat, 1 Aug 2015 15:35:22 +0000 (00:35 +0900)] 
sd-bus: cleanup bus_close_fds()

The safe_close() already checks the fd and returns -1.

8 years agonetworkd: fix neworkd crash 837/head
Susant Sahani [Sat, 1 Aug 2015 18:46:02 +0000 (00:16 +0530)] 
networkd: fix neworkd crash

fix issue #827

hostname should be init to NULL.

8 years agoMerge pull request #822 from hobbitalastair/master
Daniel Mack [Sat, 1 Aug 2015 11:39:20 +0000 (13:39 +0200)] 
Merge pull request #822 from hobbitalastair/master

hwdb: add resolution information for Dell Vostro 1510 touchpad

8 years agohwdb: add resolution information for Dell Vostro 1510 touchpad 822/head
Alastair Hughes [Sat, 1 Aug 2015 08:03:51 +0000 (20:03 +1200)] 
hwdb: add resolution information for Dell Vostro 1510 touchpad

Dell Vostro 1510, AlpsPS/2 ALPS GlidePoint touchpad.

Relevant issue: #763

8 years agoMerge pull request #813 from dvdhrm/bus-client
Lennart Poettering [Fri, 31 Jul 2015 18:24:47 +0000 (20:24 +0200)] 
Merge pull request #813 from dvdhrm/bus-client

busctl: make sure --address connects as bus-client

8 years agoMerge pull request #812 from zonque/test
David Herrmann [Fri, 31 Jul 2015 18:23:19 +0000 (20:23 +0200)] 
Merge pull request #812 from zonque/test

Add some more tests

8 years agoMerge pull request #814 from dvdhrm/mfree
Daniel Mack [Fri, 31 Jul 2015 18:17:33 +0000 (20:17 +0200)] 
Merge pull request #814 from dvdhrm/mfree

tree-wide: introduce mfree()

8 years agoMerge pull request #815 from poettering/coding-style-for
Daniel Mack [Fri, 31 Jul 2015 18:07:11 +0000 (20:07 +0200)] 
Merge pull request #815 from poettering/coding-style-for

CODING_STYLE: say that "for (;;)" is better than "while (1)"

8 years agobusctl: make sure --address connects as bus-client 813/head
David Herrmann [Fri, 31 Jul 2015 17:58:19 +0000 (19:58 +0200)] 
busctl: make sure --address connects as bus-client

There is really no reason to use `busctl` to connect to legacy private
bus endpoints. Fix this and make sure `busctl --address=unix:path=/foo`
works!

8 years agoCODING_STYLE: say that "for (;;)" is better than "while (1)" 815/head
Lennart Poettering [Fri, 31 Jul 2015 18:00:07 +0000 (20:00 +0200)] 
CODING_STYLE: say that "for (;;)" is better than "while (1)"

8 years agotest-socket-util: add test for in_addr_is_null() 812/head
Daniel Mack [Thu, 30 Jul 2015 20:29:59 +0000 (22:29 +0200)] 
test-socket-util: add test for in_addr_is_null()

8 years agotest-util: add more tests
Daniel Mack [Thu, 30 Jul 2015 20:10:05 +0000 (22:10 +0200)] 
test-util: add more tests

Add tests for safe_ato[iu]16() and some more unbase32hexmem() torture.

8 years agotest: add test for static lists
Daniel Mack [Thu, 30 Jul 2015 19:07:25 +0000 (21:07 +0200)] 
test: add test for static lists

Test af-list and arphdr-list.

8 years agotree-wide: introduce mfree() 814/head
David Herrmann [Fri, 31 Jul 2015 17:56:38 +0000 (19:56 +0200)] 
tree-wide: introduce mfree()

Pretty trivial helper which wraps free() but returns NULL, so we can
simplify this:
        free(foobar);
        foobar = NULL;
to this:
        foobar = mfree(foobar);

8 years agoMerge pull request #811 from namhyung/busctl-misc-v2
Daniel Mack [Fri, 31 Jul 2015 17:40:57 +0000 (19:40 +0200)] 
Merge pull request #811 from namhyung/busctl-misc-v2

busctl: Misc cleanups and a fix (v2)

8 years agoMerge pull request #810 from mamikk/bitmap-fixes-v2
Daniel Mack [Fri, 31 Jul 2015 17:21:51 +0000 (19:21 +0200)] 
Merge pull request #810 from mamikk/bitmap-fixes-v2

Bitmap fixes v2

8 years agobusctl: fix assertion failure on --size option 811/head
Namhyung Kim [Fri, 31 Jul 2015 15:44:07 +0000 (00:44 +0900)] 
busctl: fix assertion failure on --size option

Using --size option triggers an assert failure below because
parse_size() requires the second argument, base, being either 1000 or
1024.  As it's for a packet size, it'd be better using IEC binary
suffix (base 1024) IMHO.

  $ busctl --size 2048
  Assertion 'base == 1000 || base == 1024' failed at src/basic/util.c:2222,
  function parse_size(). Aborting.
  Aborted (core dumped)

8 years agobusctl: add missing description of --size option
Namhyung Kim [Fri, 31 Jul 2015 15:38:22 +0000 (00:38 +0900)] 
busctl: add missing description of --size option

The size option was to specify maximum captured patch length but was
missing its description in the command line help.  Add it.

8 years agobusctl: add and use strcmp_ptr()
Namhyung Kim [Fri, 31 Jul 2015 15:23:47 +0000 (00:23 +0900)] 
busctl: add and use strcmp_ptr()

In member_compare_func(), it compares interface, type and name of
members.  But as it can contain NULL pointer, it needs to check them
before calling strcmp().  So make it as a separate strcmp_ptr
function (named after streq_ptr) so that it can be used by others.

Also let streq_ptr() to use it in order to make the code simpler.

8 years agohwdb: Update database of Bluetooth company identifiers
Marcel Holtmann [Fri, 31 Jul 2015 17:12:24 +0000 (19:12 +0200)] 
hwdb: Update database of Bluetooth company identifiers

8 years agobitmap: make bitmap_clear free the bitmap array 810/head
Martin Mikkelsen [Fri, 31 Jul 2015 17:01:34 +0000 (19:01 +0200)] 
bitmap: make bitmap_clear free the bitmap array

Given two bitmaps and the following code:

  Bitmap *a = bitmap_new(), *b = bitmap_new();
  bitmap_set(a, 1);
  bitmap_clear(a);
  bitmap_set(a, 0);
  bitmap_set(b, 0);

These two bitmaps should now have the same bits set and they should be
equal but bitmap_equal() will return false in this case because while
bitmap_clear() resets the number of elements in the array it does not
clear the array and bitmap_set() expects the array to be cleared.
GREEDY_REALLOC0 looks at the allocated size and not the actual size so
it does not clear any memory.

Fix this by freeing the allocated memory and resetting the whole Bitmap
to an initial state in bitmap_clear().

This also adds test code for this issue.

8 years agobitmap: fix bitmap_equal on bitmaps with unset bits
Martin Mikkelsen [Fri, 31 Jul 2015 16:56:35 +0000 (18:56 +0200)] 
bitmap: fix bitmap_equal on bitmaps with unset bits

Given two bitmaps and the following code:

Bitmap *a = bitmap_new(), *b = bitmap_new();
bitmap_set(a, 0);
bitmap_unset(a, 0);

These two bitmaps should now have the same bits set and they should be
equal but bitmap_equal() will return false in this case because the
bitmaps array in a is larger because of the bit which was previously
set.

Fix this by comparing only the bits which exists in both bitmaps and
then check that the rest of the bits (if any) is all zero.

This also adds test code for this issue.

8 years agobus-proxy: allow empty arguments to UpdateActivationEnvironment() v224
David Herrmann [Fri, 31 Jul 2015 16:56:38 +0000 (18:56 +0200)] 
bus-proxy: allow empty arguments to UpdateActivationEnvironment()

There is no reason to prevent empty argument lists on
UpdateActivationEnvironment(). Make sure we don't fail, but still skip
the call to pid1.

8 years agoNEWS: update
David Herrmann [Fri, 31 Jul 2015 16:21:19 +0000 (18:21 +0200)] 
NEWS: update

Add new functionality and behavior changes to NEWS for the imminent bugfix
release 224.

8 years agobuild: bump version to 224
David Herrmann [Fri, 31 Jul 2015 16:10:52 +0000 (18:10 +0200)] 
build: bump version to 224

Prepare for bug-fix release and bump versions.

8 years agohwdb: update
Kay Sievers [Fri, 31 Jul 2015 16:08:55 +0000 (18:08 +0200)] 
hwdb: update

8 years agoMerge pull request #806 from dvdhrm/proxy-cookie
Lennart Poettering [Fri, 31 Jul 2015 15:56:02 +0000 (17:56 +0200)] 
Merge pull request #806 from dvdhrm/proxy-cookie

bus-proxy: fix cookie namespacing

8 years agologind: release VT-positions when closing sessions
David Herrmann [Fri, 31 Jul 2015 14:52:29 +0000 (16:52 +0200)] 
logind: release VT-positions when closing sessions

Make sure we release VT-positions when a session is closed. Otherwise,
lingering sessions will occupy VTs and prevent next logins from
succeeding.

Note that we already release session-devices when closing a session, so
there cannot be anyone using the VT anymore.

8 years agobus-proxy: fix cookie namespacing 806/head
David Herrmann [Fri, 31 Jul 2015 14:42:38 +0000 (16:42 +0200)] 
bus-proxy: fix cookie namespacing

If we generate messages from within bus-proxyd, we really must make sure
that we do not clutter the cookie-namespace of our client. The client has
full control over it, so we cannot steal cookies from it. However, we can
re-use the cookie the client used for our request. As long as we only
send a single message, we're fine.

8 years agotimesyncd: remove RLIMIT_NPROC
Kay Sievers [Fri, 31 Jul 2015 13:33:49 +0000 (15:33 +0200)] 
timesyncd: remove RLIMIT_NPROC

NSS plugins might create additional threads. Remove the limit, we cannot
really make any assumptions here.

8 years agoMerge pull request #803 from mixi/master
Kay Sievers [Fri, 31 Jul 2015 13:25:53 +0000 (15:25 +0200)] 
Merge pull request #803 from mixi/master

build-sys: use 'test -f' instead of AC_CHECK_FILE

8 years agoMerge pull request #804 from dvdhrm/proxy-directed2
Daniel Mack [Fri, 31 Jul 2015 13:04:21 +0000 (15:04 +0200)] 
Merge pull request #804 from dvdhrm/proxy-directed2

bus-proxy: make NameAcquired/Lost directed (v2)

8 years agoMerge pull request #805 from dvdhrm/proxy-activation
Daniel Mack [Fri, 31 Jul 2015 13:03:49 +0000 (15:03 +0200)] 
Merge pull request #805 from dvdhrm/proxy-activation

bus-proxy: make StartServiceByName synchronous

8 years agobus-proxy: make StartServiceByName synchronous 805/head
David Herrmann [Fri, 31 Jul 2015 11:25:04 +0000 (13:25 +0200)] 
bus-proxy: make StartServiceByName synchronous

The StartServiceByName() call was provided by dbus-daemon to activate a
service without sending a message. On receiption, dbus-daemon schedules
an activation request (different modes are supported) and sends back the
reply once activation is done.

With kdbus, we marked StartServiceByName() as deprecated. There is no
real reason to start services explicitly. Instead, applications should
just *use* the service and rely on it being activated implicitly.
However, we provide compatibility with dbus-daemon and implement
StartServiceByName() on the proxy via a call to
org.freedesktop.DBus.Peer.Ping() on the destination. This will activate
the peer implicitly as part of the no-op Ping() method call (regardless
whether the peer actually implements that call).

Now, the problem is, StartServiceByName() was synchronous on dbus-daemon
but isn't on bus-proxy. Hence, on return, there is no guarantee that
ListNames includes the activated name. As this is required by some
applications, we need to make this synchronous.

This patch makes the proxy track the Ping() method call and send the
reply of StartServiceByName() only once Ping() returned. We do not look
at possible errors of Ping(), as there is no strict requirement for the
peer to implement org.freedesktop.DBus.Peer. Furthermore, any interesting
error should have already been caught by sd_bus_send() before.

Note:
        This race was triggered by gdbus. The gdbus-proxy implementation
        relies on a name to be available after StartServiceByName()
        returns. This is highly fragile and should be dropped by gdbus.
        Even if the call is synchronous, there is no reason whatsoever to
        assume the service did not exit-on-idle before ListNames()
        returns.
        However, this race is much less likely than the startup race, so
        we try to be compatible to dbus-daemon now.

8 years agobuild-sys: use 'test -f' instead of AC_CHECK_FILE 803/head
Johannes Nixdorf [Thu, 16 Jul 2015 10:49:53 +0000 (12:49 +0200)] 
build-sys: use 'test -f' instead of AC_CHECK_FILE

AC_CHECK_FILE fails when cross-compiling. It is intended to be used to
check for files that are used at runtime during build time (e.g.
/etc/passwd, /dev/*) [1]. For files which are only used at build time
'test -f' is sufficient.

[1]: https://lists.gnu.org/archive/html/autoconf/2000-10/msg00018.html

8 years agobus-proxy: don't filter directed signals 804/head
David Herrmann [Fri, 31 Jul 2015 09:16:13 +0000 (11:16 +0200)] 
bus-proxy: don't filter directed signals

NameAcquired and NameLost are directed signals. Never ever filter them on
dbus1. On dbus1, filters *exclusively* apply to broadcasts! Hence, we
must always forward directed signals unconditionally!

8 years agobus-proxy: fix NameAcquired and NameLost to be directed
David Herrmann [Fri, 31 Jul 2015 09:12:52 +0000 (11:12 +0200)] 
bus-proxy: fix NameAcquired and NameLost to be directed

The NameAcquired and NameLost signals are _directed_ signals. Make sure
we properly set the destination correctly, and verify it in our
proxy-test.

8 years agobasic: fix error/memleak in socket-util
David Herrmann [Fri, 31 Jul 2015 09:51:33 +0000 (11:51 +0200)] 
basic: fix error/memleak in socket-util

Probably a typo, checking 'ret' instead of the return value 'p'. This
might cause the function to return failure, even though it succeeded.
Furthermore, it might leak resources.

8 years agoMerge pull request #799 from andreaskem/hwdb-pull
Daniel Mack [Fri, 31 Jul 2015 08:51:32 +0000 (10:51 +0200)] 
Merge pull request #799 from andreaskem/hwdb-pull

hwdb: DPI info for Logitech G402 mouse

8 years agohwdb: Add mouse DPI info for Logitech G402. 799/head
Andreas Kempf [Fri, 31 Jul 2015 08:20:25 +0000 (10:20 +0200)] 
hwdb: Add mouse DPI info for Logitech G402.

DPI information was taken from the device's setup guide.

Additional (shortened) information from udevadm info:

P: .../usb2/2-1/2-1:1.0/0003:046D:C07E.0002/input/input6/event2
N: input/event2
S: input/by-id/usb-Logitech_Gaming_Mouse_G402_6D93117D5049-event-mouse
S: input/by-path/pci-0000:00:12.0-usb-0:1:1.0-event-mouse
...
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Gaming_Mouse_G402
E: ID_MODEL_ENC=Gaming\x20Mouse\x20G402
E: ID_MODEL_ID=c07e
E: ID_PATH=pci-0000:00:12.0-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_12_0-usb-0_1_1_0
E: ID_REVISION=9002
E: ID_SERIAL=Logitech_Gaming_Mouse_G402_6D93117D5049
E: ID_SERIAL_SHORT=6D93117D5049
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: LIBINPUT_DEVICE_GROUP=3/46d/c07e/111:usb-0000:00:12.0-1
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
...

8 years agohwdb: Update info for potential contributors.
Andreas Kempf [Fri, 31 Jul 2015 08:17:19 +0000 (10:17 +0200)] 
hwdb: Update info for potential contributors.

Update the location of the bug tracker and mention that pull requests
are preferred.

8 years agosystemd-boot: sort /EFI/Linux/*.efi files
Kay Sievers [Thu, 30 Jul 2015 12:09:19 +0000 (14:09 +0200)] 
systemd-boot: sort /EFI/Linux/*.efi files

8 years agounit-name: fix memory leak
Daniel Mack [Thu, 30 Jul 2015 13:51:50 +0000 (15:51 +0200)] 
unit-name: fix memory leak

Fix a memory leak introduced by 2fc09a9c. 's' is used twice in this
function, and if free_and_strdup() fails, the pointer is left untouched.

8 years agoMerge pull request #787 from dvdhrm/bus-list
Daniel Mack [Thu, 30 Jul 2015 13:35:52 +0000 (15:35 +0200)] 
Merge pull request #787 from dvdhrm/bus-list

sd-bus: fix parsing of KDBUS_CMD_LIST

8 years agosd-bus: fix parsing of KDBUS_CMD_LIST 787/head
David Herrmann [Thu, 30 Jul 2015 12:12:09 +0000 (14:12 +0200)] 
sd-bus: fix parsing of KDBUS_CMD_LIST

We *must not* assume that an entry returned by KDBUS_CMD_LIST only
carries a single KDBUS_ITEM_OWNED_NAME. Similarly, we already parse
multiple such items for message-metadata, so make sure we support the
same on KDBUS_CMD_LIST.

By relying on the kernel to return all names separately, we limit the
kernel API significantly. Stop this and let the kernel decide how to
return its data.

8 years agoMerge pull request #784 from eworm-de/typo
Daniel Mack [Thu, 30 Jul 2015 11:22:50 +0000 (13:22 +0200)] 
Merge pull request #784 from eworm-de/typo

man: fix typo in man systemd-machine-id-commit

8 years agoMerge pull request #785 from zonque/free-and-strdup
David Herrmann [Thu, 30 Jul 2015 11:22:15 +0000 (13:22 +0200)] 
Merge pull request #785 from zonque/free-and-strdup

tree-wide: use free_and_strdup()

8 years agotree-wide: use free_and_strdup() 785/head
Daniel Mack [Wed, 29 Jul 2015 18:25:57 +0000 (20:25 +0200)] 
tree-wide: use free_and_strdup()

Use free_and_strdup() where appropriate and replace equivalent,
open-coded versions.

8 years agoman: fix typo in man systemd-machine-id-commit 784/head
Christian Hesse [Thu, 30 Jul 2015 08:24:16 +0000 (10:24 +0200)] 
man: fix typo in man systemd-machine-id-commit

8 years agoMerge pull request #783 from whot/hwdb-updates
Daniel Mack [Thu, 30 Jul 2015 07:30:49 +0000 (09:30 +0200)] 
Merge pull request #783 from whot/hwdb-updates

Hwdb updates

8 years agohwdb: add min/max/resolution override for Appletouch one-button touchpads 783/head
Peter Hutterer [Mon, 27 Jul 2015 22:17:04 +0000 (08:17 +1000)] 
hwdb: add min/max/resolution override for Appletouch one-button touchpads

Macbook2,1, late 2006 model.

https://bugzilla.redhat.com/show_bug.cgi?id=1246651

8 years agohwdb: add resolution values for Asus K52JT touchpad
Peter Hutterer [Mon, 27 Jul 2015 10:04:25 +0000 (20:04 +1000)] 
hwdb: add resolution values for Asus K52JT touchpad

https://bugs.freedesktop.org/show_bug.cgi?id=91364

8 years agoMerge pull request #779 from poettering/fflush-and-check
Daniel Mack [Wed, 29 Jul 2015 18:43:54 +0000 (20:43 +0200)] 
Merge pull request #779 from poettering/fflush-and-check

tree-wide: port everything over to fflush_and_check()

8 years agoMerge pull request #764 from ssahani/vxlan1
Tom Gundersen [Wed, 29 Jul 2015 18:40:17 +0000 (20:40 +0200)] 
Merge pull request #764 from ssahani/vxlan1

networkd: Add VXLAN Netlink attributes

8 years agoMerge branch 'master' of github.com:systemd/systemd
Daniel Mack [Wed, 29 Jul 2015 18:31:15 +0000 (20:31 +0200)] 
Merge branch 'master' of github.com:systemd/systemd

8 years agotree-wide: port everything over to fflush_and_check() 779/head
Lennart Poettering [Wed, 29 Jul 2015 18:31:07 +0000 (20:31 +0200)] 
tree-wide: port everything over to fflush_and_check()

Some places invoked fflush() directly with their own manual error
checking, let's unify all that by using fflush_and_check().

This also unifies the general error paths of fflush()+rename() file
writers.

8 years agoMerge branch 'pr/761'
Daniel Mack [Wed, 29 Jul 2015 18:31:02 +0000 (20:31 +0200)] 
Merge branch 'pr/761'

8 years agonetworkd-wait-online: only consider interfaces given on the commandline
Tom Gundersen [Tue, 28 Jul 2015 23:41:24 +0000 (01:41 +0200)] 
networkd-wait-online: only consider interfaces given on the commandline

If some interfaces are given on the commandline, ignore all others.

8 years agosd-boot: stub - export LoaderDevicePartUUID
Kay Sievers [Wed, 29 Jul 2015 17:26:49 +0000 (19:26 +0200)] 
sd-boot: stub - export LoaderDevicePartUUID

8 years agoMerge pull request #778 from ssahani/flow
Daniel Mack [Wed, 29 Jul 2015 17:04:13 +0000 (19:04 +0200)] 
Merge pull request #778 from ssahani/flow

networkd: fix size of networkd binary

8 years agobuild-sys: fix "make doc-sync"
Kay Sievers [Wed, 29 Jul 2015 16:50:32 +0000 (18:50 +0200)] 
build-sys: fix "make doc-sync"

8 years agonetworkd: fix size of networkd binary 778/head
Susant Sahani [Wed, 29 Jul 2015 16:34:28 +0000 (22:04 +0530)] 
networkd: fix size of networkd binary

This patch fixes the size of networkd
Bug #775

before:

size systemd-networkd
   text    data     bss     dec     hex filename
1493755 8424392    2337 9920484  975fe4 systemd-networkd

After

$ size systemd-networkd
   text    data     bss     dec     hex filename
1493555   35752    2337 1531644  175efc systemd-networkd

8 years agoMerge pull request #777 from kaysievers/gtp-auto
Lennart Poettering [Wed, 29 Jul 2015 16:45:48 +0000 (18:45 +0200)] 
Merge pull request #777 from kaysievers/gtp-auto

gpt-auto-generator: merge efi-boot-generator

8 years agoMerge pull request #774 from dvdhrm/gvariant3
Lennart Poettering [Wed, 29 Jul 2015 16:20:17 +0000 (18:20 +0200)] 
Merge pull request #774 from dvdhrm/gvariant3

gvariant: fix encoding of unary type and root-variant (v3)

8 years agogpt-auto-generator: merge efi-boot-generator 777/head
Kay Sievers [Wed, 29 Jul 2015 14:50:49 +0000 (16:50 +0200)] 
gpt-auto-generator: merge efi-boot-generator

8 years agoMerge pull request #776 from baracoder/master
Daniel Mack [Wed, 29 Jul 2015 15:52:46 +0000 (17:52 +0200)] 
Merge pull request #776 from baracoder/master

man: unit: fix StartTimeoutSec

8 years agoman: unit: fix StartTimeoutSec 776/head
Herman Fries [Wed, 29 Jul 2015 15:45:40 +0000 (17:45 +0200)] 
man: unit: fix StartTimeoutSec

should be TimeoutStartSec

8 years agosd-bus: fix encoding/decoding gvariant root container 774/head
David Herrmann [Wed, 29 Jul 2015 13:58:25 +0000 (15:58 +0200)] 
sd-bus: fix encoding/decoding gvariant root container

The gvariant root container contains a 'variant' at the end, which embeds
the whole message body. This variant *must* contain a structure so we are
compatible to dbus1. Otherwise, it could encode at most 1 type, instead
of a full signature.

Our gvariant message parser already parses the variant-content as a
structure, so we're mostly good. However, it does *not* include the
opening and closing parantheses, nor does it parse them.

This patch fixes the decoder to verify a message contains the
parantheses, and also make the encoder add those parantheses into the
marshaled message.

8 years agosd-bus: fix marshaling of unary type
David Herrmann [Tue, 28 Jul 2015 16:16:16 +0000 (18:16 +0200)] 
sd-bus: fix marshaling of unary type

The unary type has a fixed size of 1 in gvariant. Make sure we properly
encode it as such. Right now, we encode/decode it as empty sequence.

8 years agoNEWS: update 223 contributors
David Herrmann [Wed, 29 Jul 2015 12:59:35 +0000 (14:59 +0200)] 
NEWS: update 223 contributors

Update v223 contributors and release date.

8 years agobuild-sys: update git-tar
Kay Sievers [Wed, 29 Jul 2015 13:02:27 +0000 (15:02 +0200)] 
build-sys: update git-tar

8 years agoMerge pull request #769 from poettering/socket-util-no-log
Daniel Mack [Wed, 29 Jul 2015 11:05:36 +0000 (13:05 +0200)] 
Merge pull request #769 from poettering/socket-util-no-log

socket-util: library calls shouldn't log on their own

8 years agosd-bus: drop redundant code
David Herrmann [Tue, 28 Jul 2015 16:13:33 +0000 (18:13 +0200)] 
sd-bus: drop redundant code

If c->item_size is 0, the next item to parse in a structure is empty.
However, this also implies that the signature must be empty. The latter
case is already handled just fine by enter_struct_or_dict_entry() so
there is no reason to handle the same case in the caller.

8 years agosd-bus: don't assert() on valid signatures
David Herrmann [Tue, 28 Jul 2015 14:46:51 +0000 (16:46 +0200)] 
sd-bus: don't assert() on valid signatures

Right now sd_bus_message_skip() will abort execution if passed a
signature of the unary type "()". Regardless whether this should be
supported or not, we really must not abort. Drop the incorrect assertion
and add a test-case for this.

8 years agobuild: bump version info v223
David Herrmann [Wed, 29 Jul 2015 10:43:45 +0000 (12:43 +0200)] 
build: bump version info

Bump version to 223 and increase libsystemd libtool-info as we added a
structure-member (without increasing structure size) to sd-bus-vtable.

8 years agoMerge pull request #768 from poettering/resolved-localhost
Daniel Mack [Wed, 29 Jul 2015 10:44:22 +0000 (12:44 +0200)] 
Merge pull request #768 from poettering/resolved-localhost

resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS

8 years agoMerge pull request #767 from torstehu/fix-typo
Lennart Poettering [Wed, 29 Jul 2015 10:40:55 +0000 (12:40 +0200)] 
Merge pull request #767 from torstehu/fix-typo

treewide: fix typos

8 years agosocket-util: library calls shouldn't log on their own 769/head
Lennart Poettering [Wed, 29 Jul 2015 10:33:44 +0000 (12:33 +0200)] 
socket-util: library calls shouldn't log on their own

Instead, make sure that all callers log properly.

8 years agoresolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS 768/head
Lennart Poettering [Wed, 29 Jul 2015 10:22:55 +0000 (12:22 +0200)] 
resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS

We already refuse to resolve "localhost", hence we should also refuse
resolving "127.0.0.1" and friends.

8 years agotreewide: fix typos 767/head
Torstein Husebø [Fri, 24 Jul 2015 09:14:01 +0000 (11:14 +0200)] 
treewide: fix typos

8 years agoNEWS: add 'macvtap' section
David Herrmann [Wed, 29 Jul 2015 10:12:10 +0000 (12:12 +0200)] 
NEWS: add 'macvtap' section

systemd-networkd now supports 'macvtap' devices, similar to the already
supported 'macvlan' devices.

8 years agoMerge pull request #747 from dvdhrm/consoled
David Herrmann [Wed, 29 Jul 2015 10:03:34 +0000 (12:03 +0200)] 
Merge pull request #747 from dvdhrm/consoled

terminal: drop unfinished code

8 years agoman: add man for VXLAN Group Policy option 764/head
Susant Sahani [Wed, 29 Jul 2015 08:36:46 +0000 (14:06 +0530)] 
man: add man for VXLAN Group Policy option

8 years agonetworkd: vxlan add support for GBP
Susant Sahani [Wed, 29 Jul 2015 08:35:34 +0000 (14:05 +0530)] 
networkd: vxlan add support for GBP

This patch add support for vxlan  VXLAN Group Policy Option.

https://tools.ietf.org/html/draft-smith-vxlan-group-policy-00
http://lwn.net/Articles/628683/

8 years agosd-netlink: introduce api for new NL type NLA_FLAG
Susant Sahani [Wed, 29 Jul 2015 06:29:16 +0000 (11:59 +0530)] 
sd-netlink: introduce api for new NL type NLA_FLAG

8 years agosd-netlink: add support for new type NETLINK_TYPE_FLAG
Susant Sahani [Wed, 29 Jul 2015 05:47:08 +0000 (11:17 +0530)] 
sd-netlink: add support for new type NETLINK_TYPE_FLAG

NETLINK_TYPE_FLAG is NLA_FLAG.

This new type will be used in NLA_FLAG for example

IFLA_VXLAN_GBP  and IFLA_VXLAN_REMCSUM_NOPARTIAL

8 years agosd-netlink: add support for vxlan attributes
Susant Sahani [Wed, 29 Jul 2015 05:44:28 +0000 (11:14 +0530)] 
sd-netlink: add support for vxlan attributes

8 years agonetworkd-wait-online: fix race
Tom Gundersen [Tue, 28 Jul 2015 23:34:35 +0000 (01:34 +0200)] 
networkd-wait-online: fix race

We must consider 'pending' links as if they may be managed by networkd, as this
is the state we enter before deciding wether networkd should manage the link
or not, so we better wait for this decision being made.

8 years agoMerge pull request #760 from teg/resolved-fix-nsec-types
Daniel Mack [Tue, 28 Jul 2015 21:54:43 +0000 (23:54 +0200)] 
Merge pull request #760 from teg/resolved-fix-nsec-types

resolved: fix NSEC type windows

8 years agoresolved: packet - refuse empty type bitmaps 760/head
Tom Gundersen [Tue, 28 Jul 2015 21:16:52 +0000 (23:16 +0200)] 
resolved: packet - refuse empty type bitmaps

The NSEC type itself must at least be in the bitmap, so NSEC records with empty
bitmaps must be bogus.

8 years agoresolved: packet - fix read_type_window()
Tom Gundersen [Tue, 28 Jul 2015 21:10:18 +0000 (23:10 +0200)] 
resolved: packet - fix read_type_window()

We were tracking the bit offset inside each byte, rather than inside the whole bitmap.