summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAge
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-26
* login: pause devices before acknowledging VT switchesDavid Herrmann2014-09-19
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-26
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-21
* sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter2014-08-15
* login: share VT-signal handler between sessionsDavid Herrmann2014-08-13
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-15
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-14
* logind: move lid switch handling from logind-main to logind-coreKay Sievers2014-03-11
* logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering2014-03-04
* logind: ignore lid switch events for 30s after each suspend and 3min after st...Lennart Poettering2014-03-03
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering2014-02-24
* logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering2014-02-21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* logind: remove redundant check in manager_new()Maciej Wereski2014-02-19
* logind: make sure to terminate systemd user on logoutsDjalal Harouni2014-02-13
* logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek2014-02-11
* logind: rework session shutdown logicLennart Poettering2014-02-07
* core,logind,networkd: check for udev device initialization via enumeration ma...Lennart Poettering2013-12-18
* core,logind,networkd: don't pick up devices from udev before they finished ud...Lennart Poettering2013-12-18
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-13
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-12
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-12
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-12
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-11
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-03
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-12
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* logind: port logind to libsystemd-busLennart Poettering2013-11-05
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Move part of logind.c into a separate fileZbigniew Jędrzejewski-Szmek2013-09-26
* logind: return -EINVAL when PID is wrongLukas Nykryn2013-09-24
* logind: rename vtconsole to seat0David Herrmann2013-09-17
* logind: add session controllersDavid Herrmann2013-09-17
* logind: add infrastructure to watch busnamesDavid Herrmann2013-09-17
* logind: listen actively for session devicesDavid Herrmann2013-09-17
* Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek2013-09-16