]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
8 years agodns-domain: add code for verifying validity of DNS-SD service names and types
Lennart Poettering [Fri, 20 Nov 2015 16:52:36 +0000 (17:52 +0100)] 
dns-domain: add code for verifying validity of DNS-SD service names and types

8 years agoMerge pull request #2003 from eworm-de/virt
Lennart Poettering [Mon, 23 Nov 2015 20:01:01 +0000 (21:01 +0100)] 
Merge pull request #2003 from eworm-de/virt

virt: add comment about order in virtualization detection

8 years agoMerge pull request #2006 from keszybz/mymachines-overflow
Lennart Poettering [Mon, 23 Nov 2015 19:51:57 +0000 (20:51 +0100)] 
Merge pull request #2006 from keszybz/mymachines-overflow

nss-mymachines: do not allow overlong machine names

8 years agoMerge pull request #2005 from eworm-de/vimrc
Daniel Mack [Mon, 23 Nov 2015 19:25:22 +0000 (20:25 +0100)] 
Merge pull request #2005 from eworm-de/vimrc

vimrc: add warning about dangerous exrc mode

8 years agonss-mymachines: do not allow overlong machine names 2006/head
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 18:59:43 +0000 (13:59 -0500)] 
nss-mymachines: do not allow overlong machine names

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

8 years agovimrc: add warning about dangerous exrc mode 2005/head
Christian Hesse [Mon, 23 Nov 2015 18:31:00 +0000 (19:31 +0100)] 
vimrc: add warning about dangerous exrc mode

8 years agovirt: add comment about order in virtualization detection 2003/head
Christian Hesse [Mon, 23 Nov 2015 18:15:25 +0000 (19:15 +0100)] 
virt: add comment about order in virtualization detection

8 years agoMerge pull request #1997 from fbuihuu/fix-swap-unit-ordering-dep
Lennart Poettering [Mon, 23 Nov 2015 17:24:17 +0000 (18:24 +0100)] 
Merge pull request #1997 from fbuihuu/fix-swap-unit-ordering-dep

make sure all swap units are ordered before the swap target

8 years agoMerge pull request #1998 from eworm-de/virt
Lennart Poettering [Mon, 23 Nov 2015 17:21:06 +0000 (18:21 +0100)] 
Merge pull request #1998 from eworm-de/virt

virt: detect dmi before cpuid

8 years agoMerge pull request #1996 from eworm-de/editorconfig
Daniel Mack [Mon, 23 Nov 2015 17:17:57 +0000 (18:17 +0100)] 
Merge pull request #1996 from eworm-de/editorconfig

add editorconfig configuration

8 years agoMerge pull request #1999 from evverx/nspawn-kill-signal-completion
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 17:17:06 +0000 (12:17 -0500)] 
Merge pull request #1999 from evverx/nspawn-kill-signal-completion

bash-completion: nspawn: add completion for --kill-signal

8 years agoMerge pull request #1986 from tjanez/fix-systemd_user_post
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 17:06:11 +0000 (12:06 -0500)] 
Merge pull request #1986 from tjanez/fix-systemd_user_post

rpm: fix %systemd_user_post() macro.

8 years agobash-completion: nspawn: add completion for --kill-signal 1999/head
Evgeny Vereshchagin [Mon, 23 Nov 2015 14:58:22 +0000 (14:58 +0000)] 
bash-completion: nspawn: add completion for --kill-signal

8 years agovirt: detect dmi before cpuid 1998/head
Christian Hesse [Mon, 23 Nov 2015 12:55:04 +0000 (13:55 +0100)] 
virt: detect dmi before cpuid

Virtualbox should be detected as 'oracle'. This used to work but broke
with commit:

    commit 75f86906c52735c98dc0aa7e24b773edb42ee814
    Author: Lennart Poettering <lennart@poettering.net>
    Date:   Mon Sep 7 13:42:47 2015 +0200

    basic: rework virtualization detection API

We swap detection for dmi and cpuid, this fixes Virtualbox with KVM.
Hopefully it does not break anything else.

8 years agoadd editorconfig configuration 1996/head
Christian Hesse [Mon, 23 Nov 2015 10:26:43 +0000 (11:26 +0100)] 
add editorconfig configuration

We want indention with spaces, so specify in editorconfig.
http://editorconfig.org/

8 years agoMerge pull request #1992 from evverx/tests-add-event-now
Daniel Mack [Mon, 23 Nov 2015 10:26:25 +0000 (11:26 +0100)] 
Merge pull request #1992 from evverx/tests-add-event-now

tests: add sd_event_now to test_basic

8 years agoMerge pull request #1990 from keszybz/html-links
Daniel Mack [Mon, 23 Nov 2015 10:26:00 +0000 (11:26 +0100)] 
Merge pull request #1990 from keszybz/html-links

man: include the target name when linking to man pages in html output

8 years agomake sure all swap units are ordered before the swap target 1997/head
Franck Bui [Mon, 23 Nov 2015 10:14:10 +0000 (11:14 +0100)] 
make sure all swap units are ordered before the swap target

When shutting down the system, the swap devices can be disabled long
time before the swap target is stopped. They're actually the first
units systemd turns off on my system.

This is incorrect and due to swap devices having multiple associated
swap unit files. The main one is usually created by the fstab
generator and is used to start the swap device.

Once done, systemd creates some 'alias' units for the same swap
device, one for each swap dev link. But those units are missing an
ordering dependencies which was created by the fstab generator for the
main swap unit.

Therefore during shutdown those 'alias' units can be stopped at
anytime before unmount.target target.

This patch makes sure that all swap units are stopped after the
swap.target target.

8 years agotests: add sd_event_now to test_basic 1992/head
Evgeny Vereshchagin [Mon, 23 Nov 2015 05:49:41 +0000 (05:49 +0000)] 
tests: add sd_event_now to test_basic

8 years agoMerge pull request #1987 from heftig/usertasks
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 05:41:23 +0000 (00:41 -0500)] 
Merge pull request #1987 from heftig/usertasks

Set user@.service TasksMax=infinity

8 years agoMerge pull request #1988 from phomes/systemctl-uninitialized2
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 05:10:37 +0000 (00:10 -0500)] 
Merge pull request #1988 from phomes/systemctl-uninitialized2

systemctl: do not return uninitialized r

8 years agoman: include the target name when linking to man pages in html output 1990/head
Zbigniew Jędrzejewski-Szmek [Mon, 23 Nov 2015 04:43:36 +0000 (23:43 -0500)] 
man: include the target name when linking to man pages in html output

Links like http://www.freedesktop.org/software/systemd/man/systemd.socket.html
are changed to http://www.freedesktop.org/software/systemd/man/systemd.socket.html#Accept=.

This implementation is quick & dirty, and misses various corner
cases. A fairly important one is that when a few directives share the
same anchor (which happens when multiple directives are described in
the same paragraph), generated links for everything except the first
one link to an invalid anchor. Another shortcoming is that the
formatting does not use the proper generateID machinery, so the anchor
name could be wrong in some cases. But it seems to work for a large
percentage of links, so seems to be an improvement in usability. When
the anchor is missing, we land at the top of the page, which is the
same as before. If the anchor were to point to different spot, this
would be more confusing... Not sure if that ever happens. Anyway, the
user should be able to recover from landing on the wrong place in the
page.

(Mostly) fixes https://github.com/systemd/systemd/issues/1956.

8 years agosystemctl: do not return uninitialized r 1988/head
Thomas Hindoe Paaboel Andersen [Sun, 22 Nov 2015 22:10:26 +0000 (23:10 +0100)] 
systemctl: do not return uninitialized r

Regresssed during port to extract_first_word in
5ab22f3321d238957c03dcc6a6db76491e3989b8

CID #1338060

8 years agoSet user@.service TasksMax=infinity 1987/head
Jan Alexander Steffens (heftig) [Sun, 22 Nov 2015 22:00:43 +0000 (23:00 +0100)] 
Set user@.service TasksMax=infinity

