]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agoMerge pull request #1009 from phomes/master
Lennart Poettering [Fri, 21 Aug 2015 21:07:49 +0000 (23:07 +0200)] 
Merge pull request #1009 from phomes/master

remove unused variables

8 years agoremove unused variables 1009/head
Thomas Hindoe Paaboel Andersen [Fri, 21 Aug 2015 20:17:48 +0000 (22:17 +0200)] 
remove unused variables

8 years agoMerge pull request #1005 from poettering/resolved-refuse-compression
Tom Gundersen [Fri, 21 Aug 2015 14:23:02 +0000 (16:23 +0200)] 
Merge pull request #1005 from poettering/resolved-refuse-compression

Don't do name compression when passing RRs across the bus

8 years agoMerge pull request #1004 from poettering/systemd-run-man
Tom Gundersen [Fri, 21 Aug 2015 14:21:21 +0000 (16:21 +0200)] 
Merge pull request #1004 from poettering/systemd-run-man

man: rework systemd-run man page a bit

8 years agoresolve-host: Minor wording improvement 1005/head
Lennart Poettering [Fri, 21 Aug 2015 14:06:25 +0000 (16:06 +0200)] 
resolve-host: Minor wording improvement

8 years agoresolved: when passing RRs across the bus, make sure not to use name compression
Lennart Poettering [Fri, 21 Aug 2015 14:04:59 +0000 (16:04 +0200)] 
resolved: when passing RRs across the bus, make sure not to use name compression

We explicitly need to turn off name compression when marshalling or
demarshalling RRs for bus transfer, since they otherwise refer to packet
offsets that reference packets that are not transmitted themselves.

8 years agoman: rework systemd-run man page a bit 1004/head
Lennart Poettering [Fri, 21 Aug 2015 14:04:16 +0000 (16:04 +0200)] 
man: rework systemd-run man page a bit

8 years agoMerge pull request #1003 from poettering/kmod-log-debug
Daniel Mack [Fri, 21 Aug 2015 13:37:44 +0000 (15:37 +0200)] 
Merge pull request #1003 from poettering/kmod-log-debug

core: downgrade "Module inserted" message for kmod to DEBUG

8 years agocore: downgrade "Module inserted" message for kmod to DEBUG 1003/head
Lennart Poettering [Fri, 21 Aug 2015 13:28:01 +0000 (15:28 +0200)] 
core: downgrade "Module inserted" message for kmod to DEBUG

Closes #919.

8 years agoMerge pull request #1002 from poettering/resolved-various
Tom Gundersen [Fri, 21 Aug 2015 13:26:45 +0000 (15:26 +0200)] 
Merge pull request #1002 from poettering/resolved-various

resolved: synthesize more RRs locally and other fixes

8 years agoresolved: rework synthesizing logic 1002/head
Lennart Poettering [Mon, 17 Aug 2015 21:54:08 +0000 (23:54 +0200)] 
resolved: rework synthesizing logic

With this change we'll now also generate synthesized RRs for the local
LLMNR hostname (first label of system hostname), the local mDNS hostname
(first label of system hostname suffixed with .local), the "gateway"
hostname and all the reverse PTRs. This hence takes over part of what
nss-myhostname already implemented.

Local hostnames resolve to the set of local IP addresses. Since the
addresses are possibly on different interfaces it is necessary to change
the internal DnsAnswer object to track per-RR interface indexes, and to
change the bus API to always return the interface per-address rather than
per-reply. This change also patches  the existing clients for resolved
accordingly (nss-resolve + systemd-resolve-host).

This also changes the routing logic for queries slightly: we now ensure
that the local hostname is never resolved via LLMNR, thus making it
trustable on the local system.

8 years agoresolved: make DnsQuestion logic handle NULL arrays as empty arrays
Lennart Poettering [Fri, 21 Aug 2015 10:28:59 +0000 (12:28 +0200)] 
resolved: make DnsQuestion logic handle NULL arrays as empty arrays

Following our usual logic of treating NULL arrays as empty arrays (for
example, see strv.c) do the same for questions too.

