Age | Commit message (Expand) | Author |
2014-12-11 | treewide: correct spacing near eol in code comments | Torstein Husebø |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |
2014-08-26 | logind: add HandleLidSwitchDocked= option to logind.conf + documentation | Ben Wolsieffer |
2014-08-18 | bus-util: simplify bus_verify_polkit_async() a bit | Lennart Poettering |
2014-08-15 | sd-bus: add API to check if a client has privileges | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-11 | logind: move lid switch handling from logind-main to logind-core | Kay Sievers |
2014-03-11 | logind: add a debug message in case the session already exists | Djalal Harouni |
2014-03-10 | logind: fix policykit checks | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | logind: ignore lid switch events for 30s after each suspend and 3min after st... | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-11 | logind: ignore PropertiesChanged signals for jobs | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | logind: always kill session when termination is requested | 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 | 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-28 | bus: fix a couple of format string mistakes | Lennart Poettering |
2013-12-22 | bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh... | Lennart Poettering |
2013-12-18 | core,logind: libudev usage modernizations | 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-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-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-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 |
2013-11-21 | bus: let's simplify things by getting rid of unnecessary bus parameters | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-12 | bus: rename sd_bus_send_with_reply_and_block() to sd_bus_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: fix serialization of ListSeats() bus call | Lennart Poettering |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-09-26 | logind: never consider a closing session relevant for PK checks | Lennart Poettering |
2013-09-20 | logind: put correct user object paths in introspection data | Mantas Mikulėnas |
2013-09-17 | Remove six unused variables and add annotation | Zbigniew Jędrzejewski-Szmek |
2013-09-17 | logind: extract has_vts() from can_multi_session() | David Herrmann |