The user manager is still limited by its parent slice user-UID.slice,
which defaults to 4096 tasks. However, it no longer has an additional
limit of 512 tasks.

Fixes #1955.

8 years agoMerge pull request #1983 from dmedri/master
Lennart Poettering [Sun, 22 Nov 2015 21:34:37 +0000 (22:34 +0100)] 
Merge pull request #1983 from dmedri/master

Minor updates on po/ files + it.po update

8 years agoMerge pull request #1978 from evverx/man-service-watchdog
Lennart Poettering [Sun, 22 Nov 2015 21:33:50 +0000 (22:33 +0100)] 
Merge pull request #1978 from evverx/man-service-watchdog

man: update WatchdogSec section

8 years agoMerge pull request #1980 from evverx/sd-event-use-prioq-ensure-allocated
Lennart Poettering [Sun, 22 Nov 2015 21:32:54 +0000 (22:32 +0100)] 
Merge pull request #1980 from evverx/sd-event-use-prioq-ensure-allocated

sd-event: update tests; small refactoring

8 years agorpm: fix %systemd_user_post() macro. 1986/head
Tadej Janež [Sun, 22 Nov 2015 19:38:05 +0000 (20:38 +0100)] 
rpm: fix %systemd_user_post() macro.

Escape "--user" and "--global" arguments with "\\" since rpm treats
arguments starting with "-" as macro options which causes "Unknown
option" rpm error.
Use %{expand:...} to force expansion of the inner macro. Otherwise %{?*}
is recursively defined as "\--user \--global {%?*}" which causes
"Too many levels of recursion in macro expansion" rpm error.

Thanks to Michael Mráka for helping me fix the above issues.

8 years agoItalian: language update 1983/head
Daniele Medri [Sun, 22 Nov 2015 16:03:53 +0000 (17:03 +0100)] 
Italian: language update

8 years agotranslations: update-po
Daniele Medri [Sun, 22 Nov 2015 15:43:39 +0000 (16:43 +0100)] 
translations: update-po

8 years agotests: add missing sd_event_add_post to test_basic 1980/head
Evgeny Vereshchagin [Sun, 22 Nov 2015 09:11:19 +0000 (09:11 +0000)] 
tests: add missing sd_event_add_post to test_basic

8 years agotests: check exit handler invocation
Evgeny Vereshchagin [Sun, 22 Nov 2015 08:23:59 +0000 (08:23 +0000)] 
tests: check exit handler invocation

8 years agosd-event: use prioq_ensure_allocated where possible
Evgeny Vereshchagin [Sun, 22 Nov 2015 06:41:31 +0000 (06:41 +0000)] 
sd-event: use prioq_ensure_allocated where possible

8 years agoMerge pull request #1979 from evverx/build-install-systemd-path-completion
Daniel Mack [Sat, 21 Nov 2015 10:57:52 +0000 (11:57 +0100)] 
Merge pull request #1979 from evverx/build-install-systemd-path-completion

build: install bash completion for systemd-path

8 years agobuild: install bash completion for systemd-path 1979/head
Evgeny Vereshchagin [Sat, 21 Nov 2015 07:10:21 +0000 (07:10 +0000)] 
build: install bash completion for systemd-path

This is a follow-up for commit e50e53876fb08b6

8 years agoman: update WatchdogSec section 1978/head
Evgeny Vereshchagin [Sat, 21 Nov 2015 04:17:47 +0000 (04:17 +0000)] 
man: update WatchdogSec section

* add info about sd_event_set_watchdog
* add missing Restart values

8 years agoMerge pull request #1966 from evverx/fix-initrd-searching-on-debian
Daniel Mack [Fri, 20 Nov 2015 15:00:32 +0000 (16:00 +0100)] 
Merge pull request #1966 from evverx/fix-initrd-searching-on-debian

tests: fix initrd searching on Debian/Ubuntu

8 years agotests: fix initrd searching on Debian/Ubuntu 1966/head
Evgeny Vereshchagin [Fri, 20 Nov 2015 05:21:06 +0000 (05:21 +0000)] 
tests: fix initrd searching on Debian/Ubuntu

8 years agoMerge pull request #1950 from evverx/man-systemd-exec-env
Lennart Poettering [Fri, 20 Nov 2015 11:24:43 +0000 (12:24 +0100)] 
Merge pull request #1950 from evverx/man-systemd-exec-env

man: systemd.exec: add missing variables

8 years agoMerge pull request #1964 from poettering/sd-event-man
Martin Pitt [Fri, 20 Nov 2015 04:16:03 +0000 (05:16 +0100)] 
Merge pull request #1964 from poettering/sd-event-man

Finish the documentation for sd-event.h

8 years agoMerge pull request #1962 from mbiebl/install-completion-networkctl
Tom Gundersen [Fri, 20 Nov 2015 03:04:24 +0000 (04:04 +0100)] 
Merge pull request #1962 from mbiebl/install-completion-networkctl

build: install bash completion for networkctl

8 years agoman: fully document sd-event interfaces 1964/head
Lennart Poettering [Thu, 19 Nov 2015 22:38:54 +0000 (23:38 +0100)] 
man: fully document sd-event interfaces

This completes the set of man pages for sd-event and contains some minor
other fixes for other man pages too.

The sd_event_set_name(3) man page is renamed to
sd_event_source_set_description(3), which is the correct name of the
concept today.

8 years agosd-event: define a new PREPARING state
Lennart Poettering [Thu, 19 Nov 2015 22:33:55 +0000 (23:33 +0100)] 
sd-event: define a new PREPARING state

We already have a state RUNNING and EXITING when we dispatch regular and
exit callbacks. Let's introduce a new state called PREPARING that is
active while we invoke preparation callbacks. This way we have a state
each for all three kinds of event handlers.

The states are currently not documented, hence let's add a new state to
the end, before we start documenting this.

8 years agosd-event: make _ref() calls NOPs when NULL is passed to them
Lennart Poettering [Thu, 19 Nov 2015 22:32:52 +0000 (23:32 +0100)] 
sd-event: make _ref() calls NOPs when NULL is passed to them

Let's make _ref() calls happy when NULL is passed to them, and simply
return NULL without any assertion logic. This makes them nicely
symmetric to the _unref() calls which also are happy to take NULL and
become NOPs then.

8 years agoMerge pull request #1947 from phomes/sort-includes2
Lennart Poettering [Thu, 19 Nov 2015 22:32:30 +0000 (23:32 +0100)] 
Merge pull request #1947 from phomes/sort-includes2

tree-wide: sort includes in *.h

8 years agobuild: install bash completion for networkctl 1962/head
Michael Biebl [Thu, 19 Nov 2015 16:41:41 +0000 (17:41 +0100)] 
build: install bash completion for networkctl

This is a follow-up for commit e4f246b1b512c68260581c4976d2eb01cf7febdc.

8 years agoMerge pull request #1953 from martinpitt/fix-gitignore
Filipe Brandenburger [Thu, 19 Nov 2015 16:10:24 +0000 (08:10 -0800)] 
Merge pull request #1953 from martinpitt/fix-gitignore

gitignore: only ignore .html files in man/

8 years agogitignore: only ignore .html files in man/ 1953/head
Martin Pitt [Thu, 19 Nov 2015 09:51:19 +0000 (10:51 +0100)] 
gitignore: only ignore .html files in man/

src/journal-remote/browse.html is git-tracked source and should not be ignored.
Avoid accidentally ignoring similar ones in the future.

8 years agoMerge pull request #1960 from evverx/fix-ls-can-not-access
Daniel Mack [Thu, 19 Nov 2015 15:00:21 +0000 (16:00 +0100)] 
Merge pull request #1960 from evverx/fix-ls-can-not-access

tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal

8 years agotests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal 1960/head
Evgeny Vereshchagin [Thu, 19 Nov 2015 14:48:21 +0000 (14:48 +0000)] 
tests: fix ls: cannot access /var/tmp/systemd-test.*/journal/*/*.journal

don't lose logs from the test machine too

8 years agoman: systemd.exec: add missing variables 1950/head
Evgeny Vereshchagin [Thu, 19 Nov 2015 06:28:03 +0000 (06:28 +0000)] 
man: systemd.exec: add missing variables

8 years agoMerge pull request #1958 from teg/networkd-fixes
Daniel Mack [Thu, 19 Nov 2015 13:18:01 +0000 (14:18 +0100)] 
Merge pull request #1958 from teg/networkd-fixes

nd-ndisc: don't fail if src address is unset

8 years agond-ndisc: don't fail if src address is unset 1958/head
Tom Gundersen [Thu, 19 Nov 2015 11:18:04 +0000 (12:18 +0100)] 
nd-ndisc: don't fail if src address is unset

This happens when running our test-suite over a socketpair,
so don't fall over in that case.

Fixes issue #1952.

8 years agoMerge pull request #1951 from martinpitt/siphash-test-endianess
Filipe Brandenburger [Thu, 19 Nov 2015 08:15:01 +0000 (00:15 -0800)] 
Merge pull request #1951 from martinpitt/siphash-test-endianess

test: remove wrong endianess conversion in test-siphash24

8 years agotest: remove wrong endianess conversion in test-siphash24 1951/head
Martin Pitt [Thu, 19 Nov 2015 06:50:56 +0000 (07:50 +0100)] 
test: remove wrong endianess conversion in test-siphash24

Commit 933f9caee changed the returned result of siphash24_finalize() from
little-endian to native. Follow suit in test-siphash24 and drop the endianess
conversion there as well, so that this succeeds on big-endian machines again.

Fixes #1946.

8 years agoMerge pull request #1931 from bengal/dhcp-fqdn-v2
Tom Gundersen [Thu, 19 Nov 2015 01:27:10 +0000 (02:27 +0100)] 
Merge pull request #1931 from bengal/dhcp-fqdn-v2

libsystemd-network: add support for "Client FQDN" DHCP option (v2)

8 years agoMerge pull request #1944 from poettering/randoms-ec
Tom Gundersen [Thu, 19 Nov 2015 01:22:12 +0000 (02:22 +0100)] 
Merge pull request #1944 from poettering/randoms-ec

add RandomSec= setting to timer units, and more

8 years agoMerge pull request #1948 from teg/networkd-fixes
David Herrmann [Thu, 19 Nov 2015 00:45:19 +0000 (01:45 +0100)] 
Merge pull request #1948 from teg/networkd-fixes

sd-ndisc: drop packets from invalid source addresses

8 years agoRevert "networkd: ndisc - revert to letting the kernel handle NDisc" 1948/head
Tom Gundersen [Wed, 18 Nov 2015 20:32:43 +0000 (21:32 +0100)] 
Revert "networkd: ndisc - revert to letting the kernel handle NDisc"

This reverts commit 23f186494cf041107896fc4bd7fc5b8f921fd79f.

The bug has now been fixed, so we can go back to managing this ourselves.

8 years agosd-ndisc: drop RA packets from non-link-local addresses
Tom Gundersen [Thu, 19 Nov 2015 00:23:24 +0000 (01:23 +0100)] 
sd-ndisc: drop RA packets from non-link-local addresses

See https://tools.ietf.org/html/rfc4861#section-4.2. Some routers (dnsmasq) will send packets
from global addresses, which would break the default route setup, so ignore those.

This is also what the kernel does.

8 years agotree-wide: sort includes in *.h 1947/head
Thomas Hindoe Paaboel Andersen [Wed, 18 Nov 2015 21:46:33 +0000 (22:46 +0100)] 
tree-wide: sort includes in *.h

This is a continuation of the previous include sort patch, which
only sorted for .c files.

8 years agoMerge pull request #1945 from phomes/indentation-fix
Daniel Mack [Wed, 18 Nov 2015 18:31:08 +0000 (19:31 +0100)] 
Merge pull request #1945 from phomes/indentation-fix

network: fix indentation

8 years agonetwork: fix indentation 1945/head
Thomas Hindoe Paaboel Andersen [Wed, 18 Nov 2015 18:08:44 +0000 (19:08 +0100)] 
network: fix indentation

8 years agoupdate TODO 1944/head
Lennart Poettering [Wed, 18 Nov 2015 12:37:10 +0000 (13:37 +0100)] 
update TODO

8 years agoresolved: shortcut lookups names in the local zone
Lennart Poettering [Wed, 18 Nov 2015 14:33:37 +0000 (15:33 +0100)] 
resolved: shortcut lookups names in the local zone

Previously, we'd always generate a packet on the wire, even for names
that are within our local zone. Shortcut this, and always check the
local zone first. This should minimize generated traffic and improve
security.

8 years agoresolved: simplify dns zone logic: take a single key when looking up entries
Lennart Poettering [Wed, 18 Nov 2015 14:30:54 +0000 (15:30 +0100)] 
resolved: simplify dns zone logic: take a single key when looking up entries

Instead of taking a DnsQuestion object (i.e. an array of keys) only take
a single key. This simplifies things a bit, and as DNS/LLMNR require a
single question per query message was unnecessary anyway.

This mimics a similar change that was done a while ago for the dns cache
logic.

8 years agocore: add new RandomSec= setting for time units
Lennart Poettering [Wed, 18 Nov 2015 12:37:30 +0000 (13:37 +0100)] 
core: add new RandomSec= setting for time units

This allows configuration of a random time on top of the elapse events,
in order to spread time events in a network evenly across a range.

8 years agosystemctl: open pager for 'status', since process tree can get very long
Lennart Poettering [Wed, 18 Nov 2015 11:20:21 +0000 (12:20 +0100)] 
systemctl: open pager for 'status', since process tree can get very long

8 years agosystemctl: make sure 'status' shows whether units are transient
Lennart Poettering [Wed, 18 Nov 2015 11:20:04 +0000 (12:20 +0100)] 
systemctl: make sure 'status' shows whether units are transient

8 years agobus-util: make sure --property=RemainAfterElapse=1 works
Lennart Poettering [Wed, 18 Nov 2015 11:19:42 +0000 (12:19 +0100)] 
bus-util: make sure --property=RemainAfterElapse=1 works

8 years agobus-util: add in forgotten error messages
Lennart Poettering [Wed, 18 Nov 2015 11:19:15 +0000 (12:19 +0100)] 
bus-util: add in forgotten error messages

8 years agoman: improve and fix documentation for RemainAfterElapse=
Lennart Poettering [Wed, 18 Nov 2015 11:18:27 +0000 (12:18 +0100)] 
man: improve and fix documentation for RemainAfterElapse=

8 years agoNEWS: add in missing NEWS entry for 228 feature RemainAfterElapse=
Lennart Poettering [Wed, 18 Nov 2015 11:17:57 +0000 (12:17 +0100)] 
NEWS: add in missing NEWS entry for 228 feature RemainAfterElapse=

8 years agoMerge pull request #1943 from teg/networkd-fixes
Martin Pitt [Wed, 18 Nov 2015 14:20:35 +0000 (15:20 +0100)] 
Merge pull request #1943 from teg/networkd-fixes

networkd: fixes

8 years agonetworkd: dhcp4 - dirty link when the lease changes 1943/head
Tom Gundersen [Wed, 18 Nov 2015 13:21:06 +0000 (14:21 +0100)] 
networkd: dhcp4 - dirty link when the lease changes

Without this commit, we risk not picking up DNS addresses
as soon as they are available.

8 years agonetworkd: ndisc - revert to letting the kernel handle NDisc
Tom Gundersen [Wed, 18 Nov 2015 12:43:49 +0000 (13:43 +0100)] 
networkd: ndisc - revert to letting the kernel handle NDisc

There is still a bug in the userspace version, so temporarily revert this.

This is a work-around for issue #1866.

8 years agoMerge pull request #1940 from evverx/man-journald-syslog-forwarding
Lennart Poettering [Wed, 18 Nov 2015 10:32:45 +0000 (11:32 +0100)] 
Merge pull request #1940 from evverx/man-journald-syslog-forwarding

man: remove section about syslog forwarding

8 years agoMerge pull request #1912 from mustrumr/calendarspec-sub-second-v3
Lennart Poettering [Wed, 18 Nov 2015 10:31:42 +0000 (11:31 +0100)] 
Merge pull request #1912 from mustrumr/calendarspec-sub-second-v3

Calendarspec sub second v3

8 years agoMerge pull request #1889 from ssahani/socket-proto
Lennart Poettering [Wed, 18 Nov 2015 10:30:06 +0000 (11:30 +0100)] 
Merge pull request #1889 from ssahani/socket-proto

socket: Add support for socket protcol

8 years agobuild: bump version numbers v228
David Herrmann [Wed, 18 Nov 2015 07:59:06 +0000 (08:59 +0100)] 
build: bump version numbers

Prepare for v228 release and bump version numbers.

8 years agoMerge pull request #1936 from poettering/transient-timers
David Herrmann [Wed, 18 Nov 2015 07:05:12 +0000 (08:05 +0100)] 
Merge pull request #1936 from poettering/transient-timers

Fix transient timers and other fixes

8 years agoSocket: socket protocol add to dbus properties 1889/head
Susant Sahani [Wed, 18 Nov 2015 04:03:51 +0000 (09:33 +0530)] 
Socket: socket protocol add to dbus properties

8 years agosocket: Add support for socket protcol
Susant Sahani [Mon, 16 Nov 2015 06:45:47 +0000 (12:15 +0530)] 
socket: Add support for socket protcol

Now we don't support the socket protocol like
sctp and udplite .

This patch add a new config param
SocketProtocol: udplite/sctp

With this now we can configure the protocol as

udplite = IPPROTO_UDPLITE
sctp = IPPROTO_SCTP

Tested with nspawn:

8 years agoman: remove section about syslog forwarding 1940/head
Evgeny Vereshchagin [Wed, 18 Nov 2015 02:02:29 +0000 (02:02 +0000)] 
man: remove section about syslog forwarding

journald: turn ForwardToSyslog= off by default
After all, rsyslog and friends nowadays read their data directly from
the journal, hence the forwarding is unnecessary in most cases.

see 46b131574fdd7d77c15a0919ca9010c

8 years agoman: calendarspec sub-second support 1912/head
Hristo Venev [Mon, 16 Nov 2015 08:15:17 +0000 (10:15 +0200)] 
man: calendarspec sub-second support

8 years agotest: calendarspec sub-second tests
Hristo Venev [Mon, 16 Nov 2015 08:15:16 +0000 (10:15 +0200)] 
test: calendarspec sub-second tests

8 years agocalendarspec: sub-second support, v3
Hristo Venev [Mon, 16 Nov 2015 08:15:05 +0000 (10:15 +0200)] 
calendarspec: sub-second support, v3

8 years agorun: automatically clean up transient timers created by systemd-run 1936/head
Lennart Poettering [Tue, 17 Nov 2015 19:38:12 +0000 (20:38 +0100)] 
run: automatically clean up transient timers created by systemd-run

8 years agocore: add RemainAfterElapse= setting to timer units
Lennart Poettering [Tue, 17 Nov 2015 19:13:36 +0000 (20:13 +0100)] 
core: add RemainAfterElapse= setting to timer units

Previously, after a timer unit elapsed we'd leave it around for good,
which has the nice benefit that starting a timer that shall trigger at a
specific point in time multiple times will only result in one trigger
instead of possibly many. With this change a new option
RemainAfterElapse= is added. It defaults to "true", to mimic the old
behaviour. If set to "false" timer units will be unloaded after they
elapsed. This is specifically useful for transient timer units.

8 years agocore: Minor cleaning up of unit/log status and log logic
Lennart Poettering [Tue, 17 Nov 2015 16:11:44 +0000 (17:11 +0100)] 
core: Minor cleaning up of unit/log status and log logic

We only reorder a few things and modernize some constructs. No
functional changes.

- Move some if checks from the caller to the callee of a few functions.

- Use IN_SE() where we can

- Move status printing functions together

8 years agorun: when automatically generating names for transient units, use unique bus ID,...
Lennart Poettering [Tue, 17 Nov 2015 13:11:12 +0000 (14:11 +0100)] 
run: when automatically generating names for transient units, use unique bus ID, fallback to random

Previously we used the process ID to generate transient unit names.
However, that is problematic as PIDs get reused easily, and applying
them to remote systems makes little sense.

Fortunately, each bus peer gets a unique, non-reusable ID assigned when
attaching to a bus, hence let's use that, if we can. In some cases we
cannot however, because we connect directly to PID's private socket, and
thus are not a proper bus peer with a unique ID. In that case generate a
random UUID to name the unit after.

8 years agocore: make unit_make_transient() more thorough
Lennart Poettering [Tue, 17 Nov 2015 13:09:16 +0000 (14:09 +0100)] 
core: make unit_make_transient() more thorough

Let's reset more stuff that does not apply to transient units. Also,
let's readd the unito to all queues, because it's identity now changed.

8 years agocore: dispatch load queue each time we set up a transient units
Lennart Poettering [Tue, 17 Nov 2015 13:07:38 +0000 (14:07 +0100)] 
core: dispatch load queue each time we set up a transient units

manager_load_unit() will dispatch the load queue anyway, but let's make
sure we also dispatch it immediately, after truning a unit into a
transient one and loading the properties from the message. That way the
know about the validity of the unit before we begin processing the next
auxiliary unit.

8 years agocore: move check whether a unit is suitable to become transient into unit.c
Lennart Poettering [Tue, 17 Nov 2015 13:04:40 +0000 (14:04 +0100)] 
core: move check whether a unit is suitable to become transient into unit.c

Lets introduce unit_is_pristine() that verifies whether a unit is
suitable to become a transient unit, by checking that it is no
referenced yet and has no data on disk assigned.

8 years agocore: generate nice error messages for auxiliary transient units, too
Lennart Poettering [Tue, 17 Nov 2015 13:03:13 +0000 (14:03 +0100)] 
core: generate nice error messages for auxiliary transient units, too

Let's move the validation checks into the loop that sets up the main and
auxiliary transient units, so that we can generate pretty error messages
for all units a transient unit transaction generates, not just for the
main unit.

8 years agosysctl: use %P instead of %p in core pattern
Lennart Poettering [Tue, 17 Nov 2015 13:01:20 +0000 (14:01 +0100)] 
sysctl: use %P instead of %p in core pattern

That way we'll get the PID on the host, rather than the one in a PID
namespace. Which should make the coredump handler less confusing.

Fixes #1930.

8 years agoMerge pull request #1920 from teg/networkd-fixes
Martin Pitt [Tue, 17 Nov 2015 16:01:32 +0000 (17:01 +0100)] 
Merge pull request #1920 from teg/networkd-fixes

networkd fixes

8 years agoMerge pull request #1932 from teg/networkd-ndisc-timeout
Martin Pitt [Tue, 17 Nov 2015 14:59:46 +0000 (15:59 +0100)] 
Merge pull request #1932 from teg/networkd-ndisc-timeout

networkd: ndisc timeout

8 years agonetworkd: ndisc - consider configured on timeout 1932/head
Tom Gundersen [Tue, 17 Nov 2015 14:32:39 +0000 (15:32 +0100)] 
networkd: ndisc - consider configured on timeout

Don't block indefinitely, when control has been passed on from NDisc to DHCPv6.
In this case there is likely no IPv6 support on the local link, so otherwise
this would block indefinitely.

8 years agohostname-util: fix code comment 1931/head
Beniamino Galvani [Tue, 17 Nov 2015 13:08:37 +0000 (14:08 +0100)] 
hostname-util: fix code comment