8 years agoresolved: minor typo comment fix
Lennart Poettering [Fri, 21 Aug 2015 10:26:34 +0000 (12:26 +0200)] 
resolved: minor typo comment fix

8 years agodns-domain: add call for concatenating two domain names
Lennart Poettering [Mon, 17 Aug 2015 22:05:41 +0000 (00:05 +0200)] 
dns-domain: add call for concatenating two domain names

This is specifically useful for appending the mDNS ".local" suffix to a
single-label hostname in the most correct way. (used in later commit)

8 years agoMerge pull request #924 from pfl/systemd-dhcp6
Tom Gundersen [Fri, 21 Aug 2015 10:22:38 +0000 (12:22 +0200)] 
Merge pull request #924 from pfl/systemd-dhcp6

sd-dhcpv6: support DNS and NTP information

8 years agoMerge pull request #1001 from major/add-bonding-docs
Tom Gundersen [Fri, 21 Aug 2015 10:17:27 +0000 (12:17 +0200)] 
Merge pull request #1001 from major/add-bonding-docs

man: networkd - adding bonding examples for systemd-networkd

8 years agohostname-util: introduce new is_gateway_hostname() call
Lennart Poettering [Mon, 17 Aug 2015 21:35:09 +0000 (23:35 +0200)] 
hostname-util: introduce new is_gateway_hostname() call

This moves is_gateway() from nss-myhostname into the basic APIs, and
makes it more like is_localhost(). Also, we rename it to
is_gateway_hostname() to make it more expressive.

Sharing this function in src/basic/ allows us to reuse the function for
routing name requests in resolved (in a later commit).

8 years agonetwork: Save DNS and NTP data for a DHCPv6 link 924/head
Patrik Flykt [Mon, 6 Jul 2015 12:00:12 +0000 (15:00 +0300)] 
network: Save DNS and NTP data for a DHCPv6 link

Append DNS and NTP data obtained via DHCPv6 when the Link is saved.

8 years agonetwork: Add function to serialize an IPv6 address
Patrik Flykt [Mon, 6 Jul 2015 09:50:47 +0000 (12:50 +0300)] 
network: Add function to serialize an IPv6 address

8 years agotest-dhcp6-client: Add tests for DNS and NTP options
Patrik Flykt [Fri, 10 Jul 2015 08:42:11 +0000 (11:42 +0300)] 
test-dhcp6-client: Add tests for DNS and NTP options

Test option setting and getting in test_advertise_option(). Verify
that the information provided in DHCPv6 Reply messages is also
available in the Information and Solicit callbacks.

8 years agosd-dhcp6: Support deprecated SNTP Configuration Option
Patrik Flykt [Fri, 10 Apr 2015 13:17:22 +0000 (16:17 +0300)] 
sd-dhcp6: Support deprecated SNTP Configuration Option

Although the SNTP option specified in RFC 4075 has been deprecated, some
servers are still sending NTP information with this option. Use the SNTP
information provided only if the NTP option is not present.

Update the test case as SNTP information is also requested.

8 years agosd-dhcp6: Add support for DHCPv6 NTP Server Option
Patrik Flykt [Fri, 10 Apr 2015 12:59:00 +0000 (15:59 +0300)] 
sd-dhcp6: Add support for DHCPv6 NTP Server Option

Support NTP server and multicast addresses and NTP server domain names
as specified in RFC 5908.

8 years agosd-dhcp6: Add support for DHCPv6 DNS Domain Search List option
Patrik Flykt [Thu, 2 Apr 2015 12:34:12 +0000 (15:34 +0300)] 
sd-dhcp6: Add support for DHCPv6 DNS Domain Search List option

Support DHCPv6 DNS search list option as specified in RFC 3646. This
option contains a list of DNS search domains encoded without compression
as specified in Section 8. of RFC 3315.

8 years agosd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option
Patrik Flykt [Thu, 2 Apr 2015 07:50:16 +0000 (10:50 +0300)] 
sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option

Support DHCPv6 DNS server option as specified in RFC 3646. This option
contains a list of IPv6 DNS server addresses.

8 years agodhcp6-option: Add helper function for uncompressed domain names
Patrik Flykt [Mon, 4 May 2015 10:23:46 +0000 (13:23 +0300)] 
dhcp6-option: Add helper function for uncompressed domain names

