Age | Commit message (Expand) | Author |
2013-11-10 | button: don't exit if we cannot handle a button press | Lennart Poettering |
2013-11-08 | bus: port remaining code over to use bus_error_message() | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-11-07 | inhibit: more conversions to use bus_log_parse_error() | Lennart Poettering |
2013-11-07 | bus: log message parsing errors everywhere with a generalized bus_log_parse_e... | Lennart Poettering |
2013-11-07 | polkit: don't spawn local client if we access a remote system | Lennart Poettering |
2013-11-07 | loginctl: convert to sd-bus | Simon Peeters |
2013-11-07 | pam: the DECIMAL_STR_MAX macro is awesome, let's use it | Lennart Poettering |
2013-11-06 | pam_systemd: dup the fd received from logind | Zbigniew Jędrzejewski-Szmek |
2013-11-07 | pam: externally our booleans are ints, not unsigneds | Lennart Poettering |
2013-11-07 | socket: rework things to have only one sockaddr formatter | Lennart Poettering |
2013-11-07 | pam_systemd: pass 'unsigned' instead of 'bool' to sd_bus_message_read() | Kay Sievers |
2013-11-06 | pam_systemd: port to libsystemd-bus | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | systemd_pam: treat debug as debug=1 and parse all params | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-11-06 | inhibit: don't return error code on --help | Lennart Poettering |
2013-11-06 | machined: keep track of the initial leader PID of a machine | Lennart Poettering |
2013-11-05 | login: port test-inhibit to libsystemd-bus | Kay Sievers |
2013-11-05 | logind: add virtual object paths that always can be used to refer to the call... | Lennart Poettering |
2013-11-05 | logind: automatically determine client side PID if GetSessionByPID() is calle... | Lennart Poettering |
2013-11-05 | logind: fix serialization for PrepareForSleep boolean | Lennart Poettering |
2013-11-05 | logind: fix serialization of ListInhibitors() request | Lennart Poettering |
2013-11-05 | logind: expose linger state on User object | Lennart Poettering |
2013-11-05 | logind: fix serialization of ListSeats() bus call | Lennart Poettering |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering |
2013-11-05 | user-sessions: modernizations | Lennart Poettering |
2013-10-30 | general: various cleanups | Lennart Poettering |
2013-10-22 | inhibit: port to sd-bus | Tom Gundersen |
2013-10-15 | logind: allow unprivileged session-device access | David Herrmann |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-10-10 | login: make sd_session_get_vt() actually work | David Herrmann |
2013-10-10 | login: fix invalid free() in sd_session_get_vt() | David Herrmann |
2013-10-04 | logind: fix bus introspection data for TakeControl() | Lennart Poettering |
2013-10-03 | execute: more debugging messages | Zbigniew Jędrzejewski-Szmek |
2013-10-01 | logind: remove fbdev session-device support | David Herrmann |
2013-10-01 | logind: send PropertyChanged during deactivation | David Herrmann |
2013-10-01 | logind: check whether first drmSetMaster succeeded | David Herrmann |
2013-10-01 | logind: fix session-device dbus notify | David Herrmann |
2013-09-26 | logind: never consider a closing session relevant for PK checks | Lennart Poettering |
2013-09-26 | logind: if a user is sitting in front of the computer and can shutdown the ma... | Lennart Poettering |
2013-09-26 | Move part of logind.c into a separate file | Zbigniew Jędrzejewski-Szmek |
2013-09-24 | logind: return -EINVAL when PID is wrong | Lukas Nykryn |
2013-09-20 | logind: put correct user object paths in introspection data | Mantas Mikulėnas |
2013-09-19 | Add more tests and fix capability logging | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | Remove six unused variables and add annotation | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | logind: fix build for ARM with sizeof(dev_t) > sizeof(void*) | David Herrmann |
2013-09-17 | logind: implement generic multi-session | David Herrmann |
2013-09-17 | logind: introduce session-devices | David Herrmann |