Age | Commit message (Expand) | Author |
2015-04-29 | sd-bus: drop bus parameter from message callback prototype | Lennart Poettering |
2015-02-18 | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering |
2015-01-18 | bus: use EUID over UID and fix unix-creds | David Herrmann |
2015-01-18 | logind: hide 'self' links if not available | David Herrmann |
2015-01-09 | logind: when a bus call is done on a session, user or seat, optionally determ... | Lennart Poettering |
2015-01-09 | logind: include "self" object links in dbus introspection | Lennart Poettering |
2014-12-25 | logind: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-09-17 | logind: fix typo | Ronny Chevalier |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-03-11 | bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco... | Lennart Poettering |
2014-03-11 | logind: add a debug message in case the session already exists | Djalal Harouni |
2014-03-04 | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek |
2014-02-05 | man: introduce new "Desktop" property for sessions | Lennart Poettering |
2014-01-09 | logind: wait for the user service to finish startup before completing login a... | Lennart Poettering |
2013-12-22 | bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh... | Lennart Poettering |
2013-12-10 | bus: introduce "trusted" bus concept and encode access control in object vtables | Lennart Poettering |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-26 | pam_systemd: do not set XDG_RUNTIME_DIR if the session's original user is not... | Lennart Poettering |
2013-11-22 | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering |
2013-11-21 | bus: rework message handlers to always take an error argument | Lennart Poettering |
2013-11-21 | bus: let's simplify things by getting rid of unnecessary bus parameters | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-13 | logind: create the session fifo before saving the session file | Thomas Hindoe Paaboel Andersen |
2013-11-06 | pam_systemd: dup the fd received from logind | Zbigniew Jędrzejewski-Szmek |
2013-11-05 | logind: add virtual object paths that always can be used to refer to the call... | Lennart Poettering |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering |
2013-10-04 | logind: fix bus introspection data for TakeControl() | Lennart Poettering |
2013-09-17 | logind: fix build for ARM with sizeof(dev_t) > sizeof(void*) | David Herrmann |
2013-09-17 | logind: introduce session-devices | David Herrmann |
2013-09-17 | logind: add session controllers | David Herrmann |
2013-07-26 | logind: update the session state file before we send out the CreateSession() ... | Lennart Poettering |
2013-07-26 | logind: update state file after generating the session fifo, not before | Lennart Poettering |
2013-07-19 | machined: correct how some properties are exported on the bus | Lennart Poettering |
2013-07-02 | logind: port over to use scopes+slices for all cgroup stuff | Lennart Poettering |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-03-18 | logind: exploit previous cleanups and simplify returns | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | logind: Make more use of cleanup macros | Colin Walters |
2013-03-18 | Use bus_maybe_send_reply() where applicable | Colin Walters |
2012-10-30 | logind: unify all session lock loop | Lennart Poettering |
2012-10-09 | logind: expose missing signals in Session bus objects | Lennart Poettering |
2012-09-21 | login: check return value of session_get_idle_hint | Václav Pavlín |
2012-06-21 | logind: introduce a state for session, being one of online, active, closing | Lennart Poettering |
2012-04-16 | systemctl: show main and control PID explicitly in cgroup-show | Lennart Poettering |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering |
2012-02-14 | login: track login class (i.e. one of "user", "greeter", "lock-screen") for e... | Lennart Poettering |
2012-02-07 | logind: Terminate bus_login_session_user_properties | Benjamin Franzke |