Add a helper function containing a modified version of dns_packet_read_name()
that does not use DnsPacket to extract a string array of domain names from
the provided option data. The domain names are stored uncompressed as defined
in Section 8. of RFC 3315.

8 years agodhcp6-option: Add helper function for fetching IPv6 addresses
Patrik Flykt [Thu, 2 Apr 2015 07:35:30 +0000 (10:35 +0300)] 
dhcp6-option: Add helper function for fetching IPv6 addresses

Add a helper function that extracts a block of IPv6 addresses from
the provided option data.

8 years agosd-dhcp6-client: Save a DHCPv6 lease also with Information Reply
Patrik Flykt [Fri, 10 Jul 2015 08:31:50 +0000 (11:31 +0300)] 
sd-dhcp6-client: Save a DHCPv6 lease also with Information Reply

As the lease structure contains interesting information, save it also
for the Information Reply.

8 years agosd-dhcp6-client: Fix unreferencing DHCPv6 lease on client reset
Patrik Flykt [Fri, 10 Jul 2015 08:25:21 +0000 (11:25 +0300)] 
sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client reset

When the DHCPv6 client is started by the library user or stopped for
any reason, unref the DHCPv6 lease when resetting the DHCPv6 client
data structure. This makes the DHCPv6 client always start from a clean
state and not keep unnecessary an lease structure around when stopped.

If this is not done, a previously existing lease information can be
interpreted to be from another server when restarting DHCPv6.

8 years agoMerge pull request #996 from kostrowski/man-systemd-special
Daniel Mack [Fri, 21 Aug 2015 04:21:04 +0000 (06:21 +0200)] 
Merge pull request #996 from kostrowski/man-systemd-special

man: fix typo in description of system.slice

8 years agoMerge pull request #995 from poettering/timedate-utc
Daniel Mack [Fri, 21 Aug 2015 04:20:45 +0000 (06:20 +0200)] 
Merge pull request #995 from poettering/timedate-utc

timedatectl: when no timezone is set consider UTC the default

8 years agoAdding bonding examples for systemd-networkd 1001/head
Major Hayden [Fri, 21 Aug 2015 03:14:49 +0000 (22:14 -0500)] 
Adding bonding examples for systemd-networkd

This commit provides some basic bonding configuration examples for .netdev and .network files.

8 years agoman: fix typo in description of system.slice 996/head
Eric Kostrowski [Thu, 20 Aug 2015 13:06:20 +0000 (09:06 -0400)] 
man: fix typo in description of system.slice

8 years agoupdate TODO
Lennart Poettering [Thu, 20 Aug 2015 10:20:14 +0000 (12:20 +0200)] 
update TODO

8 years agotimedatectl: when no timezone is set consider UTC the default 995/head
Lennart Poettering [Thu, 20 Aug 2015 10:16:13 +0000 (12:16 +0200)] 
timedatectl: when no timezone is set consider UTC the default

This fixes #993, and ensures that the libc does not consider any
old timezone information into account, that was set earlier.

8 years agoMerge pull request #990 from owtaylor/issue-989
David Herrmann [Wed, 19 Aug 2015 14:40:54 +0000 (16:40 +0200)] 
Merge pull request #990 from owtaylor/issue-989

Issue 989 - logind: VT is not properly reset on session close

8 years agoMerge pull request #993 from xnox/timedate
Daniel Mack [Wed, 19 Aug 2015 11:56:27 +0000 (13:56 +0200)] 
Merge pull request #993 from xnox/timedate

timedatectl: assert timezone is not null in setenv() call.

8 years agotimedatectl: assert timezone is not null in setenv() call. 993/head
Dimitri John Ledkov [Wed, 19 Aug 2015 10:03:58 +0000 (10:03 +0000)] 
timedatectl: assert timezone is not null in setenv() call.

setenv is declared as:

extern int setenv (const char *__name, const char *__value, int __replace)
     __THROW __nonnull ((2));

And i->timezone can be NULL, if for example /etc/localtime is
missing. Previously that worked, but now result in a libc dumping
core, as seen with gcc 2.22, due to:

