summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAge
* Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-08-24
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-08-24
* logind: let's change the type of the runtime directory size to uint64_tLennart Poettering2018-08-24
* tree-wide: remove some double newlines in headers, tooLennart Poettering2018-08-24
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-08-24
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-08-24
* login: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-08-24
* inhibit: use pager for systemd-inhibit --listDavid Tardon2018-08-24
* logind: fix borked r checkZbigniew Jędrzejewski-Szmek2018-08-24
* login: do not wall message on cancelling shutdown when Manager.enable_wall_me...Yu Watanabe2018-08-24
* login: change variable type of enable_wall_messages as it matches Manager.ena...Yu Watanabe2018-08-24
* meson: generate m4 preprocessor from config.h (#8914)Yu Watanabe2018-08-24
* util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe2018-08-24
* logind: (void)ify all things we knowingly ignoreLennart Poettering2018-08-24
* logind: terminate cleanly on SIGTERM/SIGINTLennart Poettering2018-08-24
* logind: modernize Manager object allocation and freeingLennart Poettering2018-08-24
* login: drop unnecessary headersYu Watanabe2018-08-24
* logind: remove manager_start_slice()Zbigniew Jędrzejewski-Szmek2018-08-24
* logind: split %t directory creation to a helper unitZbigniew Jędrzejewski-Szmek2018-08-24
* Use a dash-truncated drop-in for user-%j.slice configurationZbigniew Jędrzejewski-Szmek2018-08-24
* logind: move two functions to logind_core utility libZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-08-24
* login: drop an unused variableYu Watanabe2018-08-24
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-08-24
* loginctl: port loginctl to format-table.[ch]Lennart Poettering2018-08-24
* logind: enable limiting of user session scopes using pam context objects (#8397)Jan Synacek2018-08-24
* shared/sleep-config: return a custom message when not enough swap for hiberna...Zbigniew Jędrzejewski-Szmek2018-08-24
* logind: refuse operations if the target unit is masked or unavailableZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-08-24
* tree-wide: remove unused variables (#8612)Yu Watanabe2018-08-24
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-08-24
* inhibit: make use of EXIT_SUCCESS where appropriateLennart Poettering2018-08-24
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-08-24
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-08-24
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-08-24
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-08-24
* logind: drop obsolete commentLennart Poettering2018-08-24
* logind: use manager_get_user_by_pid() where appropriateLennart Poettering2018-08-24
* logind: rework manager_get_{user|session}_by_pid() a bitLennart Poettering2018-08-24
* macro: introduce new TAKE_FD() macroLennart Poettering2018-08-24
* macro: introduce TAKE_PTR() macroLennart Poettering2018-08-24
* Prep v238: fix forking of the poweroff programs in run_helper()Sven Eden2018-06-29
* Fix elogind debug mode:Sven Eden2018-06-29
* Prep v238: Disallow killing of lingering user processes even if forced.Sven Eden2018-06-29
* Prep v238: Do not kill user processes if not forced and the user is lingering.Sven Eden2018-06-29
* Cleaned up includes in elogind-dbus.cSven Eden2018-06-29
* manager_inhibit_timeout_handler() can be static again.Sven Eden2018-06-29
* Move method_do_shutdown_or_sleep() and its callers back to logind-sbus.cSven Eden2018-06-29
* Move bus_manager_shutdown_or_sleep_now_or_later() back to logind-dbus.cSven Eden2018-06-29