Systemd/src/login
Lennart Poettering 718db96199 core: convert PID 1 to libsystemd-bus
This patch converts PID 1 to libsystemd-bus and thus drops the
dependency on libdbus. The only remaining code using libdbus is a test
case that validates our bus marshalling against libdbus' marshalling,
and this dependency can be turned off.

This patch also adds a couple of things to libsystem-bus, that are
necessary to make the port work:

- Synthesizing of "Disconnected" messages when bus connections are
  severed.

- Support for attaching multiple vtables for the same interface on the
  same path.

This patch also fixes the SetDefaultTarget() and GetDefaultTarget() bus
calls which used an inappropriate signature.

As a side effect we will now generate PropertiesChanged messages which
carry property contents, rather than just invalidation information.
2013-11-20 20:52:36 +01:00
..
.gitignore login: properly detect MIMO USB displays 2012-05-31 01:20:37 +02:00
70-power-switch.rules login: Use the GOTO properly in udev rule 2012-05-30 18:34:28 +02:00
70-uaccess.rules uaccess: Add new DRM render nodes 2013-11-12 18:11:43 +01:00
71-seat.rules.in Move udevadm to rootbindir 2013-03-11 07:18:33 +01:00
73-seat-late.rules.in relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00
inhibit.c bus: introduce concept of a default bus for each thread and make use of it everywhere 2013-11-12 00:12:43 +01:00
libsystemd-login.pc.in relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00
libsystemd-login.sym sd-login: add a public accessor for the VT number 2013-09-11 19:08:20 +02:00
login-shared.c login: fix login_is_valid test 2013-09-16 11:10:55 -05:00
login-shared.h login: fix login_is_valid test 2013-09-16 11:10:55 -05:00
loginctl.c bus: log message parsing errors everywhere with a generalized bus_log_parse_error() 2013-11-07 21:26:31 +01:00
logind-acl.c logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-acl.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
logind-action.c logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-action.h use #pragma once instead of foo*foo define guards 2013-11-18 20:28:54 -05:00
logind-button.c button: don't exit if we cannot handle a button press 2013-11-10 23:05:32 +01:00
logind-button.h use #pragma once instead of foo*foo define guards 2013-11-18 20:28:54 -05:00
logind-core.c machined: keep track of the initial leader PID of a machine 2013-11-06 02:31:35 +01:00
logind-dbus.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind-device.c Remove dead code and unexport some calls 2013-11-08 18:12:45 +01:00
logind-device.h Remove dead code and unexport some calls 2013-11-08 18:12:45 +01:00
logind-gperf.gperf logind: port over to use scopes+slices for all cgroup stuff 2013-07-02 01:48:55 +02:00
logind-inhibit.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind-inhibit.h use #pragma once instead of foo*foo define guards 2013-11-18 20:28:54 -05:00
logind-seat-dbus.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind-seat.c logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-seat.h logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-session-dbus.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind-session-device.c logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-session-device.h logind: remove fbdev session-device support 2013-10-01 18:08:54 +02:00
logind-session.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind-session.h logind: port logind to libsystemd-bus 2013-11-05 01:13:05 +01:00
logind-user-dbus.c logind: add virtual object paths that always can be used to refer to the callers session, user, seat or machine object 2013-11-05 20:52:39 +01:00
logind-user.c logind: expose linger state on User object 2013-11-05 01:27:27 +01:00
logind-user.h logind: expose linger state on User object 2013-11-05 01:27:27 +01:00
logind.c core: convert PID 1 to libsystemd-bus 2013-11-20 20:52:36 +01:00
logind.conf logind: port over to use scopes+slices for all cgroup stuff 2013-07-02 01:48:55 +02:00
logind.h Remove dead code and unexport some calls 2013-11-08 18:12:45 +01:00
Makefile logind: move logind into its own subdirectory 2011-12-31 03:16:08 +01:00
multi-seat-x.c multi-seat-x: drop a lot of unnecessary code 2012-09-21 17:03:40 +02:00
org.freedesktop.login1.conf logind: allow unprivileged session-device access 2013-10-15 21:13:39 +02:00
org.freedesktop.login1.policy.in logind: if a user is sitting in front of the computer and can shutdown the machine anyway he should also be able to reboot it 2013-09-26 20:31:37 +02:00
org.freedesktop.login1.service relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00
pam-module.c remove unused variables 2013-11-18 23:04:16 +01:00
sd-login.c login: make sd_session_get_vt() actually work 2013-10-10 13:14:18 +02:00
sysfs-show.c Introduce udev object cleanup functions 2013-10-13 17:56:55 -04:00
systemd-user Add pam configuration to allow user sessions to work out of the box 2013-09-11 15:35:06 -04:00
test-inhibit.c login: port test-inhibit to libsystemd-bus 2013-11-05 21:34:42 +01:00
test-login-shared.c Add more tests and fix capability logging 2013-09-19 16:22:59 -05:00
test-login-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00
test-login.c Make test-login and test-sleep output debugging 2013-09-17 16:44:38 -04:00
user-sessions.c user-sessions: modernizations 2013-11-05 01:13:05 +01:00