https://sourceware.org/ml/glibc-cvs/2015-q2/msg00075.html

8 years agoMerge pull request #988 from spartacus06/update-completion-machinectl-v2
Lennart Poettering [Wed, 19 Aug 2015 09:15:11 +0000 (11:15 +0200)] 
Merge pull request #988 from spartacus06/update-completion-machinectl-v2

Update completion machinectl (part 2)

8 years agoMerge pull request #992 from zonque/journal-json
Lennart Poettering [Wed, 19 Aug 2015 09:12:14 +0000 (11:12 +0200)] 
Merge pull request #992 from zonque/journal-json

journal: fix json output of unicode characters

8 years agologind: get a fresh file descriptor to clean up a VT 990/head
Owen W. Taylor [Tue, 18 Aug 2015 19:19:05 +0000 (15:19 -0400)] 
logind: get a fresh file descriptor to clean up a VT

When the controlling process exits, any existing file descriptors
for that FD will be marked as hung-up and ioctls on them will
file with EIO. To work around this, open a new file descriptor
for the VT we want to clean up.

Thanks to Ray Strode for help in sorting out the problem and
coming up with a fix!

https://github.com/systemd/systemd/issues/989

8 years agologind: use open_terminal() instead of open()
Owen W. Taylor [Tue, 18 Aug 2015 18:41:24 +0000 (14:41 -0400)] 
logind: use open_terminal() instead of open()

The open_terminal() function adds retries in case a terminal
is in the process of being closed when we open it, and should
generally be used to open a terminal. We especially need it
for code that a subsequent commit adds that reopens the terminal
at session shut-down time; such races would be more likely in
that case.

Found by Ray Strode.

8 years agoshell-completion: bash: make list-transfers and cancel-transfer STANDALONE 988/head
Seth Jennings [Tue, 18 Aug 2015 18:22:42 +0000 (13:22 -0500)] 
shell-completion: bash: make list-transfers and cancel-transfer STANDALONE

list-transfers and cancel-transfers don't take machine arguments.

8 years agoshell-completion: bash: add image transfer subcommands
Seth Jennings [Tue, 18 Aug 2015 18:20:12 +0000 (13:20 -0500)] 
shell-completion: bash: add image transfer subcommands

8 years agojournal: fix json output of unicode characters 992/head
Daniel Mack [Tue, 18 Aug 2015 14:26:11 +0000 (16:26 +0200)] 
journal: fix json output of unicode characters

8 years agoMerge pull request #984 from whot/hwdb-updates
Lennart Poettering [Tue, 18 Aug 2015 08:17:17 +0000 (10:17 +0200)] 
Merge pull request #984 from whot/hwdb-updates

hwdb: fix capitalization of product version for the Macbooks

8 years agoMerge pull request #983 from phomes/journal_dead_check
Lennart Poettering [Tue, 18 Aug 2015 08:16:10 +0000 (10:16 +0200)] 
Merge pull request #983 from phomes/journal_dead_check

journal: remove error check that never happens

8 years agohwdb: fix capitalization of product version for the Macbooks 984/head
Peter Hutterer [Thu, 30 Jul 2015 23:56:25 +0000 (09:56 +1000)] 
hwdb: fix capitalization of product version for the Macbooks

We need uppercase hex here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8 years agojournal: remove error check that never happens 983/head
Thomas Hindoe Paaboel Andersen [Fri, 14 Aug 2015 21:40:27 +0000 (23:40 +0200)] 
journal: remove error check that never happens

remove_directory will always return 0 so this can never happen.
Besides that, d->path and d are freed so we would end up with
a null pointer dereference anyway.

8 years agoMerge pull request #982 from evverx/add-systemd-cgls
Daniel Mack [Mon, 17 Aug 2015 20:38:30 +0000 (22:38 +0200)] 
Merge pull request #982 from evverx/add-systemd-cgls

man: add systemd-cgls as tool that shows the cgroup hierarchy

8 years agoman: add systemd-cgls as tool that shows the cgroup hierarchy 982/head
Evgeny Vereshchagin [Mon, 17 Aug 2015 19:16:04 +0000 (19:16 +0000)] 
man: add systemd-cgls as tool that shows the cgroup hierarchy

