summaryrefslogtreecommitdiff
path: root/src/login/logind.c
Commit message (Expand)AuthorAge
* shared: add formats-util.hRonny Chevalier2017-03-14
* Classify processes from sessions into cgroupsAndy Wingo2016-03-06
* Set up cgroups when logind startsAndy Wingo2016-03-06
* Fix the login monitorAndy Wingo2015-09-01
* Incorporate sleep.conf into logind.confAndy Wingo2015-08-29
* Beginnings of handling suspend/etc within logindAndy Wingo2015-08-23
* logind.c cleanupAndy Wingo2015-08-23
* Remove systemd subscription and user/session unitsAndy Wingo2015-08-23
* Remove support for auto-spawning VTsAndy Wingo2015-08-23
* Create /run/systemd as neededAndy Wingo2015-08-20
* Fix logind startupAndy Wingo2015-08-18
* Rename systemd-logind to logind.Ricardo Wurmus2015-08-15
* login: make hold-off timeout configurableDavid Herrmann2015-03-06
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* 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