chiark / gitweb /
elogind.git
10 years agobus: make bus_print_all_properties work for non machinectl cases
Simon Peeters [Thu, 7 Nov 2013 07:58:22 +0000 (08:58 +0100)]
bus: make bus_print_all_properties work for non machinectl cases

add a destination parameter and skip properties we can't read

10 years agocore: fix require $XDG_RUNTIME_DIR
Kay Sievers [Thu, 7 Nov 2013 13:14:22 +0000 (14:14 +0100)]
core: fix require $XDG_RUNTIME_DIR

  $ sudo dracut -f
  Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.
  /usr/lib/dracut/modules.d/98systemd/module-setup.sh: line 10:
    ((: >= 198 : syntax error: operand expected (error token is ">= 198 ")

10 years agoudevadm-settle: add missing brace
Zbigniew Jędrzejewski-Szmek [Thu, 7 Nov 2013 06:34:19 +0000 (01:34 -0500)]
udevadm-settle: add missing brace

10 years agocore: require $XDG_RUNTIME_DIR to be set for user instances
Mantas Mikulėnas [Wed, 9 Oct 2013 11:57:13 +0000 (14:57 +0300)]
core: require $XDG_RUNTIME_DIR to be set for user instances

It seems that some places use /run otherwise, which isn't going to work.

10 years agotest-strv: add strv_split, strv_split_newline, strv_remove_prefix
Daniel Buch [Thu, 31 Oct 2013 09:03:08 +0000 (10:03 +0100)]
test-strv: add strv_split, strv_split_newline, strv_remove_prefix

10 years agoMake hibernation test work for swap files
Jan Janssen [Thu, 31 Oct 2013 16:22:03 +0000 (17:22 +0100)]
Make hibernation test work for swap files

Suspend to disk works for swap files too (even if it is located
on an ecrypted file system):
https://www.kernel.org/doc/Documentation/power/swsusp-and-swap-files.txt

10 years agozsh-completion: add missing options for systemd-run
Ronny Chevalier [Thu, 31 Oct 2013 19:46:29 +0000 (20:46 +0100)]
zsh-completion: add missing options for systemd-run

10 years agoudevadm-trigger: add parameters checking
Yang Zhiyong [Sun, 3 Nov 2013 11:50:58 +0000 (19:50 +0800)]
udevadm-trigger: add parameters checking

10 years agoudevadm-settle: add parameters checking
Yang Zhiyong [Mon, 4 Nov 2013 03:26:07 +0000 (11:26 +0800)]
udevadm-settle: add parameters checking

10 years agosystemctl: make LOAD column width dynamic
Mantas Mikulėnas [Mon, 4 Nov 2013 21:01:17 +0000 (23:01 +0200)]
systemctl: make LOAD column width dynamic

Otherwise 'not-found' overflows into the ACTIVE column.

10 years agosystemd-python: convert keyword value to string
Richard Marko [Tue, 5 Nov 2013 14:41:20 +0000 (15:41 +0100)]
systemd-python: convert keyword value to string

Allows using journal.send('msg', PRIORITY=journal.LOG_CRIT)

Before this commit this results in
TypeError: cannot concatenate 'str' and 'int' objects
and requires passing PRIORITY value as string to work.

10 years agotest: remove duplicated code
Ronny Chevalier [Tue, 5 Nov 2013 22:32:56 +0000 (23:32 +0100)]
test: remove duplicated code

10 years agoSupport additional argument in reboot
WaLyong Cho [Wed, 6 Nov 2013 08:02:41 +0000 (17:02 +0900)]
Support additional argument in reboot

reboot syscall can be performed with an additional argument. In some
systems this functionality can be useful to modify the mode of the
next boot performed by the bootloader.

10 years agoman: add rationale into systemd-halt(8)
Jan Engelhardt [Thu, 7 Nov 2013 00:17:49 +0000 (01:17 +0100)]
man: add rationale into systemd-halt(8)

The explanation is from
http://people.debian.org/~stapelberg/docs/systemd-dependencies.html

10 years agoman: wording and grammar updates
Jan Engelhardt [Thu, 7 Nov 2013 00:17:48 +0000 (01:17 +0100)]
man: wording and grammar updates

This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.

10 years agoacpi-fpdt: break on zero or negative length read
Pavel Holica [Wed, 6 Nov 2013 22:24:16 +0000 (23:24 +0100)]
acpi-fpdt: break on zero or negative length read

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

10 years agosocket-proxyd: The proxy can now accept multiple sockets (but only to one remote...
David Strauss [Thu, 7 Nov 2013 04:46:31 +0000 (14:46 +1000)]
socket-proxyd: The proxy can now accept multiple sockets (but only to one remote host).

10 years agobus: indicate in .pc file that we need libsystemd-id128 definitions
Lennart Poettering [Thu, 7 Nov 2013 02:54:13 +0000 (03:54 +0100)]
bus: indicate in .pc file that we need libsystemd-id128 definitions

10 years agoapi: add C++ guards
Lennart Poettering [Thu, 7 Nov 2013 02:47:42 +0000 (03:47 +0100)]
api: add C++ guards

10 years agortnl: headers in src/systemd/ may not use #pragma once
Lennart Poettering [Thu, 7 Nov 2013 02:40:43 +0000 (03:40 +0100)]
rtnl: headers in src/systemd/ may not use #pragma once

10 years agortnl: headers in src/systemd/ may not include internal headers
Lennart Poettering [Thu, 7 Nov 2013 02:39:32 +0000 (03:39 +0100)]
rtnl: headers in src/systemd/ may not include internal headers

Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our
headers we pull in a bit.

10 years agortnl: internal headers must include pragma once protection
Lennart Poettering [Thu, 7 Nov 2013 02:38:08 +0000 (03:38 +0100)]
rtnl: internal headers must include pragma once protection

10 years agobuild-sys: add .pc file for libsystemd-bus
Lennart Poettering [Thu, 7 Nov 2013 02:27:58 +0000 (03:27 +0100)]
build-sys: add .pc file for libsystemd-bus

10 years agobuild-sys: merge sd-event into sd-bus
Lennart Poettering [Thu, 7 Nov 2013 02:20:40 +0000 (03:20 +0100)]
build-sys: merge sd-event into sd-bus

The sd-event APIs should be available only as part of libsystemd-bus so
that the utility calls are not linked into each independently and we can
minimize the number of libraries we have.

10 years agobuild-sys: add Makefile symlink for src/activate/
Lennart Poettering [Thu, 7 Nov 2013 02:09:59 +0000 (03:09 +0100)]
build-sys: add Makefile symlink for src/activate/

10 years agoutf8: export utf8 validation functions as part of sd-bus
Lennart Poettering [Thu, 7 Nov 2013 02:07:37 +0000 (03:07 +0100)]
utf8: export utf8 validation functions as part of sd-bus

To write useful bus code clients need to validate utf8 frequently since
the bus reacts allergic to it. Since glibc does not provide any calls
for this, let's provide it as part of libsystemd-bus.

10 years agoutf8: ascii_filter() is unused, let's remove it
Lennart Poettering [Thu, 7 Nov 2013 02:06:37 +0000 (03:06 +0100)]
utf8: ascii_filter() is unused, let's remove it

10 years agoconsistently use "int" when retrieving "bool" from bus messages
Kay Sievers [Thu, 7 Nov 2013 01:03:10 +0000 (02:03 +0100)]
consistently use "int" when retrieving "bool" from bus messages

10 years agobus: add forgotten _public_
Zbigniew Jędrzejewski-Szmek [Thu, 7 Nov 2013 00:14:35 +0000 (19:14 -0500)]
bus: add forgotten _public_

10 years agopam_systemd: dup the fd received from logind
Zbigniew Jędrzejewski-Szmek [Wed, 6 Nov 2013 22:24:16 +0000 (17:24 -0500)]
pam_systemd: dup the fd received from logind

Otherwise sd_bus_message cleanup would close it.

10 years agobuild-sys: distribute libsystemd-*.sym
Kay Sievers [Thu, 7 Nov 2013 00:36:08 +0000 (01:36 +0100)]
build-sys: distribute libsystemd-*.sym

10 years agobuild-sys: remove no longer needed DBUS_CFLAGS
Kay Sievers [Thu, 7 Nov 2013 00:33:07 +0000 (01:33 +0100)]
build-sys: remove no longer needed DBUS_CFLAGS

10 years agomachinectl: we need glibc's socket.h, not our own
Lennart Poettering [Wed, 6 Nov 2013 23:53:19 +0000 (00:53 +0100)]
machinectl: we need glibc's socket.h, not our own

10 years agopam: externally our booleans are ints, not unsigneds
Lennart Poettering [Wed, 6 Nov 2013 23:20:11 +0000 (00:20 +0100)]
pam: externally our booleans are ints, not unsigneds

10 years agoactivate: port to use new getpeername_pretty()/getsockname_pretty() calls
Lennart Poettering [Wed, 6 Nov 2013 23:13:31 +0000 (00:13 +0100)]
activate: port to use new getpeername_pretty()/getsockname_pretty() calls

10 years agosocket: rework things to have only one sockaddr formatter
Lennart Poettering [Wed, 6 Nov 2013 23:03:54 +0000 (00:03 +0100)]
socket: rework things to have only one sockaddr formatter

10 years agoevent: make sure we keep a reference to all events we dispatch while we do so.
Lennart Poettering [Wed, 6 Nov 2013 22:59:07 +0000 (23:59 +0100)]
event: make sure we keep a reference to all events we dispatch while we do so.

10 years agoactivate: fix uninitialized memory
Lennart Poettering [Wed, 6 Nov 2013 22:58:43 +0000 (23:58 +0100)]
activate: fix uninitialized memory

10 years agopam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read()
Kay Sievers [Wed, 6 Nov 2013 23:05:03 +0000 (00:05 +0100)]
pam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read()

10 years agobuild-sys: add sd-event to socket-proxyd
Kay Sievers [Wed, 6 Nov 2013 22:23:33 +0000 (23:23 +0100)]
build-sys: add sd-event to socket-proxyd

10 years agomkdir: modernize header ifdefs
Lennart Poettering [Wed, 6 Nov 2013 21:59:23 +0000 (22:59 +0100)]
mkdir: modernize header ifdefs

10 years agosocket-proxyd: rework to support multiple sockets and splice()-based zero-copy network IO
Lennart Poettering [Wed, 6 Nov 2013 21:40:54 +0000 (22:40 +0100)]
socket-proxyd: rework to support multiple sockets and splice()-based zero-copy network IO

This also drops --ignore-env, which can't really work anymore if we
allow multiple fds. Also adds support for pretty printing of peer
identities for debug purposes, and abstract namespace UNIX sockets. Also
ensures that we never take more connections than a certain limit.

10 years agoactive: rework make_socket_fd() to be based on socket_address_listen()
Lennart Poettering [Wed, 6 Nov 2013 21:30:35 +0000 (22:30 +0100)]
active: rework make_socket_fd() to be based on socket_address_listen()

Among other things this makes sure we set SO_REUSEADDR which is
immensely useful.

10 years agoactivate: reduce log settings to normal
Lennart Poettering [Wed, 6 Nov 2013 21:27:42 +0000 (22:27 +0100)]
activate: reduce log settings to normal

10 years agoactivate: get rid of redundant definiton of fd_cloexec()
Lennart Poettering [Wed, 6 Nov 2013 21:27:20 +0000 (22:27 +0100)]
activate: get rid of redundant definiton of fd_cloexec()

10 years agopam_systemd: port to libsystemd-bus
Zbigniew Jędrzejewski-Szmek [Tue, 5 Nov 2013 05:01:12 +0000 (00:01 -0500)]
pam_systemd: port to libsystemd-bus

10 years agosystemd_pam: treat debug as debug=1 and parse all params
Zbigniew Jędrzejewski-Szmek [Thu, 31 Oct 2013 04:58:25 +0000 (00:58 -0400)]
systemd_pam: treat debug as debug=1 and parse all params

systemd_pam would ignore all params after the first invalid one.
Instead ignore just this one, and parse the rest. There's just
one now, but as a matter of principle ;)

Also, allow debug as an alias for debug=1, and don't treat
invalid debug= options as fatal.

10 years agobus: add public libsystemd-event
Zbigniew Jędrzejewski-Szmek [Wed, 6 Nov 2013 07:47:39 +0000 (02:47 -0500)]
bus: add public libsystemd-event

10 years agobus: export libsystemd-bus as a public library
Zbigniew Jędrzejewski-Szmek [Wed, 6 Nov 2013 07:33:42 +0000 (02:33 -0500)]
bus: export libsystemd-bus as a public library

Old static libsystemd-bus.la becomes libsystemd-bus-internal.la.
memfd functions are also exported in the same library.

(Best viewed with --color-words -U0).

10 years agomachinectl: use initialization instead of zeroing
Zbigniew Jędrzejewski-Szmek [Thu, 31 Oct 2013 03:32:27 +0000 (23:32 -0400)]
machinectl: use initialization instead of zeroing

10 years agoefi-boot-generator: simplify
Zbigniew Jędrzejewski-Szmek [Thu, 31 Oct 2013 03:03:28 +0000 (23:03 -0400)]
efi-boot-generator: simplify

10 years agosocket-proxy: clean-up indenting
Lennart Poettering [Wed, 6 Nov 2013 17:29:24 +0000 (18:29 +0100)]
socket-proxy: clean-up indenting

10 years agoclients: unify how we invoke getopt_long()
Lennart Poettering [Wed, 6 Nov 2013 17:28:39 +0000 (18:28 +0100)]
clients: unify how we invoke getopt_long()

Among other things this makes sure we always expose a --version command
and show it in the help texts.

10 years agopath-util: paths_check_timestamp() opimizations
Lennart Poettering [Wed, 6 Nov 2013 16:34:54 +0000 (17:34 +0100)]
path-util: paths_check_timestamp() opimizations

10 years agoinhibit: don't return error code on --help
Lennart Poettering [Wed, 6 Nov 2013 16:33:44 +0000 (17:33 +0100)]
inhibit: don't return error code on --help

10 years agobusctl: port over to use bus_open_transport()
Lennart Poettering [Wed, 6 Nov 2013 16:33:24 +0000 (17:33 +0100)]
busctl: port over to use bus_open_transport()

10 years agoclients: various simplifications
Lennart Poettering [Wed, 6 Nov 2013 16:32:51 +0000 (17:32 +0100)]
clients: various simplifications

10 years agorun: support --system to match other commands, even if redundant
Lennart Poettering [Wed, 6 Nov 2013 16:31:20 +0000 (17:31 +0100)]
run: support --system to match other commands, even if redundant

10 years agoanalyze: port over to use bus_open_transport()
Lennart Poettering [Wed, 6 Nov 2013 16:30:39 +0000 (17:30 +0100)]
analyze: port over to use bus_open_transport()

10 years agoanalyze: simplify things
Lennart Poettering [Wed, 6 Nov 2013 15:38:21 +0000 (16:38 +0100)]
analyze: simplify things

10 years agoanalyze: fix indentation
Lennart Poettering [Wed, 6 Nov 2013 15:38:08 +0000 (16:38 +0100)]
analyze: fix indentation

10 years agoRevert "hostnamed: prevent it from crashing if the chassis is unknown"
Kay Sievers [Wed, 6 Nov 2013 12:38:28 +0000 (13:38 +0100)]
Revert "hostnamed: prevent it from crashing if the chassis is unknown"

This reverts commit 95b015de3849d8d8d03d9441ae1682a04c38833b.

"bus: handle serialization of NULL strings" (cd6f997f71c3aba16aa08226d423d14cbc787f82)
should fix this issue.

10 years agoComment spelling fixes.
David Strauss [Wed, 6 Nov 2013 10:03:18 +0000 (20:03 +1000)]
Comment spelling fixes.

10 years agoutil: unify reading of /proc/cmdline
Lennart Poettering [Wed, 6 Nov 2013 02:15:16 +0000 (03:15 +0100)]
util: unify reading of /proc/cmdline

Instead of individually checking for containers in each user do this
once in a new call proc_cmdline() that read the file only if we are not
in a container.

10 years agonspawn: explicitly terminate machines when we exit nspawn
Lennart Poettering [Wed, 6 Nov 2013 01:05:06 +0000 (02:05 +0100)]
nspawn: explicitly terminate machines when we exit nspawn

https://bugs.freedesktop.org/show_bug.cgi?id=68370
https://bugzilla.redhat.com/show_bug.cgi?id=988883

10 years agomachined: keep track of the initial leader PID of a machine
Lennart Poettering [Wed, 6 Nov 2013 01:03:04 +0000 (02:03 +0100)]
machined: keep track of the initial leader PID of a machine

This way we can without races always determine the machine for a leader
PID. This allows machine managers to query the machine for a forked off
container/VM  without a race where the child might already have died
before we could read the cgroup information from /proc/$PID/cgroup.

10 years agobus: handle serialization of NULL strings
Lennart Poettering [Wed, 6 Nov 2013 01:01:43 +0000 (02:01 +0100)]
bus: handle serialization of NULL strings

Instead of simply crashing be somewhat nicer and serialize a NULL string
into the empty string and generate an error on signature and object path
strings.

10 years agoshutdown: trim the cgroup tree on loop iteration
Lennart Poettering [Tue, 5 Nov 2013 21:17:03 +0000 (22:17 +0100)]
shutdown: trim the cgroup tree on loop iteration

This way we leave the cgroup empty before exiting in a container which
makes sure the container manager will get cgroup notification event

https://bugs.freedesktop.org/show_bug.cgi?id=68370
https://bugzilla.redhat.com/show_bug.cgi?id=988883

10 years agocgroup: run PID 1 in the root cgroup
Lennart Poettering [Tue, 5 Nov 2013 21:14:52 +0000 (22:14 +0100)]
cgroup: run PID 1 in the root cgroup

This way cleaning up the cgroup tree on shutdown is a lot easier since
we are in the root dir. Also PID 1 was previously artificially placed in
system.slice, even though our rule actually was not to have processes in
slices. The root slice otoh is magic anyway, so having PID 1 in there
sounds less surprising.

Of course, this means that PID is scheduled against the three top-level
slices.

10 years agobus: test-bus-marshal - make dbus-1 optional
Kay Sievers [Wed, 6 Nov 2013 01:03:05 +0000 (02:03 +0100)]
bus: test-bus-marshal - make dbus-1 optional

10 years agohostnamed: prevent it from crashing if the chassis is unknown
Thomas Hindoe Paaboel Andersen [Tue, 5 Nov 2013 23:30:29 +0000 (00:30 +0100)]
hostnamed: prevent it from crashing if the chassis is unknown

When fallback_chassis would return null it led to a crash and an
empty result in hostnamectl. Only seen after the sd-port.

10 years agobootctl: typo fix in help message
Thomas Hindoe Paaboel Andersen [Tue, 5 Nov 2013 23:29:49 +0000 (00:29 +0100)]
bootctl: typo fix in help message

10 years agobuild-sys: remove CFLAGS default assignment
Kay Sievers [Tue, 5 Nov 2013 20:35:20 +0000 (21:35 +0100)]
build-sys: remove CFLAGS default assignment

10 years agoman: do not use <term> in <para>
Kay Sievers [Tue, 5 Nov 2013 20:34:50 +0000 (21:34 +0100)]
man: do not use <term> in <para>

Element term in namespace '' encountered in para, but no template matches.

10 years agologin: port test-inhibit to libsystemd-bus
Kay Sievers [Tue, 5 Nov 2013 19:58:18 +0000 (20:58 +0100)]
login: port test-inhibit to libsystemd-bus

10 years agobus: never report nodes as children that do not have the right prefix
Lennart Poettering [Tue, 5 Nov 2013 20:24:33 +0000 (21:24 +0100)]
bus: never report nodes as children that do not have the right prefix

10 years agoupdate TODO
Lennart Poettering [Tue, 5 Nov 2013 19:55:14 +0000 (20:55 +0100)]
update TODO

10 years agologind: add virtual object paths that always can be used to refer to the callers...
Lennart Poettering [Tue, 5 Nov 2013 19:52:39 +0000 (20:52 +0100)]
logind: add virtual object paths that always can be used to refer to the callers session, user, seat or machine object

This way clients can skip invoking GetSessionByPID() for their own PID
or a similar call to access these objects.

10 years agoupdate TODO
Lennart Poettering [Tue, 5 Nov 2013 19:52:20 +0000 (20:52 +0100)]
update TODO

10 years agobus: add sd_bus_get_current() bus call to determine message that is currently being...
Lennart Poettering [Tue, 5 Nov 2013 19:51:49 +0000 (20:51 +0100)]
bus: add sd_bus_get_current() bus call to determine message that is currently being dispatched

10 years agologind: automatically determine client side PID if GetSessionByPID() is called with...
Lennart Poettering [Tue, 5 Nov 2013 19:44:27 +0000 (20:44 +0100)]
logind: automatically determine client side PID if GetSessionByPID() is called with a PID == 0

10 years agoman: fix typo
Ronny Chevalier [Sun, 3 Nov 2013 14:07:31 +0000 (15:07 +0100)]
man: fix typo

10 years agoConfigurable Timeouts/Restarts default values
Oleksii Shevchuk [Mon, 4 Nov 2013 16:47:43 +0000 (18:47 +0200)]
Configurable Timeouts/Restarts default values

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

Patch adds DefaultTimeoutStartSec, DefaultTimeoutStopSec, DefaultRestartSec
configuration options to manager configuration file.

10 years agobus: add new bus API call sd_bus_message_at_end()
Lennart Poettering [Tue, 5 Nov 2013 18:36:05 +0000 (19:36 +0100)]
bus: add new bus API call sd_bus_message_at_end()

This may be used to determine whether we are at the end of a container
ot the entire message.

10 years agobus: make use of assert_return() in all API calls that don't use it yet
Lennart Poettering [Tue, 5 Nov 2013 18:14:58 +0000 (19:14 +0100)]
bus: make use of assert_return() in all API calls that don't use it yet

10 years agobus: add sd_bus_message_read_strv()
Marc-Antoine Perennou [Tue, 5 Nov 2013 12:42:25 +0000 (21:42 +0900)]
bus: add sd_bus_message_read_strv()

It will be useful to have that in the public API.

10 years agonspawn: log out of memory errors
Djalal Harouni [Tue, 5 Nov 2013 14:26:37 +0000 (15:26 +0100)]
nspawn: log out of memory errors

10 years agologind: fix serialization for PrepareForSleep boolean
Lennart Poettering [Tue, 5 Nov 2013 16:59:55 +0000 (17:59 +0100)]
logind: fix serialization for PrepareForSleep boolean

10 years agologind: fix serialization of ListInhibitors() request
Lennart Poettering [Tue, 5 Nov 2013 16:47:15 +0000 (17:47 +0100)]
logind: fix serialization of ListInhibitors() request

10 years agobus: fix deserialization of polkit response
Lennart Poettering [Tue, 5 Nov 2013 16:45:46 +0000 (17:45 +0100)]
bus: fix deserialization of polkit response

10 years agoupdate TODO
Lennart Poettering [Tue, 5 Nov 2013 02:06:33 +0000 (03:06 +0100)]
update TODO

10 years agobus: delete some now used dbus1 code
Lennart Poettering [Tue, 5 Nov 2013 02:06:05 +0000 (03:06 +0100)]
bus: delete some now used dbus1 code

10 years agobus: support entering containers without specifying the type
Lennart Poettering [Tue, 5 Nov 2013 01:54:08 +0000 (02:54 +0100)]
bus: support entering containers without specifying the type

On request om Tom Gundersen...

10 years agobus: update bus_map_all_properties()
Kay Sievers [Tue, 5 Nov 2013 01:57:49 +0000 (02:57 +0100)]
bus: update bus_map_all_properties()

10 years agobus: add sd_bus_message_skip() to skip over multiple fields
Lennart Poettering [Tue, 5 Nov 2013 01:25:24 +0000 (02:25 +0100)]
bus: add sd_bus_message_skip() to skip over multiple fields

10 years agobus: allow that if the destination pointer in sd_bus_message_read_basic() is NULL...
Lennart Poettering [Tue, 5 Nov 2013 01:24:53 +0000 (02:24 +0100)]
bus: allow that if the destination pointer in sd_bus_message_read_basic() is NULL we skip over a field

10 years agonet-util: don't use libudev
Tom Gundersen [Tue, 5 Nov 2013 00:35:26 +0000 (01:35 +0100)]
net-util: don't use libudev

Should fix linking with old toolchain.

10 years agologind: expose linger state on User object
Lennart Poettering [Tue, 5 Nov 2013 00:27:27 +0000 (01:27 +0100)]
logind: expose linger state on User object

10 years agologind: fix serialization of ListSeats() bus call
Lennart Poettering [Tue, 5 Nov 2013 00:20:52 +0000 (01:20 +0100)]
logind: fix serialization of ListSeats() bus call

10 years agologind: port logind to libsystemd-bus
Lennart Poettering [Tue, 5 Nov 2013 00:10:21 +0000 (01:10 +0100)]
logind: port logind to libsystemd-bus