summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
AgeCommit message (Expand)Author
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-26util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-14login: suspend - be a bit more explicit when loggingTom Gundersen
2015-09-30logind: avoid a dot before parenthesisZbigniew Jędrzejewski-Szmek
2015-09-09logind: allow dry run variants for scheduled shutdownsDaniel Mack
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen
2015-09-05logind: make scope of wall message handling smallerLennart Poettering
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-09-05login: fix NULL-deref on wall_messageDavid Herrmann
2015-09-04logind: when parsing a boolean via sd-bus the type must be "int"Lennart Poettering
2015-09-04logind: treat an empty wall message like a NULL oneLennart Poettering
2015-08-25logind/systemctl: introduce SetWallMessage and --messageJan Synacek
2015-08-06logind,machined: various smaller cleanupsLennart Poettering
2015-08-06machined,logind: don't generate errors on signal match functionsLennart Poettering
2015-08-05logind: switch to sd_bus_track helperDaniel Mack
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-21logind: fix write_string_file() falloutDaniel Mack
2015-07-11logind: bring bus policy up-to-dateLennart Poettering
2015-07-10logind: allow greeters to take over VTsDavid Herrmann
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering
2015-07-07logind: fail on CreateSession if already in sessionDavid Herrmann
2015-07-07logind: allow sessions to share a VT if it's a greeterDavid Herrmann
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-05login: simplify assignmentZbigniew Jędrzejewski-Szmek
2015-07-01login: re-use VT-sessions if they already existDavid Herrmann
2015-06-25logind: fix delayed execution regressionDaniel Mack
2015-06-17logind: rework display counting when detecting whether the system is dockedLennart Poettering
2015-06-16Merge pull request #218 from poettering/dual-timestamp-nullDaniel Mack
2015-06-16logind: expose "Docked" bool as property on the busLennart Poettering
2015-06-16everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering
2015-06-02logind: Save the user’s state when a session enters SESSION_ACTIVEPhilip Withnall
2015-05-27logind: prefix some calls to unlink with (void)Daniel Mack
2015-05-27logind: unlink /run/nologin when shutdown is cancelledDaniel Mack
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-24logind: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-24logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack
2015-04-24logind: add code for UTMP wall messagesDaniel Mack
2015-04-24logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack
2015-04-24logind: factor out polkit checksDaniel Mack
2015-04-24logind: use sd_event timer source for inhibitor logicDaniel Mack
2015-04-24logind: drop unused argument from method_do_shutdown_or_sleep()Daniel Mack
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier