Age | Commit message (Expand) | Author |
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 |
2013-12-10 | macro: log assertion at debug level in assert_return() | Lennart Poettering |
2013-12-10 | bus: introduce "trusted" bus concept and encode access control in object vtables | Lennart Poettering |
2013-12-08 | Help output spring cleaning | Zbigniew Jędrzejewski-Szmek |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-03 | bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot... | Lennart Poettering |
2013-12-02 | Use assert_return in more of the public API | Thomas Hindoe Paaboel Andersen |
2013-12-01 | logind: fix "CanGraphical" attribute to return correct value | David Herrmann |
2013-11-30 | sysfs-show.c: return negative error | Thomas Hindoe Paaboel Andersen |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-28 | logind: remove unused session->closing field | David Herrmann |
2013-11-28 | logind: require VTs on seat0 and forbid elsewhere | David Herrmann |
2013-11-28 | logind: make VT numbers unsigned | David Herrmann |
2013-11-28 | logind: mute/restore VT on behalf of session controllers | David Herrmann |
2013-11-28 | logind: restore session-controller after crash | David Herrmann |
2013-11-28 | logind: ignore failing close() on session-devices | David Herrmann |
2013-11-28 | login: revert lazy session-activation on non-VT seats | David Herrmann |
2013-11-27 | logind: log which process is delaying suspend and not closing locks | 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-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-22 | bus: also add error parameter to object find and enumerator callbacks | Lennart Poettering |
2013-11-21 | logind,machined,run: properly invoke StartTransientUnit() bus call | Lennart Poettering |
2013-11-21 | bus: rework message handlers to always take an error argument | Lennart Poettering |