| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: drop license boilerplate | Zbigniew Jędrzejewski-Szmek | 2018-04-06 | 1 | -13/+0 |
* | logind: change check_gc to may_gc everywhere | Zbigniew Jędrzejewski-Szmek | 2018-02-15 | 1 | -1/+1 |
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |
* | logind: save/restore session devices and their respective file descriptors | Franck Bui | 2017-06-08 | 1 | -0/+2 |
* | logind: when setting a new controller, don't prepare the VT if logind is rest... | Franck Bui | 2017-06-08 | 1 | -1/+1 |
* | logind: introduce LockedHint and SetLockedHint (#3238) | Victor Toso | 2016-05-11 | 1 | -0/+4 |
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 1 | -2/+0 |
* | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen | 2015-11-18 | 1 | -1/+1 |
* | logind: switch to sd_bus_track helper | Daniel Mack | 2015-08-05 | 1 | -0/+1 |
* | logind: rename 'pos' to 'position' | David Herrmann | 2015-07-10 | 1 | -1/+1 |
* | build-sys: split internal basic/ library from shared/ | Kay Sievers | 2015-06-11 | 1 | -1/+1 |
* | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering | 2015-04-29 | 1 | -4/+4 |
* | logind: check return value of session_release | Zbigniew Jędrzejewski-Szmek | 2015-03-15 | 1 | -1/+1 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -4/+0 |
* | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering | 2015-02-18 | 1 | -0/+5 |
* | login: pause devices before acknowledging VT switches | David Herrmann | 2014-09-19 | 1 | -0/+1 |
* | logind: add new session type "web" for PAM web clients, such as cockpit | Lennart Poettering | 2014-08-14 | 1 | -0/+1 |
* | login: share VT-signal handler between sessions | David Herrmann | 2014-08-13 | 1 | -1/+0 |
* | login: set_controller should fail if prepare_vt fails | Olivier Brunel | 2014-08-11 | 1 | -1/+1 |
* | Small modernizations | Zbigniew Jędrzejewski-Szmek | 2014-07-18 | 1 | -1/+1 |
* | logind: fix Display property of user objects | Lennart Poettering | 2014-05-19 | 1 | -0/+2 |
* | login: rename session_mute_vt() to session_prepare_vt() | David Herrmann | 2014-04-23 | 1 | -1/+1 |
* | login: add 'mir' to the list of session types | David Herrmann | 2014-04-09 | 1 | -0/+1 |
* | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek | 2014-02-11 | 1 | -1/+1 |
* | logind: rework session shutdown logic | Lennart Poettering | 2014-02-07 | 1 | -1/+4 |
* | man: introduce new "Desktop" property for sessions | Lennart Poettering | 2014-02-05 | 1 | -0/+1 |
* | logind: add new "wayland" session type | Lennart Poettering | 2014-02-05 | 1 | -0/+1 |
* | logind: introduce session "positions" | David Herrmann | 2014-01-20 | 1 | -0/+1 |
* | logind: remove unused session->closing field | David Herrmann | 2013-11-28 | 1 | -1/+0 |
* | logind: make VT numbers unsigned | David Herrmann | 2013-11-28 | 1 | -1/+1 |
* | logind: mute/restore VT on behalf of session controllers | David Herrmann | 2013-11-28 | 1 | -1/+6 |
* | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering | 2013-11-22 | 1 | -2/+2 |
* | logind: port logind to libsystemd-bus | Lennart Poettering | 2013-11-05 | 1 | -7/+10 |
* | logind: introduce session-devices | David Herrmann | 2013-09-17 | 1 | -0/+2 |
* | logind: add session controllers | David Herrmann | 2013-09-17 | 1 | -0/+6 |
* | Verify validity of session name when received from outside | Zbigniew Jędrzejewski-Szmek | 2013-09-16 | 1 | -0/+1 |
* | logind: restore logic to kill user processes when session ends | Lennart Poettering | 2013-08-13 | 1 | -0/+2 |
* | logind: port over to use scopes+slices for all cgroup stuff | Lennart Poettering | 2013-07-02 | 1 | -7/+9 |
* | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering | 2013-06-20 | 1 | -3/+6 |
* | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek | 2013-05-02 | 1 | -8/+8 |
* | logind: introduce an explicit session class for cronjobs and similar | Lennart Poettering | 2013-04-09 | 1 | -8/+9 |
* | logind: unify all session lock loop | Lennart Poettering | 2012-10-30 | 1 | -0/+1 |
* | use #pragma once instead of foo*foo #define guards | Shawn Landden | 2012-07-19 | 1 | -4/+1 |
* | logind: introduce a state for session, being one of online, active, closing | Lennart Poettering | 2012-06-21 | 1 | -0/+13 |
* | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | 2012-04-12 | 1 | -4/+4 |
* | login: track login class (i.e. one of "user", "greeter", "lock-screen") for e... | Lennart Poettering | 2012-02-14 | 1 | -0/+12 |
* | logind: move logind into its own subdirectory | Lennart Poettering | 2011-12-31 | 1 | -0/+124 |