Age | Commit message (Expand) | Author |
2014-02-11 | logind: always kill session when termination is requested | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | logind: use session_get_state() to get sessions state of the user | Djalal Harouni |
2014-02-11 | machined: optionally, allow registration of pre-existing units (scopes | Lennart Poettering |
2014-02-10 | pam: use correct log level | Michal Sekletar |
2014-02-08 | pam-module: avoid (null) in debug message | Zbigniew Jędrzejewski-Szmek |
2014-02-07 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2014-02-07 | core: when an already abandoned unit gets abandoned again generate a clean error | Lennart Poettering |
2014-02-07 | logind: order all scopes after both systemd-logind.service and | Lennart Poettering |
2014-02-07 | logind: add function session_jobs_reply() to unify the create reply | Djalal Harouni |
2014-02-07 | logind: given that we can now relatively safely shutdown sessions copes | Lennart Poettering |
2014-02-07 | logind: rework session shutdown logic | Lennart Poettering |
2014-02-05 | Update some message formats | Zbigniew Jędrzejewski-Szmek |
2014-02-05 | man: introduce new "Desktop" property for sessions | Lennart Poettering |
2014-02-05 | logind: make session type and class settable via the same ways | Lennart Poettering |
2014-02-05 | logind: add new "wayland" session type | Lennart Poettering |
2014-01-26 | pam_systemd: Ignore vtnr when seat != seat0 | Matthew Monaco |
2014-01-25 | build-sys: create "compatibility libraries" section | Zbigniew Jędrzejewski-Szmek |
2014-01-25 | build-sys: merge libsystemd-login into libsystemd | Zbigniew Jędrzejewski-Szmek |
2014-01-20 | logind: introduce session "positions" | David Herrmann |
2014-01-15 | logind: get rid of X11 display socket symlink | Lennart Poettering |
2014-01-12 | pam: skip DBUS_SESSION_BUS_ADDRESS export when kdbus is not active | Kay Sievers |
2014-01-11 | Revert "bus: export bus address also when compiled without kdbus" | Kay Sievers |
2014-01-09 | logind: wait for the user service to finish startup before completing login a... | Lennart Poettering |
2014-01-08 | bus: export bus address also when compiled without kdbus | Mantas Mikulėnas |
2014-01-08 | bus: use existing macros from def.h | Mantas Mikulėnas |
2014-01-08 | pam_systemd: export DBUS_SESSION_BUS_ADDRESS | Kay Sievers |
2013-12-28 | bus: fix a couple of format string mistakes | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-22 | loginctl: fix output of type with class | Mantas Mikulėnas |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | logind: remove dead variable | Zbigniew Jędrzejewski-Szmek |
2013-12-21 | libsystemd-login: add sd_session_get_remote_{host, user} | Mantas Mikulėnas |
2013-12-22 | bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh... | Lennart Poettering |
2013-12-21 | login: replace readdir_r with readdir | Florian Weimer |
2013-12-21 | loginctl: correctly show session IDs on session-status | Djalal Harouni |
2013-12-21 | loginctl,shell-completions: fix listing of sessions/users/seats | Zbigniew Jędrzejewski-Szmek |
2013-12-18 | loginctl: improve print_{session|user|seat}_status_info() functions | Djalal Harouni |
2013-12-18 | loginctl: use show_properties() to get login1 properties | Djalal Harouni |
2013-12-18 | loginctl: replace strv_append() by strv_extend() | Djalal Harouni |
2013-12-18 | loginctl: when showing device tree of seats with no devices show something us... | Lennart Poettering |
2013-12-18 | core,logind: libudev usage modernizations | Lennart Poettering |
2013-12-18 | core,logind,networkd: check for udev device initialization via enumeration ma... | Lennart Poettering |
2013-12-18 | login: Don't stop a running user manager from garbage-collecting the user. | Thomas Bächler |
2013-12-18 | core,logind,networkd: don't pick up devices from udev before they finished ud... | Lennart Poettering |
2013-12-17 | __thread --> thread_local for C11 compat | Shawn Landden |
2013-12-13 | event: be more conservative when returning errors from event handler callbacks | Lennart Poettering |
2013-12-12 | bus: remove explicit activator-specific flags, the kdbus supports it now | Kay Sievers |
2013-12-12 | bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl... | Kay Sievers |
2013-12-12 | bus: instead of exposing the dbus1 flags when acquiring a name use our own th... | Lennart Poettering |
2013-12-11 | event: hook up sd-event with the service watchdog logic | Lennart Poettering |