8 years agoMerge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2
Lennart Poettering [Mon, 17 Aug 2015 13:12:15 +0000 (15:12 +0200)] 
Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2

Fix machinectl login with containers in user namespaces (v2)

8 years agoMerge pull request #976 from elfring/Remove_unnecessary_checks2
Lennart Poettering [Mon, 17 Aug 2015 09:30:31 +0000 (11:30 +0200)] 
Merge pull request #976 from elfring/Remove_unnecessary_checks2

Delete unnecessary checks before some function calls

8 years agoMerge pull request #958 from stefwalter/fix-journalctl-f-regression
Lennart Poettering [Mon, 17 Aug 2015 09:19:14 +0000 (11:19 +0200)] 
Merge pull request #958 from stefwalter/fix-journalctl-f-regression

Regression: 'journalctl -f -t unmatched' doesn't block properly

8 years agonamespace helpers: Allow entering a UID namespace 977/head
Richard Maw [Mon, 17 Aug 2015 08:52:13 +0000 (08:52 +0000)] 
namespace helpers: Allow entering a UID namespace

To be able to use `systemd-run` or `machinectl login` on a container
that is in a private user namespace, the sub-process must have entered
the user namespace before connecting to the container's D-Bus, otherwise
the UID and GID in the peer credentials are garbage.

So we extend namespace_open and namespace_enter to support UID namespaces,
and we enter the UID namespace in bus_container_connect_{socket,kernel}.

namespace_open will degrade to a no-op if user namespaces are not enabled
in the kernel.

Special handling is required for the setns call in namespace_enter with
a user namespace, since transitioning to your own namespace is forbidden,
as it would result in re-entering your user namespace as root.

Arguably it may be valid to check this at the call site, rather than
inside namespace_enter, but it is less code to do it inside, and if the
intention of calling namespace_enter is to *be* in the target namespace,
rather than to transition to the target namespace, it is a reasonable
approach.

The check for whether the user namespace is the same must happen before
entering namespaces, as we may not be able to access /proc during the
intermediate transition stage.

We can't instead attempt to enter the user namespace and then ignore
the failure from it being the same namespace, since the error code is
not distinct, and we can't compare namespaces while mid-transition.

8 years agoBug #944: Deletion of unnecessary checks before a few calls of systemd functions 976/head
Markus Elfring [Mon, 17 Aug 2015 08:45:30 +0000 (10:45 +0200)] 
Bug #944: Deletion of unnecessary checks before a few calls of systemd functions

The following functions return immediately if a null pointer was passed.
* calendar_spec_free
* link_address_free
* manager_free
* sd_bus_unref
* sd_journal_close
* udev_monitor_unref
* udev_unref

It is therefore not needed that a function caller repeats a corresponding check.

This issue was fixed by using the software Coccinelle 1.0.1.

8 years agoMerge pull request #953 from poettering/ebadf
Daniel Mack [Mon, 17 Aug 2015 08:10:04 +0000 (10:10 +0200)] 
Merge pull request #953 from poettering/ebadf

tree-wide: generate EBADF when we get invalid fds

8 years agoMerge pull request #970 from poettering/timedatectl-set-netp
Daniel Mack [Mon, 17 Aug 2015 08:09:16 +0000 (10:09 +0200)] 
Merge pull request #970 from poettering/timedatectl-set-netp

man: extend documentation for timedatectl's set-ntp command

8 years agoMerge pull request #973 from poettering/sd-bus-error-ret
Daniel Mack [Mon, 17 Aug 2015 08:07:27 +0000 (10:07 +0200)] 
Merge pull request #973 from poettering/sd-bus-error-ret

sd-bus: always fill in sd_bus_error paramters, on error

8 years agoMerge pull request #974 from teg/resolved-fixes-2
Daniel Mack [Mon, 17 Aug 2015 08:04:31 +0000 (10:04 +0200)] 
Merge pull request #974 from teg/resolved-fixes-2

resolved: debugging improvements

8 years agojournalctl: make sure 'journalctl -f -t unmatched' blocks 958/head
Stef Walter [Fri, 14 Aug 2015 14:38:41 +0000 (16:38 +0200)] 
journalctl: make sure 'journalctl -f -t unmatched' blocks

Previously the following command:

$ journalctl -f -t unmatchedtag12345

... would block when called with criteria that did not match any
journal lines. Once log lines appeared that matched the criteria
they were displayed.

Commit 02ab86c732576a71179ce12e97d44c289833236d broke this
behavior and the journal was not followed, but the command
exits with '-- No entries --' displayed.

This commit fixes the issue.

More information downstream:

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

8 years agoBug #944: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring [Mon, 17 Aug 2015 07:30:49 +0000 (09:30 +0200)] 
Bug #944: Deletion of unnecessary checks before calls of the function "free"

The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.1.

8 years agoBug #944: Replacement of a free() call by mfree()
Markus Elfring [Mon, 17 Aug 2015 07:10:56 +0000 (09:10 +0200)] 
Bug #944: Replacement of a free() call by mfree()

The function "mfree" should be called instead of "free" at a specific
source code place.

8 years agoresolved: cache - add more detailed cache debug logging 974/head
Tom Gundersen [Wed, 12 Aug 2015 16:18:31 +0000 (18:18 +0200)] 
resolved: cache - add more detailed cache debug logging

8 years agosd-bus: always fill in sd_bus_error paramters, on error 973/head
Lennart Poettering [Sun, 16 Aug 2015 20:13:34 +0000 (22:13 +0200)] 
sd-bus: always fill in sd_bus_error paramters, on error

Whenever one of our calls is invoked with a non-NULL, writable
sd_bus_error parameter, let's fill in some valid error on failure. We
previously only filled in remote errors, but never local errors, which is
hard to handle by users. Hence, let's clean this up to always fill in
the error.

This introduces a new bus_assert_return() macro that works like
assert_return() but optionally also initializes a bus_error struct.

Fixes #224.

Based on a patch by Umut Tezduyar.

8 years agoupdate TODO
Lennart Poettering [Sun, 16 Aug 2015 19:59:58 +0000 (21:59 +0200)] 
update TODO

8 years agoMerge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3
Lennart Poettering [Sun, 16 Aug 2015 19:32:03 +0000 (21:32 +0200)] 
Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3

Allow arbitrary file paths to be passed to nspawn (v3)

8 years agoREADME: drop reference to Endocode
Lennart Poettering [Sun, 16 Aug 2015 19:05:33 +0000 (21:05 +0200)] 
README: drop reference to Endocode

Chris Kühl does not work at Endocode anymore, the contact data is no
longer valid.

8 years agoTODO
Tom Gundersen [Wed, 12 Aug 2015 15:29:53 +0000 (17:29 +0200)] 
TODO

8 years agoresolve-host: print RTT
Tom Gundersen [Tue, 11 Aug 2015 20:37:23 +0000 (22:37 +0200)] 
resolve-host: print RTT

8 years agoresolved: packet - fix typo in read_rr()
Tom Gundersen [Tue, 11 Aug 2015 18:05:53 +0000 (20:05 +0200)] 
resolved: packet - fix typo in read_rr()

8 years agoMerge pull request #955 from poettering/resolved-localhost-xyz
Tom Gundersen [Sun, 16 Aug 2015 18:46:11 +0000 (20:46 +0200)] 
Merge pull request #955 from poettering/resolved-localhost-xyz

resolved: enable synthesizing of A, AAAA and PTR records for "localhost"

8 years agoMerge pull request #954 from poettering/nss-myhostname-loopback
Tom Gundersen [Sun, 16 Aug 2015 18:38:32 +0000 (20:38 +0200)] 
Merge pull request #954 from poettering/nss-myhostname-loopback

nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")

8 years agoMerge pull request #972 from poettering/resolve-host-auto-start
Tom Gundersen [Sun, 16 Aug 2015 18:37:52 +0000 (20:37 +0200)] 
Merge pull request #972 from poettering/resolve-host-auto-start

resolve-host: enable auto start of resolved

8 years agoresolve-host: enable auto start of resolved 972/head
Lennart Poettering [Sun, 16 Aug 2015 18:29:21 +0000 (20:29 +0200)] 
resolve-host: enable auto start of resolved

There's no reason to explicitly turn off bus activation for resolved
here. The reason this was done before was that the code was copied from
nss-resolve, which has a fallback to glibc's nss-dns if resolved is not
reachable. However, such a logic makes no sense for resolve-host since
such a fallback doesn't make sense here, which means we can actually
turn on activation. Let's do it hence.

8 years agoMerge pull request #971 from evverx/news-fix
Lennart Poettering [Sun, 16 Aug 2015 18:24:25 +0000 (20:24 +0200)] 
Merge pull request #971 from evverx/news-fix

NEWS: fix the "indirect" state description

8 years agoNEWS: fix the "indirect" state description 971/head
Evgeny Vereshchagin [Sun, 16 Aug 2015 18:10:23 +0000 (18:10 +0000)] 
NEWS: fix the "indirect" state description

8 years agoMerge pull request #931 from spartacus06/update-completion-machinectl
Lennart Poettering [Sun, 16 Aug 2015 17:58:49 +0000 (19:58 +0200)] 
Merge pull request #931 from spartacus06/update-completion-machinectl

Update shell completion for machinectl

8 years agoman: extend documentation for timedatectl's set-ntp command 970/head
Lennart Poettering [Sun, 16 Aug 2015 16:26:03 +0000 (18:26 +0200)] 
man: extend documentation for timedatectl's set-ntp command

This extends on the relationship between timedatectl's set-ntp command
and its effect on the systemd-timesyncd.service unit. This also links
that unit back to the timedatectl man page.

Closes #798.

8 years agoupdate TODO
Lennart Poettering [Sun, 16 Aug 2015 16:25:24 +0000 (18:25 +0200)] 
update TODO

8 years agoshell-completion: use list-images rather than list 931/head
Seth Jennings [Tue, 11 Aug 2015 16:40:17 +0000 (11:40 -0500)] 
shell-completion: use list-images rather than list

"machinectl list" only lists running machines while many of the MACHINES
commands use names of images; both running and non-running.

List machines from both "list" and "list-images" and use sort -u to
avoid duplicates.

8 years agoshell-completion: update machinectl bash completion
Seth Jennings [Tue, 11 Aug 2015 16:43:56 +0000 (11:43 -0500)] 
shell-completion: update machinectl bash completion

Many new subcommands have been added since the bash completion was last
updated.  Bring it up to speed.

8 years agoMerge pull request #930 from richardmaw-codethink/man-when-exec-start-post
Lennart Poettering [Sun, 16 Aug 2015 16:11:18 +0000 (18:11 +0200)] 
Merge pull request #930 from richardmaw-codethink/man-when-exec-start-post

man: Describe when ExecStartFoo= commands are run in more detail

8 years agoMerge pull request #918 from thomasmey/uml-fix
Lennart Poettering [Sun, 16 Aug 2015 15:07:28 +0000 (17:07 +0200)] 
Merge pull request #918 from thomasmey/uml-fix

UML: Fix block device setup

8 years agoMerge pull request #947 from evverx/bash-completion
Lennart Poettering [Sun, 16 Aug 2015 15:04:57 +0000 (17:04 +0200)] 
Merge pull request #947 from evverx/bash-completion

Update bash-completion: generate all unit types

8 years agobash-completion: generate unit type list from systemctl -t help option 947/head
Evgeny Vereshchagin [Thu, 13 Aug 2015 21:54:58 +0000 (21:54 +0000)] 
bash-completion: generate unit type list from systemctl -t help option

8 years agoMerge pull request #932 from kaysievers/bus
Lennart Poettering [Sun, 16 Aug 2015 12:34:36 +0000 (14:34 +0200)] 
Merge pull request #932 from kaysievers/bus

 sd-bus: do not connect to dbus-1 socket when kdbus is available

8 years agoMerge pull request #968 from alkino/master
Ronny Chevalier [Sat, 15 Aug 2015 12:21:42 +0000 (14:21 +0200)] 
Merge pull request #968 from alkino/master

zsh completion: update busctl

8 years agozsh completion: update busctl 968/head
Nicolas Cornu [Sat, 15 Aug 2015 11:58:05 +0000 (13:58 +0200)] 
zsh completion: update busctl

8 years agotree-wide: generate EBADF when we get invalid fds 953/head
Lennart Poettering [Fri, 14 Aug 2015 10:45:06 +0000 (12:45 +0200)] 
tree-wide: generate EBADF when we get invalid fds

This is a follow-up to #907, and makes the same change for all our other
public APIs.

8 years agoMerge pull request #948 from phomes/master
Daniel Mack [Fri, 14 Aug 2015 11:31:36 +0000 (13:31 +0200)] 
Merge pull request #948 from phomes/master

logind: actually fail on OOM

8 years agoresolved: never allow routing of "localhost" queries to DNS or LLMNR 955/head
Lennart Poettering [Fri, 14 Aug 2015 11:21:28 +0000 (13:21 +0200)] 
resolved: never allow routing of "localhost" queries to DNS or LLMNR

We should never allow leaking of "localhost" queries onto the network,
even if there's an explicit domain rotue set for this.

8 years agoresolved: locally synthesize replies for "localhost"
Lennart Poettering [Fri, 14 Aug 2015 11:17:05 +0000 (13:17 +0200)] 
resolved: locally synthesize replies for "localhost"

Let's make sure that clients querying resolved via the bus for A, AAAA
or PTR records for "localhost" get a synthesized, local reply, so that
we do not hit the network.

This makes part of nss-myhostname redundant, if used in conjunction.
However, given that nss-resolve shall be optional we need to keep this
code in both places for now.

8 years agonss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo") 954/head
Lennart Poettering [Fri, 14 Aug 2015 11:11:04 +0000 (13:11 +0200)] 
nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")

Given that we already hardocde the loopback ifindex, following the
kernel's own logic, we can replace the invocation of
if_nametoindex("lo") with LOOPBACK_IFINDEX.

8 years agoupdate TODO
Lennart Poettering [Fri, 14 Aug 2015 10:44:13 +0000 (12:44 +0200)] 
update TODO

8 years agologind: actually fail on OOM 948/head
Thomas Hindoe Paaboel Andersen [Thu, 13 Aug 2015 21:36:08 +0000 (23:36 +0200)] 
logind: actually fail on OOM

Since dacd6cee76a08331b8c8616c5f30f70ee49aa2f9 the two OOM's are
ignored as the value of r will be overwritten and we only log in
the fail section anyway.

This patch jumps to fail on OOM.

Note that this is different behavior compared to both the current
code and previous to dacd6cee76a08331b8c8616c5f30f70ee49aa2f9. Before
that commit we would log that saving the inhibit data failed, but
still write the file, though without the WHO/WHY section.

CID# 1313545

8 years agoMerge pull request #907 from keszybz/sd-daemon-badf
Lennart Poettering [Thu, 13 Aug 2015 18:54:56 +0000 (21:54 +0300)] 
Merge pull request #907 from keszybz/sd-daemon-badf

sd-daemon: return EBADF for invalid fd numbers

8 years agoMerge pull request #941 from phomes/master
Daniel Mack [Thu, 13 Aug 2015 15:57:09 +0000 (17:57 +0200)] 
Merge pull request #941 from phomes/master

hwdb: add DPI for a few more mice

8 years agohwdb: add DPI for a few more mice 941/head
Thomas Hindoe Paaboel Andersen [Wed, 12 Aug 2015 20:25:10 +0000 (22:25 +0200)] 
hwdb: add DPI for a few more mice

8 years agoMerge pull request #938 from tblume/fix-kexec-force-reboot
Kay Sievers [Wed, 12 Aug 2015 14:08:18 +0000 (16:08 +0200)] 
Merge pull request #938 from tblume/fix-kexec-force-reboot

support reboot -f for kexec kernel

8 years agoMerge pull request #939 from karelzak/smatch
Tom Gundersen [Wed, 12 Aug 2015 13:19:23 +0000 (15:19 +0200)] 
Merge pull request #939 from karelzak/smatch

treewide: trivial issues detected by smatch