summaryrefslogtreecommitdiff
path: root/src/login/logind.c
AgeCommit message (Expand)Author
2016-03-06Classify processes from sessions into cgroupsAndy Wingo
2016-03-06Set up cgroups when logind startsAndy Wingo
2015-09-01Fix the login monitorAndy Wingo
2015-08-29Incorporate sleep.conf into logind.confAndy Wingo
2015-08-23Beginnings of handling suspend/etc within logindAndy Wingo
2015-08-23logind.c cleanupAndy Wingo
2015-08-23Remove systemd subscription and user/session unitsAndy Wingo
2015-08-23Remove support for auto-spawning VTsAndy Wingo
2015-08-20Create /run/systemd as neededelogind/v219.3Andy Wingo
2015-08-18Fix logind startupAndy Wingo
2015-08-15Rename systemd-logind to logind.Ricardo Wurmus
2015-03-06login: make hold-off timeout configurableDavid Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-26logind: Support logind.conf.d directories in the usual search pathsJosh Triplett
2014-09-19login: pause devices before acknowledging VT switchesDavid Herrmann
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-26logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-15sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter
2014-08-13login: share VT-signal handler between sessionsDavid Herrmann
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering
2014-03-11logind: move lid switch handling from logind-main to logind-coreKay Sievers
2014-03-04logind: make $XDG_RUNTIME_DIR a per-user tmpfsLennart Poettering
2014-03-03logind: ignore lid switch events for 30s after each suspend and 3min after st...Lennart Poettering
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-24logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering
2014-02-21logind: when we wake up from suspend and the lid is still closed, go to sleep...Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19logind: remove redundant check in manager_new()Maciej Wereski
2014-02-13logind: make sure to terminate systemd user on logoutsDjalal Harouni
2014-02-11logind: always kill session when termination is requestedZbigniew Jędrzejewski-Szmek
2014-02-07logind: rework session shutdown logicLennart Poettering
2013-12-18core,logind,networkd: check for udev device initialization via enumeration ma...Lennart Poettering
2013-12-18core,logind,networkd: don't pick up devices from udev before they finished ud...Lennart Poettering
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering
2013-12-12bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering